Struct cynic_codegen::input_object_derive::InputObjectDeriveInput [−][src]
pub struct InputObjectDeriveInput { pub schema_path: SpannedValue<String>, pub graphql_type: Option<SpannedValue<String>>, pub require_all_fields: bool, // some fields omitted }
Fields
schema_path: SpannedValue<String>
graphql_type: Option<SpannedValue<String>>
require_all_fields: bool
Implementations
Trait Implementations
Create an instance from syn::DeriveInput
, or return an error.