Trait async_graphql::InterfaceType
source · pub trait InterfaceType: ContainerType { }
Expand description
A GraphQL interface.
Object Safety§
This trait is not object safe.
pub trait InterfaceType: ContainerType { }
A GraphQL interface.