graphql-schema-diff 0.6.0

Semantic diffing for GraphQL schemas
Documentation
{
  "src → target": [
    {
      "path": "Color",
      "kind": "RemoveUnion",
      "span": {
        "start": 45,
        "end": 77
      },
      "source_span": null
    }
  ],
  "target → src": [
    {
      "path": "Color",
      "kind": "AddUnion",
      "span": {
        "start": 45,
        "end": 77
      },
      "source_span": null
    }
  ]
}