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
EnableGetRequests
Defines if GraphQL HTTP GET requests are allowed.
public bool EnableGetRequests { get; set; }
Property Value
EnableMultipartRequests
Defines if GraphQL HTTP Multipart requests are allowed.
public bool EnableMultipartRequests { get; set; }