Trait cynic::InputObject

source ·
pub trait InputObject: Serialize {
    type SchemaType;
}
Expand description

A GraphQL input object.

This should be derived on a struct.

Required Associated Types

The input object in the schema that this type represents.

Implementations on Foreign Types

Implementors