Trait cynic::schema::HasInputField

source ·
pub trait HasInputField<FieldMarker, FieldType> { }
Expand description

Indicates that an input object has a given field

This should be implemented several times for any given input object, once per field. FieldMarker should be the marker type for the field, and FieldType should be the schema marker type of the field.

Implementors§