This Jest serializer basically nicely prints the GraphQL schemas, broadly this means all the \\"\\"\\" become simply """ so it's much easier to read, and you can also simply copy/paste the GraphQL schema out into a different file if you want to e.g. validate it with other tooling.
This Jest serializer basically nicely prints the GraphQL schemas, broadly this means all the
\\"\\"\\"
become simply"""
so it's much easier to read, and you can also simply copy/paste the GraphQL schema out into a different file if you want to e.g. validate it with other tooling.Built on #177.