Expand description
GraphQL query type and related traits.
This module contains the Document type and the IntoDocument conversion trait. The conversion
trait is implemented for string types: String and &str.
Structs§
- Document
- A (raw) GraphQL request document.
Traits§
- Into
Document - A trait for types that can be converted into a
Document. - Into
Document With Variables - A trait for types that can be converted into a
Documentand variables tuple.