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