graphql-dotnet
graphql-dotnet copied to clipboard
Looking for a demo using Schema-First approach
This issue participates in bounty program, see https://github.com/graphql-dotnet/graphql-dotnet/blob/master/BOUNTY.md
bounty amount: $100
Tasks to be done:
- Add new sample project demonstrating Schema-First approach.
- Add documentation page regarding samples provided by this repo. Currently there are 2 samples for AOT, 2 StarWars projects and GraphQL.Harness. They all may be considered as examples.
- Update sitemap.yaml and include page into solution tree.
[ORIGINAL POST BELOW]
Where can find a demo using Schema-First approach? The documentation mentions that some features are not available in this mode. Is there a list of supported and not supported features? Or Schema-First is not recommended at all?
I would also love to know the downsides of using the schema first approach. I initially stayed away from it because of that comment in the documentation, but if it worked well it would save me a lot of code.
Also #1728:
Is there a decent example of using schema first approach? There are so many questions floating about, and all answers in issue, but no sample code (and I dont mean the docs). I am looking for a runnable example of schema first approach.
@Shane32 Are you agree to move 2 samples for AOT, 2 StarWars projects and GraphQL.Harness into Samples directory? I mean solution tree directory, not in file system since we have flat organization of projets into src.
Ok