@neo4j/relate-api
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -9,2 +9,3 @@ // Generated by dts-bundle v0.7.3 | ||
import { GraphQLSchema } from "graphql"; | ||
import { FileUpload } from 'graphql-upload'; | ||
import { FileUpload } from "graphql-upload"; | ||
@@ -14,3 +15,3 @@ | ||
const buildSchema: (options: BuildSchemaOptions) => Promise<GraphQLSchema>; | ||
export { getSchema, buildSchema }; | ||
export { getSchema, buildSchema, FileUpload }; | ||
@@ -17,0 +18,0 @@ class HostSettings { |
{ | ||
"name": "@neo4j/relate-api", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183045
1210