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

Interface IInputValueDefinition

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

Properties

DeclaringMember

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

DefaultValue

Declaration
object DefaultValue { get; }
Property Value
Type Description
Object

HasDefaultValue

Declaration
bool HasDefaultValue { get; }
Property Value
Type Description
Boolean

InputType

Declaration
IGraphQLTypeReference InputType { get; }
Property Value
Type Description
IGraphQLTypeReference
Back to top Copyright © 2017-2019 GraphZen LLC