GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Interface IDirective

Inherited Members
INamed.Name
IDescription.Description
IClrType.ClrType
IArguments.Arguments
IArguments.GetArguments()
ISyntaxConvertable.ToSyntaxNode()
IDirectiveLocationsDefinition.Locations
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IDirective : IDirectiveDefinition, INamed, IDescription, IClrType, IArguments, IArgumentsDefinition, IMemberDefinition, ISyntaxConvertable, IDirectiveLocations, IDirectiveLocationsDefinition

Extension Methods

GraphQLTypeExtensions.Print(ISyntaxConvertable)
IArgumentsArgumentsAccessorExtensions.FindArgument(IArguments, String)
IArgumentsArgumentsAccessorExtensions.HasArgument(IArguments, String)
IArgumentsArgumentsAccessorExtensions.GetArgument(IArguments, String)
IArgumentsArgumentsAccessorExtensions.TryGetArgument(IArguments, String, out Argument)
Back to top Copyright © 2017-2019 GraphZen LLC