Table of Contents

Class GraphQLHttpOptions

Namespace
HotChocolate.AspNetCore
Assembly
HotChocolate.AspNetCore.dll

Represents the GraphQL HTTP options.

public sealed class GraphQLHttpOptions
Inheritance
GraphQLHttpOptions
Inherited Members

Constructors

GraphQLHttpOptions()

public GraphQLHttpOptions()

Properties

AllowedGetOperations

Gets or sets which GraphQL options are allowed on GET requests.

public AllowedGetOperations AllowedGetOperations { get; set; }

Property Value

AllowedGetOperations

EnableGetRequests

Defines if GraphQL HTTP GET requests are allowed.

public bool EnableGetRequests { get; set; }

Property Value

bool

EnableMultipartRequests

Defines if GraphQL HTTP Multipart requests are allowed.

public bool EnableMultipartRequests { get; set; }

Property Value

bool