C# Класс PersistedQueryNotFoundError, graphql-dotnet

An error in case a query hasn't been found by hash.
Наследование: RequestError
Показать файл Открыть проект

Открытые методы

Метод Описание
PersistedQueryNotFoundError ( string hash ) : GraphQL.Execution

Initializes a new instance.

Описание методов

PersistedQueryNotFoundError() публичный Метод

Initializes a new instance.
public PersistedQueryNotFoundError ( string hash ) : GraphQL.Execution
hash string
Результат GraphQL.Execution