graphile-contrib / postgraphile-plugin-connection-filter

Filtering on PostGraphile connections
MIT License
286 stars 32 forks source link

chore: use jest-serializer-graphql-schema for schema snapshots #178

Closed benjie closed 2 years ago

benjie commented 2 years ago

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.