Trait async_graphql::InputObjectType[][src]

pub trait InputObjectType: InputType { }
Expand description

A GraphQL input object.

Implementors