C# Class GraphQL.Types.DirectiveGraphType

Directives are used by the GraphQL runtime as a way of modifying execution behavior.Type system creators will usually not create these directly.
Afficher le fichier Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
Deprecated GraphQLDeprecatedDirective
Include IncludeDirective
Skip SkipDirective

Méthodes publiques

Méthode Description
DirectiveGraphType ( string name, IEnumerable locations ) : System.Collections.Generic

Method Details

DirectiveGraphType() public méthode

public DirectiveGraphType ( string name, IEnumerable locations ) : System.Collections.Generic
name string
locations IEnumerable
Résultat System.Collections.Generic

Property Details

Deprecated public_oe static_oe property

public static GraphQLDeprecatedDirective,GraphQL.Types Deprecated
Résultat GraphQLDeprecatedDirective

Include public_oe static_oe property

public static IncludeDirective,GraphQL.Types Include
Résultat IncludeDirective

Skip public_oe static_oe property

public static SkipDirective,GraphQL.Types Skip
Résultat SkipDirective