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

Delegate Resolver<TSource, TResult>

Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public delegate TResult Resolver<in TSource, out TResult>(TSource source, dynamic args, GraphQLContext context, ResolveInfo resolveInfo);
Parameters
Type Name Description
TSource source
Object args
GraphQLContext context
GraphZen.TypeSystem.Internal.ResolveInfo resolveInfo
Returns
Type Description
TResult
Type Parameters
Name Description
TSource
TResult
Back to top Copyright © 2017-2019 GraphZen LLC