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