Table of Contents

Struct HttpResponseFormatterOptions

Namespace
HotChocolate.AspNetCore.Serialization
Assembly
HotChocolate.AspNetCore.dll

Represents the GraphQL over HTTP formatter options.

public struct HttpResponseFormatterOptions
Inherited Members

Properties

HttpTransportVersion

Gets or sets the GraphQL over HTTP transport version.

public HttpTransportVersion HttpTransportVersion { readonly get; set; }

Property Value

HttpTransportVersion

Json

Gets or sets the JSON result formatter options.

public JsonResultFormatterOptions Json { readonly get; set; }

Property Value

JsonResultFormatterOptions