Struct apollo_smith::FragmentDef
source · pub struct FragmentDef { /* private fields */ }Expand description
The __fragmentDef type represents a fragment definition
FragmentDefinition: fragment FragmentName TypeCondition Directives? SelectionSet
Detailed documentation can be found in GraphQL spec.
Trait Implementations§
source§impl Debug for FragmentDef
impl Debug for FragmentDef
source§impl From<FragmentDef> for FragmentDefinition
impl From<FragmentDef> for FragmentDefinition
source§fn from(frag_def: FragmentDef) -> Self
fn from(frag_def: FragmentDef) -> Self
Converts to this type from the input type.