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

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