graphql-schema-diff 0.5.0

Semantic diffing for GraphQL schemas
Documentation
{
  "src → target": [
    {
      "path": "Color",
      "kind": "RemoveObjectType",
      "span": {
        "start": 0,
        "end": 56
      }
    },
    {
      "path": "Color",
      "kind": "AddEnum",
      "span": {
        "start": 2,
        "end": 43
      }
    }
  ],
  "target → src": [
    {
      "path": "Color",
      "kind": "AddObjectType",
      "span": {
        "start": 0,
        "end": 56
      }
    },
    {
      "path": "Color",
      "kind": "RemoveEnum",
      "span": {
        "start": 2,
        "end": 43
      }
    }
  ]
}