Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
udamir committed Sep 21, 2023
1 parent 56e02d7 commit 606dcca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqlapi",
"version": "0.4.6",
"version": "0.4.7",
"description": "The GraphAPI Specification Repository",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/graphSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface GraphSchema extends JSONSchema6 {
oneOf?: GraphSchema[] // union kind
allOf?: GraphSchema[]

not?: GraphSchema
items?: GraphSchema
properties?: Record<string, GraphSchema>
nullable?: boolean
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./graphapi"
export * from "./graphSchema"
export * from "./buildFromSchema"
export * from "./buildFromIntrospection"
export * from "./printSchema"

0 comments on commit 606dcca

Please sign in to comment.