Module graphql

Module graphql 

Source
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§

IntoDocument
A trait for types that can be converted into a Document.
IntoDocumentWithVariables
A trait for types that can be converted into a Document and variables tuple.