[][src]Derive Macro async_graphql::GQLUnion

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

Derive a GraphQL union

You can also use an attribute.

See also the Book.