One way to keep an eye on your GraphQL schema is to check the definition into source control. When modifying shared code or reconfiguring, it can be hard to tell how the schema will really change. To help with this, set up a snapshot test for your GraphQL schema! This way: Changes will be clearly visible in GraphQL IDL <...