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

Interface IAbstractType

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

Extension Methods

GraphQLTypeExtensions.Print(ISyntaxConvertable)
GraphQLTypeExtensions.IsInputType(IGraphQLTypeReference)
GraphQLTypeExtensions.IsOutputType(IGraphQLTypeReference)
GraphQLTypeExtensions.GetNamedType(IGraphQLType)
GraphQLTypeExtensions.GetNullableType(IGraphQLType)
SyntaxHelpers.ToTypeSyntax(IGraphQLType)
TypeComparators.IsSubtypeOf(IGraphQLType, IGraphQLType, Schema)
Back to top Copyright © 2017-2019 GraphZen LLC