graphql-dotnetcore
graphql-dotnetcore copied to clipboard
Initial support for @defer, @stream, and @live
Inspiration: https://github.com/apollographql/apollo-client/issues/1152
Implementation that will happen in this repository should be just to bring a possibility to implement these features. Those features itself will be for now implemented in a different repo (https://github.com/mkmarek/graphql-dotnetcore-experimental) as an addon.