AndreasFaust / gatsby-source-custom-api

Source data from any API and transform it to (File-)Nodes.
52 stars 25 forks source link

Build warning message #18

Open mmorsel opened 3 years ago

mmorsel commented 3 years ago

In my project, i have many warnings type: "Object 'pagesComments': Better provide a schema!" and "The key "id" is restricted in GraphQl!". How can i hide or turn off this messages?

dmotan commented 3 years ago

You need to define the schema for "pagesComments", mind pasting your gatsby-config.js content here?