Skip to content

benbierens/research-graphql-dotnetcore

Repository files navigation

I'm figuring out GraphQL from DotNetCore. This proof of concept must show nested data structure resolution, mutations, and subscriptions in order to be successful.

Use postman or insomnia to do a POST to localhost:5002 with JSON body: { "query": "{cats { name couch { location cats { name } } } }" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages