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

Scalar leafs A GraphQL document is valid only if all leaf fields (fields without sub selections) are of scalar or enum types.
상속: IValidationRule
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
NoSubselectionAllowedMessage Func
RequiredSubselectionMessage Func

공개 메소드들

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

비공개 메소드들

메소드 설명
Field ( IGraphType type, Field field, ValidationContext context ) : void

메소드 상세

Validate() 공개 메소드

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

프로퍼티 상세

NoSubselectionAllowedMessage 공개적으로 프로퍼티

public Func NoSubselectionAllowedMessage
리턴 Func

RequiredSubselectionMessage 공개적으로 프로퍼티

public Func RequiredSubselectionMessage
리턴 Func