Back to Graphql Dotnet

Installation

docs2/site/docs/getting-started/installation.md

8.8.4295 B
Original Source

Installation

For the core library and execution engine:

dotnet add package GraphQL

For a serializer (IGraphQLSerializer implementation):

dotnet add package GraphQL.SystemTextJson // recommended for .NET Core 3+
dotnet add package GraphQL.NewtonsoftJson
// or bring your own