File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 33[ ![ NuGet] ( https://img.shields.io/nuget/v/GraphQL.Client.svg )] ( https://www.nuget.org/packages/GraphQL.Client )
44[ ![ MyGet] ( https://img.shields.io/myget/graphql-dotnet/v/GraphQL.Client.svg )] ( https://www.myget.org/feed/graphql-dotnet/package/nuget/GraphQL.Client )
55
6- A GraphQL Client for .NET Standard.
6+ A GraphQL Client for .NET Standard over HTTP.
7+
8+ ## Specification:
9+ The Library will try to follow the following standards and documents:
10+ [ GraphQL Specification] ( http://facebook.github.io/graphql/October2016/ )
11+ [ GraphQL HomePage] ( http://graphql.org/learn/ )
712
813## Usage:
914
@@ -61,8 +66,6 @@ var name = personType.Name;
6166```
6267
6368## Useful Links:
64- [ GraphQL Specification] ( http://facebook.github.io/graphql/October2016/ )
65-
6669[ StarWars Example Server (GitHub)] ( https://github.com/graphql/swapi-graphql )
6770[ StarWars Example Server (EndPoint)] ( https://swapi.apis.guru/ )
6871
You can’t perform that action at this time.
0 commit comments