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.
- Extensions of a query.
- 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
1
or"Hello World!"
.
Functions§
- Interpret a
ConstValue
as an instance of typeT
. - Convert a
T
intoConstValue
which is an enum that can represent any valid GraphQL data.