NClient icon indicating copy to clipboard operation
NClient copied to clipboard

GraphQL protocol support

Open smolchanovsky opened this issue 3 years ago • 0 comments

GraphQL is quite a popular protocol, so the client should support it. The graphql-dotnet library can be used for this. Before implementation, you need to discuss the design.

As an example for implementation, you can use the NClient.Providers.Api.Rest package. GraphQl specs: https://spec.graphql.org

smolchanovsky avatar Nov 21 '21 22:11 smolchanovsky