Skip to content

feat(Contributions): ability to pause non-transferable

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

Everything looks good

Found 8 changes

Breaking: 0
Dangerous: 4
Safe: 4

Dangerous changes

  • Enum value PAUSED was added to enum OrderStatus
  • Enum value SUBSCRIPTION_PAUSED was added to enum ActivityType
  • Enum value SUBSCRIPTION_PAUSED was added to enum ActivityAndClassesType
  • Argument pauseContributions: Boolean! (with default value) added to field Mutation.removeHost

Safe changes

  • Field activeRecurringContributionsBreakdown was added to object type AccountStats
  • Field AccountStats.activeRecurringContributionsV2 is deprecated
  • Field AccountStats.activeRecurringContributionsV2 has deprecation reason 2024-03-04: Use activeRecurringContributionsBreakdown while we migrate to better semantics.
  • Description for argument message on field Mutation.removeHost changed from undefined to An optional message to explain the reason for unhosting

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check warning on line 1197 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

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.

Check notice on line 4625 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Field 'activeRecurringContributionsBreakdown' was added to object type 'AccountStats'

Field 'activeRecurringContributionsBreakdown' was added to object type 'AccountStats'

Check notice on line 4614 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Field 'AccountStats.activeRecurringContributionsV2' is deprecated

Field 'AccountStats.activeRecurringContributionsV2' is deprecated

Check notice on line 4614 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Field 'AccountStats.activeRecurringContributionsV2' has deprecation reason '2024-03-04: Use activeRecurringContributionsBreakdown while we migrate to better semantics.'

Field 'AccountStats.activeRecurringContributionsV2' has deprecation reason '2024-03-04: Use activeRecurringContributionsBreakdown while we migrate to better semantics.'

Check warning on line 5335 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Enum value 'SUBSCRIPTION_PAUSED' was added to enum 'ActivityType'

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

Check warning on line 13876 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Enum value 'SUBSCRIPTION_PAUSED' was added to enum 'ActivityAndClassesType'

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

Check warning on line 16251 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Argument 'pauseContributions: Boolean!' (with default value) added to field 'Mutation.removeHost'

Adding a new argument to an existing field may involve a change in resolve function logic that potentially may cause some side effects.

Check notice on line 16246 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Description for argument 'message' on field 'Mutation.removeHost' changed from 'undefined' to 'An optional message to explain the reason for unhosting'

Description for argument 'message' on field 'Mutation.removeHost' changed from 'undefined' to 'An optional message to explain the reason for unhosting'