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

Interface IAbstractTypeDefinition

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

Properties

ResolveType

Declaration
TypeResolver<object, GraphQLContext> ResolveType { get; }
Property Value
Type Description
TypeResolver<Object, GraphQLContext>

Extension Methods

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