Expand description
GraphQL traits for generating interfaces into applications.
Traits§
- GraphQL
Mutation Root - An object associated with a GraphQL mutation root. Those are typically used to build
an
async_graphql::Schema
object.
Derive Macros§
- GraphQL
Mutation Root - Re-exports the derive macro for
GraphQLMutationRoot
.