pub trait InputObjectType: InputType { }
Expand description

A GraphQL input object.

Implementors