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

Interface IEnumValue

Inherited Members
IEnumValueDefinition.Value
IDirectiveAnnotationsDefinition.DirectiveLocation
IDirectiveAnnotationsDefinition.GetDirectiveAnnotations()
INamed.Name
IDescription.Description
IDeprecation.IsDeprecated
IDeprecation.DeprecationReason
ISyntaxConvertable.ToSyntaxNode()
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IEnumValue : IEnumValueDefinition, IAnnotatableDefinition, IDirectiveAnnotationsDefinition, IMemberDefinition, INamed, IDescription, IDeprecation, IInputDefinition, IOutputDefinition, ISyntaxConvertable

Properties

DeclaringType

Declaration
EnumType DeclaringType { get; }
Property Value
Type Description
EnumType

Extension Methods

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