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

Class TypeComparators

Inheritance
Object
TypeComparators
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public static class TypeComparators

Methods

IsSubtypeOf(IGraphQLType, IGraphQLType, Schema)

Declaration
public static bool IsSubtypeOf(this IGraphQLType maybeSubType, IGraphQLType superType, Schema schema)
Parameters
Type Name Description
IGraphQLType maybeSubType
IGraphQLType superType
Schema schema
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC