Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PersistedQueryNotFoundError
C# Class PersistedQueryNotFoundError, graphql-dotnet
An error in case a query hasn't been found by hash.
Inheritance:
RequestError
Datei anzeigen
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