You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, seems that library is incompatible with graphql-js 6
node node_modules/.bin/graphql-schema-typescript generate-ts schema.graphql --output app/javascript/graphqlSchema.ts
Message: null
Error: Error: Expected undefined to be a GraphQL schema.
at assertSchema (.../node_modules/graphql/type/schema.js:35:11)
at validateSchema (.../node_modules/graphql/type/validate.js:34:28)
at graphqlImpl (.../node_modules/graphql/graphql.js:52:64)
at .../node_modules/graphql/graphql.js:21:43
at new Promise (<anonymous>)
at Object.graphql (.../node_modules/graphql/graphql.js:21:10)
at .../node_modules/graphql-schema-typescript/lib/utils.js:58:52
at step (.../node_modules/graphql-schema-typescript/lib/utils.js:33:23)
at Object.next (.../wasteapp/node_modules/graphql-schema-typescript/lib/utils.js:14:53)
at .../node_modules/graphql-schema-typescript/lib/utils.js:8:71
The text was updated successfully, but these errors were encountered:
Hello, seems that library is incompatible with graphql-js 6
The text was updated successfully, but these errors were encountered: