Skip to main content

Module graphql

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. Derives GraphQLMutationRoot for an operation enum, generating a GraphQL mutation root whose mutations each schedule the corresponding operation. SDK paths in the generated code are resolved against the linera_sdk crate.