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

Interface IArgument

Inherited Members
IArgumentDefinition.ClrInfo
IInputValue.InputType
IInputValueDefinition.DefaultValue
IInputValueDefinition.HasDefaultValue
IDirectiveAnnotationsDefinition.DirectiveLocation
IDirectiveAnnotationsDefinition.GetDirectiveAnnotations()
INamed.Name
IDescription.Description
ISyntaxConvertable.ToSyntaxNode()
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IArgument : IArgumentDefinition, IInputValue, IInputValueDefinition, IAnnotatableDefinition, IDirectiveAnnotationsDefinition, IMemberDefinition, INamed, IDescription, IInputDefinition, IClrInfo, ISyntaxConvertable

Properties

DeclaringMember

Declaration
IArguments DeclaringMember { get; }
Property Value
Type Description
IArguments

Extension Methods

GraphQLTypeExtensions.Print(ISyntaxConvertable)
Back to top Copyright © 2017-2019 GraphZen LLC