C# Class GraphQL.Validation.Rules.DefaultValuesOfCorrectType

Variable default values of correct type A GraphQL document is only valid if all variable default values are of the type expected by their definition.
Inheritance: IValidationRule
Afficher le fichier Open project: graphql-dotnet/graphql-dotnet

Méthodes publiques

Свойство Type Description
BadValueForDefaultArgMessage Func,string>
BadValueForNonNullArgMessage Func

Méthodes publiques

Méthode Description
Validate ( ValidationContext context ) : INodeVisitor

Method Details

Validate() public méthode

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

Property Details

BadValueForDefaultArgMessage public_oe property

public Func,string> BadValueForDefaultArgMessage
Résultat Func,string>

BadValueForNonNullArgMessage public_oe property

public Func BadValueForNonNullArgMessage
Résultat Func