Crate async_graphql_value
source ·Expand description
Value for GraphQL. Used in the async-graphql crate.
Macros
- Construct a
ConstValue.
Structs
- This type represents errors that can occur when deserializing.
- A GraphQL name.
- Represents a JSON number, whether integer or floating point.
- This type represents errors that can occur when serializing.
- Variables of a query.
Enums
- A resolved GraphQL value, for example
1or"Hello World!".
Functions
- Interpret a
ConstValueas an instance of typeT. - Convert a
TintoConstValuewhich is an enum that can represent any valid GraphQL data.