Struct dynamic_graphql::dynamic::DynamicRequest
source · pub struct DynamicRequest { /* private fields */ }
Expand description
GraphQL request for dynamic schema.
Trait Implementations§
source§impl<T> From<T> for DynamicRequestwhere
T: Into<Request>,
impl<T> From<T> for DynamicRequestwhere
T: Into<Request>,
source§fn from(req: T) -> DynamicRequest
fn from(req: T) -> DynamicRequest
Converts to this type from the input type.