Skip to content
Compare
Choose a tag to compare
@kamilkisiela kamilkisiela released this 08 Apr 20:00
· 1074 commits to master since this release
32eb8c2

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • Support GraphQL v15
  • New package: @graphql-inspector/ci - a lightweight version of CLI mostly for CI usage
  • Modularized Commands for CLI. Each command is now a standalone package:
    • @graphql-inspector/commands (core package)
    • @graphql-inspector/coverage-command
    • @graphql-inspector/docs-command
    • @graphql-inspector/diff-command
    • @graphql-inspector/introspect-command
    • @graphql-inspector/similar-command
    • @graphql-inspector/serve-command
    • @graphql-inspector/validate-command
  • Modularized Schema and Documents loading. Each loader is now a standalone package:
    • @graphql-inspector/loaders (core package)
    • @graphql-inspector/code-loader
    • @graphql-inspector/github-loader
    • @graphql-inspector/git-loader
    • @graphql-inspector/json-loader
    • @graphql-inspector/graphql-loader
    • @graphql-inspector/url-loader
  • New package for internal usage: @graphql-inspector/logger and @graphql-inspector/config
  • Rename package: @graphql-inspector/action (was @graphql-inspector/actions)
  • core: introduce removed and added change types for description of Object Type (before it was showing all changes as changed)
  • github, action: fix import of chalk #1341
  • github, action: adjust annotations to show up in correct lines #907
  • github, action: fix an issue with @action/core import #1056
  • action: create integration test
  • cli: fix an issue with empty descriptions when using URL pointer #1378