C# 클래스 GraphQL.Validation.Errors.UniqueDirectivesPerLocationError

상속: ValidationError
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet

공개 메소드들

메소드 설명
UniqueDirectivesPerLocationError ( ValidationContext context, GraphQLDirective node ) : GraphQLParser.AST

Initializes a new instance with the specified properties.

메소드 상세

UniqueDirectivesPerLocationError() 공개 메소드

Initializes a new instance with the specified properties.
public UniqueDirectivesPerLocationError ( ValidationContext context, GraphQLDirective node ) : GraphQLParser.AST
context ValidationContext
node GraphQLDirective
리턴 GraphQLParser.AST