C# Class 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.
Inheritance: IValidationRule
Afficher le fichier Open project: graphql-dotnet/graphql-dotnet

Méthodes publiques

Méthode Description
UnknownFragmentMessage ( string fragName ) : string
Validate ( ValidationContext context ) : INodeVisitor

Method Details

UnknownFragmentMessage() public méthode

public UnknownFragmentMessage ( string fragName ) : string
fragName string
Résultat string

Validate() public méthode

public Validate ( ValidationContext context ) : INodeVisitor
context ValidationContext
Résultat INodeVisitor