graphql-schema-diff 0.2.0

Semantic diffing for GraphQL schemas
Documentation
{
  "src → target": [
    {
      "path": "Color.ALPHA",
      "kind": "AddEnumValue"
    },
    {
      "path": "People",
      "kind": "RemoveEnum"
    }
  ],
  "target → src": [
    {
      "path": "Color.ALPHA",
      "kind": "RemoveEnumValue"
    },
    {
      "path": "People",
      "kind": "AddEnum"
    }
  ]
}