[−][src]Crate async_graphql_value
Value for GraphQL. Used in the async-graphql crate.
Macros
| value | Construct a |
Structs
| DeserializerError | This type represents errors that can occur when deserializing. |
| Name | A GraphQL name. |
| Number | Represents a JSON number, whether integer or floating point. |
| SerializerError | This type represents errors that can occur when serializing. |
Enums
| ConstValue | A resolved GraphQL value, for example |
| Value | A GraphQL value, for example |
Functions
| from_value | Interpret a |
| to_value | Convert a |