Struct apollo_smith::OperationDef
source · pub struct OperationDef { /* private fields */ }Expand description
The __operationDef type represents an operation definition
OperationDefinition: OperationType Name? VariableDefinitions? Directives? SelectionSet
Detailed documentation can be found in GraphQL spec.
Trait Implementations§
source§impl Debug for OperationDef
impl Debug for OperationDef
source§impl From<OperationDef> for OperationDefinition
impl From<OperationDef> for OperationDefinition
source§fn from(op_def: OperationDef) -> Self
fn from(op_def: OperationDef) -> Self
Converts to this type from the input type.
source§impl From<OperationDef> for String
impl From<OperationDef> for String
source§fn from(op_def: OperationDef) -> Self
fn from(op_def: OperationDef) -> Self
Converts to this type from the input type.