pub fn to_string_pretty<T>(value: &T) -> Result<String>where T: ?Sized + Serialize,
Serialize the given GraphQL AST as a pretty-printed GraphQL document string.