Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
just tagging some .NET past contributors.. |
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
-
Hello,
I am DevRel Leader with Kentico Kontent and we are developing GraphQL support for our headless CMS Kentico Kontent. I have a couple of questions about the C# plugin.
The first version of the generated types: https://github.com/Simply007/kontent-starter-graphql-net/blob/main/GraphQLWebStarter/Models/Generated/KontentTypes.cs
GraphQL.Client
C# client - https://github.com/Simply007/kontent-starter-graphql-netpartial
to make it possible to extend them in a separate file?GetInputObject
for? Is there a way to prevent generating it multiple times?I have tried to walk through the docs, but I haven't found the answers to these questions.
EDIT:
Linking an issue I have found as blocking showcasing the generator - GaphQL union in .NET -> should be fixed in #6858 (with PR #6862)
Beta Was this translation helpful? Give feedback.
All reactions