C# 클래스 GraphQL.Validation.Rules.KnownTypeNames

Known type names A GraphQL document is only valid if referenced types (specifically variable definitions and fragment conditions) are defined by the type schema.
상속: IValidationRule
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
UnknownTypeMessage Func

공개 메소드들

메소드 설명
Validate ( ValidationContext context ) : INodeVisitor

메소드 상세

Validate() 공개 메소드

public Validate ( ValidationContext context ) : INodeVisitor
context ValidationContext
리턴 INodeVisitor

프로퍼티 상세

UnknownTypeMessage 공개적으로 프로퍼티

public Func UnknownTypeMessage
리턴 Func