Function to_writer_pretty

Source
pub fn to_writer_pretty<W, T>(writer: W, value: &T) -> Result<()>
where W: Write, T: ?Sized + Serialize,
Expand description

Serialize the given GraphQL AST as a pretty-printed GraphQL document into the I/O stream.