Module async_graphql::types
source · Expand description
Useful GraphQL types.
Re-exports
pub use merged_object::MergedObject;
pub use merged_object::MergedObjectTail;
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.
- StringNumber
string_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
andx
.