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

Known fragment names A GraphQL document is only valid if all ...Fragment fragment spreads refer to fragments defined in the same document.
상속: IValidationRule
파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet

공개 메소드들

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

메소드 상세

UnknownFragmentMessage() 공개 메소드

public UnknownFragmentMessage ( string fragName ) : string
fragName string
리턴 string

Validate() 공개 메소드

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