Extension

Deprecation

Deprecate fields on the GraphQL schema by using a user interface, without the need to deploy any code.

Gato GraphQL logo
Target Image

Click to watch tutorial video - 02:33

Evolve the GraphQL schema by deprecating fields, and explaining how to replace them, through a user interface.

Field Deprecation

User interface to deprecate fields from the GraphQL schema.

Field Deprecation List editor

Deprecation Notifier

Whenever a deprecated field is queried, a deprecation message is returned in that same GraphQL response, under the top-level entry extensions.

This alerts users of our APIs to upgrade their use of the schema, even when they are not paying attention to the introspection query.

For instance, running this query, where field isPublished is deprecated:

query {
  posts {
    title
    isPublished
  }
}

...will produce this response:

{
  "extensions": {
    "deprecations": [
      {
        "message": "Use 'isStatus(status:published)' instead of 'isPublished'",
        "extensions": {
          ...
        }
      }
    ]
  },
  "data": {
    "posts": [
      ...
    ]
  }
}

Get your extension

Purchase the Deprecation extension, or a bundle with all the extensions

60% Off!
Personal
$24.99
Deprecation
License for 5 domains
Purchase ->
  • 5 domains
  • Support
  • Product updates
Organization
$49.99
Deprecation
License for 25 domains
Purchase ->
  • 25 domains
  • Support
  • Product updates
Professional
$74.99
Deprecation
License for 100 domains
Purchase ->
  • 100 domains
  • Support
  • Product updates
Agency
$99.99
Deprecation
License for 500 domains
Purchase ->
  • 500 domains
  • Support
  • Product updates

The license is for 1 year (renewable every year). Prices are in USD.

30-day money back guarantee

Purchase any extensions with the confidence that you can request a refund

Features illustration
Money back guarantee
Testimonial image

β€œWe loved this plugin and are annoyed that it’s better than a similar thing we are working on πŸ˜‚ (we have a network of news sites and Gato GraphQL will save us a lot of time!)”

Joebe W. - Developer
Discover the power

Try demo now!

Play with Gato GraphQL + all extensions in your own sandbox site, for free