Crate async_graphql_value

source
Expand description

Value for GraphQL. Used in the async-graphql crate.

Macros§

  • Construct a ConstValue.

Structs§

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.