Table of Contents

Enum DefaultHttpMethod

Namespace
HotChocolate.AspNetCore
Assembly
HotChocolate.AspNetCore.dll

The default HTTP fetch method for Banana Cake Pop.

public enum DefaultHttpMethod

Fields

Get = 0

Use a GraphQL HTTP GET request.

Post = 1

Use a GraphQL HTTP Post request.