C# (CSharp) GraphQL.Types Namespace

Classes

Name Description
AbstractGraphTypeExtensions
BooleanGraphType
DecimalGraphType
DirectiveGraphType Directives are used by the GraphQL runtime as a way of modifying execution behavior.Type system creators will usually not create these directly.
FloatGraphType
GraphQLDeprecatedDirective Used to declare element of a GraphQL schema as deprecated.
IdGraphType
IncludeDirective Used to conditionally include fields or fragments.
IntGraphType
ScalarGraphType
SkipDirective Used to conditionally skip (exclude) fields or fragments.
StringGraphType
TypeExtensions