Class GraphQLContext
Inheritance
GraphQLContext
Assembly: GraphZen.TypeSystem.dll
Syntax
public class GraphQLContext
Constructors
GraphQLContext()
Declaration
GraphQLContext(GraphQLContextOptions)
Declaration
public GraphQLContext(GraphQLContextOptions options)
Parameters
GraphQLContext(Schema)
Declaration
protected GraphQLContext(Schema schema)
Parameters
Type |
Name |
Description |
Schema |
schema |
|
Properties
Options
Declaration
public GraphQLContextOptions Options { get; }
Property Value
Schema
Declaration
public Schema Schema { get; }
Property Value
Methods
CreateSchemaBuilder()
Declaration
protected virtual SchemaBuilder CreateSchemaBuilder()
Returns
OnConfiguring(GraphQLContextOptionsBuilder)
Declaration
protected virtual void OnConfiguring(GraphQLContextOptionsBuilder optionsBuilder)
Parameters
OnSchemaCreating(SchemaBuilder)
Declaration
protected virtual void OnSchemaCreating(SchemaBuilder schemaBuilder)
Parameters