// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! GraphQL traits for generating interfaces into applications.
use Arc;
/// Re-exports the derive macro for [`GraphQLMutationRoot`].
pub use GraphQLMutationRoot;
use crate::;
/// An object associated with a GraphQL mutation root. Those are typically used to build
/// an [`async_graphql::Schema`] object.