C# Class PersistedQueryNotFoundError, graphql-dotnet

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

Méthodes publiques

Méthode Description
PersistedQueryNotFoundError ( string hash ) : GraphQL.Execution

Initializes a new instance.

Method Details

PersistedQueryNotFoundError() public méthode

Initializes a new instance.
public PersistedQueryNotFoundError ( string hash ) : GraphQL.Execution
hash string
Résultat GraphQL.Execution