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

Delegate TypeResolver

Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public delegate IGraphQLType TypeResolver(IGraphQLTypeReference typeReference);
Parameters
Type Name Description
IGraphQLTypeReference typeReference
Returns
Type Description
IGraphQLType
Back to top Copyright © 2017-2019 GraphZen LLC