Skip to content

resolve merge conflicts #144

resolve merge conflicts

resolve merge conflicts #144

GitHub Actions / GraphQL Inspector failed Apr 15, 2024 in 1s

Something is wrong with your schema

Found 13 changes

Breaking: 6
Dangerous: 5
Safe: 2

Breaking changes

  • Input field EventInput.endDate changed type from Date to Date!
  • Field endDate was removed from object type RecurrenceRule
  • Field startDate was removed from object type RecurrenceRule
  • Enum value AllInstances was removed from enum RecurringEventMutationType
  • Enum value ThisAndFollowingInstances was removed from enum RecurringEventMutationType
  • Enum value ThisInstance was removed from enum RecurringEventMutationType

Dangerous changes

  • Input field recurrenceEndDate was added to input object type RecurrenceRuleInput
  • Input field recurrenceStartDate was added to input object type RecurrenceRuleInput
  • Enum value allInstances was added to enum RecurringEventMutationType
  • Enum value thisAndFollowingInstances was added to enum RecurringEventMutationType
  • Enum value thisInstance was added to enum RecurringEventMutationType

Safe changes

  • Field recurrenceEndDate was added to object type RecurrenceRule
  • Field recurrenceStartDate was added to object type RecurrenceRule

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check failure on line 669 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'EventInput.endDate' changed type from 'Date' to 'Date!'

Changing the type of an input field can cause existing queries that use this field to error.

Check notice on line 1481 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'recurrenceEndDate' was added to object type 'RecurrenceRule'

Field 'recurrenceEndDate' was added to object type 'RecurrenceRule'

Check notice on line 1483 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'recurrenceStartDate' was added to object type 'RecurrenceRule'

Field 'recurrenceStartDate' was added to object type 'RecurrenceRule'

Check failure on line 1474 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'endDate' was removed from object type 'RecurrenceRule'

Removing a field is a breaking change. It is preferable to deprecate the field before removing it.

Check failure on line 1474 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'startDate' was removed from object type 'RecurrenceRule'

Removing a field is a breaking change. It is preferable to deprecate the field before removing it.

Check warning on line 1492 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'recurrenceEndDate' was added to input object type 'RecurrenceRuleInput'

Input field 'recurrenceEndDate' was added to input object type 'RecurrenceRuleInput'

Check warning on line 1493 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'recurrenceStartDate' was added to input object type 'RecurrenceRuleInput'

Input field 'recurrenceStartDate' was added to input object type 'RecurrenceRuleInput'

Check warning on line 1499 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Enum value 'allInstances' was added to enum 'RecurringEventMutationType'

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 1500 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Enum value 'thisAndFollowingInstances' was added to enum 'RecurringEventMutationType'

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 1501 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Enum value 'thisInstance' was added to enum 'RecurringEventMutationType'

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

Check failure on line 1498 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Enum value 'AllInstances' was removed from enum 'RecurringEventMutationType'

Removing an enum value will cause existing queries that use this enum value to error.

Check failure on line 1498 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Enum value 'ThisAndFollowingInstances' was removed from enum 'RecurringEventMutationType'

Removing an enum value will cause existing queries that use this enum value to error.

Check failure on line 1498 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Enum value 'ThisInstance' was removed from enum 'RecurringEventMutationType'

Removing an enum value will cause existing queries that use this enum value to error.