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