Skip to content

feat(Contributions): ability to pause non-transferable

Sign in for the full log view
GitHub Actions / GraphQL Inspector - Schema v1 succeeded Mar 5, 2024 in 1s

Everything looks good

Found 1 change

Breaking: 0
Dangerous: 1
Safe: 0

Dangerous changes

  • Enum value PAUSED was added to enum OrderStatus

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check warning on line 736 in server/graphql/schemaV1.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector - Schema v1

Enum value 'PAUSED' was added to enum 'OrderStatus'

Adding an enum value may break existing clients that were not programming defensively against an added case when querying an enum.