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

Class ListType

Inheritance
Object
ListType
Implements
IListType
IWrappingType
INullableType
IGraphQLType
IGraphQLTypeReference
ISyntaxConvertable
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public class ListType : IListType, IWrappingType, INullableType, IGraphQLType, IGraphQLTypeReference, ISyntaxConvertable

Properties

Kind

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

OfType

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

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

Of(IGraphQLType)

Declaration
public static ListType Of(IGraphQLType type)
Parameters
Type Name Description
IGraphQLType type
Returns
Type Description
ListType

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

ToSyntaxNode()

Declaration
public SyntaxNode ToSyntaxNode()
Returns
Type Description
SyntaxNode

Implements

IListType
IWrappingType
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