#[derive(GraphQLMutationRoot)]Expand description
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.