Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To migrate your code from the REST API to the GraphQL API:

  • Review the GraphQL the GraphQL spec

  • Review Scope's GraphQL schema

  • Consider how any existing code you have currently interacts with the Scope REST API

  • Use Global Node IDs to reference objects between API versions

Significant advantages of GraphQL include:

Here are examples of each.

...