[][src]Derive Macro async_graphql::GQLMergedSubscription

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

Derive a GraphQL merged subscription with multiple subscription types.

You can also use an attribute.

See also the Book.