Versions Compared

Key

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

Learn best practices and considerations for migrating from Scope's REST API to Scope's GraphQL API.

In this article

...

Differences in API logic

...

Example #1: Getting the data you need, and nothing more

...

Example #2: Nesting

...

Table of Contents

Differences in API logic

Migrating from REST to GraphQL represents a significant shift in API logic. The differences between REST as a style and GraphQL as a specification make it difficult—and often undesirable—to replace REST API calls with GraphQL API queries on a one-to-one basis. We've included specific examples of migration below.

...