Trait async_graphql::OneofObjectType
source · pub trait OneofObjectType: InputObjectType { }
Expand description
A GraphQL oneof input object.
Object Safety§
This trait is not object safe.
pub trait OneofObjectType: InputObjectType { }
A GraphQL oneof input object.