Crate dynamic_graphql
source ·Modules
- Suppport for dynamic schema
 
Macros
- Construct a
ConstValue. 
Structs
- Schema/Context data.
 - An error with a message and optional extensions.
 - A value returned from the resolver function
 - ID scalar
 - A selection performed by a query.
 - A GraphQL name.
 - GraphQL request.
 - A file upload value.
 - Variables of a query.
 
Enums
- Similar to
Option, but it has three states,undefined,nullandx. - A resolved GraphQL value, for example
1or"Hello World!". 
Traits
Type Definitions
- Context object for resolve field
 - An alias for
Result<T, Error>.