pub trait OneofObjectType: InputObjectType { }
Expand description

A GraphQL oneof input object.

Object Safety§

This trait is not object safe.

Implementors§