Migration
Migration — GraphQL Config documentation.
Here we explain a new syntax and how to migrate from v2.0 to v3.0.
Migration Tool
We prepared a command-line tool to help you migrate your legacy GraphQL Config:
The migration tool will ask a few questions and move your config files to the new syntax.
New Syntax
schemaPath
Read “Usage” chapter to understand the schema field.
includes and excludes
Minor change here, remove the s at the end. The logic behind include and exclude stays the same but please read about it in “Usage” chapter.
documents (new)
Read “Usage” chapter to understand new documents field.
extensions
No changes here, but please read the “Usage” chapter.
projects
No changes here, but please read the “Usage” chapter.