graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

Problem with path of typeDefs

Open roei3000b opened this issue 5 years ago • 0 comments
trafficstars

I think you have problem here with typeDefs: https://github.com/howtographql/graphql-js/blob/ca0d290a7bd29569e67e7438851ebad54db0c697/src/index.js#L27

The schema.graphql file located also in src folder, so why you try to refer it as "./src/schema.graphql" and not simply: "./schema.graphql"?

roei3000b avatar Oct 02 '20 12:10 roei3000b