async_graphql

Module types

Source
Expand description

Useful GraphQL types.

Re-exports§

pub use merged_object::MergedObject;
pub use merged_object::MergedObjectTail;

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.
StringNumber
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.