[][src]Derive Macro async_graphql::GQLMergedObject

#[derive(GQLMergedObject)]
{
    // Attributes available to this derive:
    #[item]
    #[graphql]
}

Derive a GraphQL Merged object

You can also use an attribute.

See also the Book.