Module async_graphql::types[][src]

Useful GraphQL types.

Modules

connection

Types for Relay-compliant server

Structs

Any

Any scalar (For Apollo Federation)

EmptyMutation

Empty mutation

EmptySubscription

Empty subscription

ID

ID scalar

Json

A scalar that can represent any JSON value.

OutputJson

A Json type that only implements OutputType.

StringNumberstring_number

A numeric value represented by a string.

Upload

Uploaded file

UploadValue

A file upload value.

Enums

MaybeUndefined

Similar to Option, but it has three states, undefined, null and x.