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

Interface IInputValue

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

Properties

InputType

Declaration
IGraphQLType InputType { get; }
Property Value
Type Description
IGraphQLType

Extension Methods

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