HotChocolate + graphql-codegen - what am I missing? #9785
Unanswered
Ian-Webster
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
Sorry if this has been answered before but after a lot of searching I cannot find any questions / issues that full piece together the issue I'm having with a resolution that appears to work.
So some background;
now onto my issue;
ignoreNoDocuments: true
setting or by omitting thedocuments
settinggenerates the following code file;
PostsGQL
andPostsQuery
, I'm assuming these take the type name of the object that GraphQL returns so I take it I should haveMoviesGQL
andMoviesQuery
but I have neither.I'm assuming having to set
ignoreNoDocuments
to true is likely the cause but I'm not sure how I provide whatever data / configuration is needed to allow me to get past that process, any advice or guidance would be appreciated.Beta Was this translation helpful? Give feedback.
All reactions