Trait async_graphql::UnionType

source ·
pub trait UnionType: ContainerType { }
Expand description

A GraphQL interface.

Object Safety§

This trait is not object safe.

Implementors§