Module async_graphql::types

source ·
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.
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.