Function to_string

Source
pub fn to_string<T>(value: &T) -> Result<String>
where T: ?Sized + Serialize,
Expand description

Serialize the given GraphQL AST as a compact GraphQL document string.