-
Notifications
You must be signed in to change notification settings - Fork 0
Sync NextGen schema changes
Julie Han edited this page Mar 5, 2024
·
2 revisions
Full process of keeping graphQL schemas in sync across NextGen, GraphQL Federation, and the CZ ID web app is documented here.
If there have been changes to the Entities or Workflows schemas in the NextGen Platformics repo, the GraphQL Federation code also needs to be updated to reflect those changes.
- Pull changes from Platformics repo so it is up to date
- Update the source files in the GraphQL fed repo
- Copy the Entities graphQL schema file; overwrite the fed server’s entities source file
- Copy the Workflows graphQL schema file; overwrite the fed server’s workflows source file
- Update the snapshot with
make update-schema-snapshot
- Make a PR and merge in your changes