graphql-schema-diff 0.2.0

Semantic diffing for GraphQL schemas
Documentation
{
  "src → target": [
    {
      "path": "CatInHat.whimsicalQuote",
      "kind": "AddField"
    },
    {
      "path": "CreateSeussCharacterInput.favoriteRhyme",
      "kind": "AddField"
    },
    {
      "path": "SeussCharacter.whimsicalQuote",
      "kind": "AddField"
    }
  ],
  "target → src": [
    {
      "path": "CatInHat.whimsicalQuote",
      "kind": "RemoveField"
    },
    {
      "path": "CreateSeussCharacterInput.favoriteRhyme",
      "kind": "RemoveField"
    },
    {
      "path": "SeussCharacter.whimsicalQuote",
      "kind": "RemoveField"
    }
  ]
}