Class 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 |
|---|---|---|
| IGraph |
maybeSubType | |
| IGraph |
superType | |
| Schema | schema |
Returns
| Type | Description |
|---|---|
| Boolean |