GraphQL API is missing introspection types #102
-
Beta Was this translation helpful? Give feedback.
Answered by
rodrigoddalmeida
Jan 22, 2023
Replies: 1 comment
-
Hi, @haf! I was able to fetch introspection types @ If you have added/updated models with custom fields, you can rebuild the GraphQL schema by using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
logeshswell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @haf! I was able to fetch introspection types @
haf-se.swell.store/graphql
with a POST toIntrospectionQuery
. You can see an example of that request by checking your Network console tab when accessing your GraphQL Playground .If you have added/updated models with custom fields, you can rebuild the GraphQL schema by using
Cache-control: no-cache
in the request headers.