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

Interface INamedTypeDefinition

Inherited Members
IDescription.Description
INamed.Name
IDirectiveAnnotations.FindDirectiveAnnotation(String)
IDirectiveAnnotationsDefinition.DirectiveLocation
IDirectiveAnnotationsDefinition.GetDirectiveAnnotations()
IClrType.ClrType
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface INamedTypeDefinition : IMemberDefinition, IDescription, INamedTypeReference, IGraphQLTypeReference, INamed, IDirectiveAnnotations, IDirectiveAnnotationsDefinition, IClrType

Properties

Kind

Declaration
TypeKind Kind { get; }
Property Value
Type Description
TypeKind

Extension Methods

GraphQLTypeExtensions.IsInputType(IGraphQLTypeReference)
GraphQLTypeExtensions.IsOutputType(IGraphQLTypeReference)
Back to top Copyright © 2017-2019 GraphZen LLC