birkir / gatsby-source-prismic-graphql

Gatsby source plugin for Prismic GraphQL
MIT License
137 stars 75 forks source link

New fields added to repeatable type not showing in project #241

Open r-saba opened 3 years ago

r-saba commented 3 years ago

I added a rich text field to a repeatable type and this field cannot be queried with graph. I see that the field is in the prismic API via their website but cannot retrieve it with graphql in my project.

"GraphQLError: Cannot query field \"faketitleweadded\" on type \"PRISMIC_Jobs\"."

jodiedoubleday commented 3 years ago

I've just come across this, some initial thoughts...

NB this is a complete guess without seeing your code. I was originally trying to use TAGS but that doesn't work, so I'm now trying this.