Skip to content

julian-code/SimpleGraphQLClient

 
 

Repository files navigation

SimpleGraphQLClient

GraphQL Client for C#

GraphQL client for GraphQL Rest

Usage:

using (var client = new SimpleGraphQLClient.SimpleGraphQLClient())
            {
                client.ServiceUrl = "https://example.com/rest/query";
                client.OperationName = "getElement";
                client.Parameters.Add("id",16);
                var user = client.Post<User>();
            }

About

GraphQL Client for C#

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%