Function to_vec_pretty

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

Serialize the given GraphQL AST as a pretty-printed GraphQL document byte vector.