Module async_graphql::types[][src]

Expand description

Useful GraphQL types.

Modules

Types for Relay-compliant server

Structs

Any scalar (For Apollo Federation)

Empty mutation

Empty subscription

ID scalar

A scalar that can represent any JSON value.

A Json type that only implements OutputType.

StringNumberstring_number

A numeric value represented by a string.

Uploaded file

A file upload value.

Enums

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