C# Class PersistedQueryNotFoundError, graphql-dotnet

An error in case a query hasn't been found by hash.
Inheritance: RequestError
Exibir arquivo Open project: graphql-dotnet/graphql-dotnet

Public Methods

Method Description
PersistedQueryNotFoundError ( string hash ) : GraphQL.Execution

Initializes a new instance.

Method Details

PersistedQueryNotFoundError() public method

Initializes a new instance.
public PersistedQueryNotFoundError ( string hash ) : GraphQL.Execution
hash string
return GraphQL.Execution