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

Class GraphQLContextOptionsBuilder<TContext>

Inheritance
Object
GraphQLContextOptionsBuilder
GraphQLContextOptionsBuilder<TContext>
Inherited Members
GraphQLContextOptionsBuilder.UseInternalServiceProvider(IServiceProvider)
GraphQLContextOptionsBuilder.UseQueryType<TQueryType>()
Namespace: GraphZen
Assembly: GraphZen.TypeSystem.dll
Syntax
public class GraphQLContextOptionsBuilder<TContext> : GraphQLContextOptionsBuilder where TContext : GraphQLContext
Type Parameters
Name Description
TContext

Constructors

GraphQLContextOptionsBuilder(GraphQLContextOptions<TContext>)

Declaration
public GraphQLContextOptionsBuilder(GraphQLContextOptions<TContext> options)
Parameters
Type Name Description
GraphQLContextOptions<TContext> options

Properties

Options

Declaration
public virtual GraphQLContextOptions<TContext> Options { get; }
Property Value
Type Description
GraphQLContextOptions<TContext>
Back to top Copyright © 2017-2019 GraphZen LLC