[][src]Crate async_graphql_value

Macros

value

Construct a ConstValue.

Structs

Name

A GraphQL name.

Number

Represents a JSON number, whether integer or floating point.

Enums

ConstValue

A resolved GraphQL value, for example 1 or "Hello World!".

DeserializerError
SerializerError
Value

A GraphQL value, for example 1, $name or "Hello World!". This is ConstValue with variables.

Functions

from_value

Interpret a ConstValue as an instance of type T.

to_value

Convert a T into ConstValue which is an enum that can represent any valid GraphQL data.