[][src]Derive Macro async_graphql::GQLInterface

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

Derive a GraphQL interface

You can also use an attribute.

See also the Book.