Module graphql

Source
Expand description

GraphQL traits for generating interfaces into applications.

Traits§

GraphQLMutationRoot
An object associated with a GraphQL mutation root. Those are typically used to build an async_graphql::Schema object.

Derive Macros§

GraphQLMutationRoot
Re-exports the derive macro for GraphQLMutationRoot.