Replies: 1 comment
-
|
How would you like it to generate the query? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to create a "generic" client for GraphQL API, not based on any specific "gql" queries. Is there a way to generate C# Operations based on the queries in the Query and Mutation types in the schema.grqphql?
i.e. something like this in the
codegen.yml:Where
schema.graphqllooks in part something like this:My
Types.csis as expected.Operations.csis blank because it expects to find documents withgqltags. So my questions is is there a way for the generator to create aGetCompaniesbased on theQuerytype in theschema.graphql?Beta Was this translation helpful? Give feedback.
All reactions