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)
- Empty
Mutation - Empty mutation
- Empty
Subscription - Empty subscription
- ID
- ID scalar
- Json
- A scalar that can represent any JSON value.
- String
Number - A numeric value represented by a string.
- Upload
- Uploaded file
- Upload
Value - A file upload value.
Enums§
- Maybe
Undefined - Similar to
Option
, but it has three states,undefined
,null
andx
.