Table of Contents

Enum HttpTransportVersion

Namespace
HotChocolate.AspNetCore
Assembly
HotChocolate.AspNetCore.dll

Represents the GraphQL over HTTP transport version.

public enum HttpTransportVersion

Fields

Draft20230127 = 2

Represents the GraphQL over HTTP spec version with the commit on 2023-01-27.

Latest = 0

Represents the latest released transport specification.

Legacy = 1

Represents the legacy specification version which will be cut off at 2025-01-01T00:00:00Z.