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!".
  • A GraphQL value, for example 1, $name or "Hello World!". This is ConstValue with variables.

Functions§

  • Interpret a ConstValue as an instance of type T.
  • Convert a T into ConstValue which is an enum that can represent any valid GraphQL data.