Delegate IsTypeOf<TObject, TContext>
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public delegate bool IsTypeOf<in TObject, in TContext>(TObject value, TContext context, ResolveInfo info)
where TContext : GraphQLContext;
Parameters
| Type | Name | Description |
|---|---|---|
| TObject | value | |
| TContext | context | |
| Graph |
info |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| TObject | |
| TContext |