Crate graphql_toolkit_value
source ·Expand description
GraphQL Toolkit value definitions.
Modules§
IndexMap
is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
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
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.