Skip to content
Discussion options

You must be logged in to vote

Aha, my issue appears to be that I was not ending my multiple uses of createPage with a semicolon. Leaving out the semicolons confuses GraphQL (?) so that it would complain about the use of {filter: {FIELD: {eq: VALUE}}}, e.g.:

 ERROR #85901  GRAPHQL

There was an error in your GraphQL query:

Field "eq" is not defined by type "showsCsvFilterInput".

File: src/templates/show.js:154:38



  GraphQLError: Field "eq" is not defined by type "showsCsvFilterInput".

  - query-compiler.js:208 extractOperations
    [almost-dead-net]/[gatsby]/src/query/query-compiler.js:208:20

  - query-compiler.js:167 processQueries
    [almost-dead-net]/[gatsby]/src/query/query-compiler.js:167:45

  - query-com…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alxndr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant