C# 클래스 PersistedQueryNotFoundError, graphql-dotnet

An error in case a query hasn't been found by hash.
상속: RequestError
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet

공개 메소드들

메소드 설명
PersistedQueryNotFoundError ( string hash ) : GraphQL.Execution

Initializes a new instance.

메소드 상세

PersistedQueryNotFoundError() 공개 메소드

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