graphql-schema-diff 0.2.0

Semantic diffing for GraphQL schemas
Documentation
{
  "src → target": [
    {
      "path": "Color",
      "kind": "RemoveObjectType"
    },
    {
      "path": "Color",
      "kind": "AddEnum"
    }
  ],
  "target → src": [
    {
      "path": "Color",
      "kind": "AddObjectType"
    },
    {
      "path": "Color",
      "kind": "RemoveEnum"
    }
  ]
}