#[composable_object]
Expand description
Implements ComposableObject for a GraphQL object type.
Important: must be applied before the juniper::graphql_object
macro.
ยงExample
#[composable_object]
#[graphql_object]
impl UserQueries {
// ...
}
#[composable_object]
Implements ComposableObject for a GraphQL object type.
Important: must be applied before the juniper::graphql_object
macro.
#[composable_object]
#[graphql_object]
impl UserQueries {
// ...
}