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

Class GraphQLContextOptions

Inheritance
Object
GraphQLContextOptions
GraphQLContextOptions<TContext>
Namespace: GraphZen
Assembly: GraphZen.TypeSystem.dll
Syntax
public abstract class GraphQLContextOptions : IInfrastructure<GraphQLContextOptionsBuilder>

Properties

Builder

Declaration
protected abstract GraphQLContextOptionsBuilder Builder { get; }
Property Value
Type Description
GraphQLContextOptionsBuilder

InternalServiceProvider

Declaration
public IServiceProvider InternalServiceProvider { get; set; }
Property Value
Type Description
IServiceProvider

MutationClrType

Declaration
public Type MutationClrType { get; set; }
Property Value
Type Description
Type

QueryClrType

Declaration
public Type QueryClrType { get; set; }
Property Value
Type Description
Type

RevealInternalServerErrors

Declaration
public bool RevealInternalServerErrors { get; set; }
Property Value
Type Description
Boolean

Schema

Declaration
public SchemaDefinition Schema { get; set; }
Property Value
Type Description
SchemaDefinition
Back to top Copyright © 2017-2019 GraphZen LLC