[][src]Crate async_graphql_value

Structs

Name

A GraphQL name.

Number

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.