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

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
GraphZen.TypeSystem.Internal.ResolveInfo info
Returns
Type Description
String
Type Parameters
Name Description
TSource
TContext
Back to top Copyright © 2017-2019 GraphZen LLC