Table of Contents

Namespace HotChocolate.AspNetCore.Serialization

Classes

DefaultHttpResponseFormatter

This represents the default implementation for the IHttpResponseFormatter that abides by the GraphQL over HTTP specification. https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md

DefaultHttpResponseFormatter.FormatInfo

Representation of a resolver format, containing the formatter and the content type.

Structs

HttpResponseFormatterOptions

Represents the GraphQL over HTTP formatter options.

Interfaces

IHttpRequestParser

A helper to parse GraphQL HTTP requests.

IHttpResponseFormatter

This interface specifies how a GraphQL result is formatted to a HTTP response.