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

Interface IWrappingType

Inherited Members
IGraphQLType.Kind
ISyntaxConvertable.ToSyntaxNode()
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IWrappingType : IGraphQLType, IGraphQLTypeReference, ISyntaxConvertable

Properties

OfType

Declaration
IGraphQLType OfType { get; }
Property Value
Type Description
IGraphQLType

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