Crate graphql_minify

Source

Enums§

LexingError
An enumeration of errors that can occur during the lexing process.

Functions§

minify
Strips characters that are not significant to the validity or execution of a GraphQL document. It is functionally equivalent to stripIgnoredCharacters defined in the GraphQL spec.