Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debt: Iterate on taxes #10606

Merged
merged 1 commit into from
Jan 3, 2025

debt: Iterate on taxes

336db31
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

debt: Iterate on taxes #10606

debt: Iterate on taxes
336db31
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector - Schema v2 succeeded Jan 3, 2025 in 1s

Everything looks good

Found 21 changes

Breaking: 4
Dangerous: 0
Safe: 17

Breaking changes

  • Type OrderTaxType was removed
  • Field TaxInfo.type changed type from OrderTaxType! to TaxType!
  • Field OrderTax.type changed type from OrderTaxType! to TaxType!
  • Input field OrderTaxInput.type changed type from OrderTaxType! to TaxType!

Safe changes

  • Field totalContributed was added to object type Order
  • Field conversation was added to object type Comment
  • Field expense was added to object type Comment
  • Field hostApplication was added to object type Comment
  • Field order was added to object type Comment
  • Field update was added to object type Comment
  • Field rate was added to object type OrderTax
  • Field OrderTax.percentage is deprecated
  • Field OrderTax.percentage has deprecation reason Please use rate instead
  • Field SearchResultsAccounts.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }
  • Field SearchResultsComments.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }
  • Field SearchResultsExpenses.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }
  • Field SearchResultsHostApplications.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }
  • Field SearchResultsOrders.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }
  • Field SearchResultsTiers.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }
  • Field SearchResultsTransactions.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }
  • Field SearchResultsUpdates.highlights has description Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check failure on line 1 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Type 'OrderTaxType' was removed

Type 'OrderTaxType' was removed

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

See this annotation in the file changed.

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

Field 'totalContributed' was added to object type 'Order'

Field 'totalContributed' was added to object type 'Order'

Check failure on line 2292 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Field 'TaxInfo.type' changed type from 'OrderTaxType!' to 'TaxType!'

Field 'TaxInfo.type' changed type from 'OrderTaxType!' to 'TaxType!'

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

See this annotation in the file changed.

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

Field 'conversation' was added to object type 'Comment'

Field 'conversation' was added to object type 'Comment'

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

See this annotation in the file changed.

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

Field 'expense' was added to object type 'Comment'

Field 'expense' was added to object type 'Comment'

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

See this annotation in the file changed.

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

Field 'hostApplication' was added to object type 'Comment'

Field 'hostApplication' was added to object type 'Comment'

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

See this annotation in the file changed.

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

Field 'order' was added to object type 'Comment'

Field 'order' was added to object type 'Comment'

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

See this annotation in the file changed.

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

Field 'update' was added to object type 'Comment'

Field 'update' was added to object type 'Comment'

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

See this annotation in the file changed.

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

Field 'rate' was added to object type 'OrderTax'

Field 'rate' was added to object type 'OrderTax'

Check failure on line 7719 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Field 'OrderTax.type' changed type from 'OrderTaxType!' to 'TaxType!'

Field 'OrderTax.type' changed type from 'OrderTaxType!' to 'TaxType!'

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

See this annotation in the file changed.

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

Field 'OrderTax.percentage' is deprecated

Field 'OrderTax.percentage' is deprecated

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

See this annotation in the file changed.

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

Field 'OrderTax.percentage' has deprecation reason 'Please use `rate` instead'

Field 'OrderTax.percentage' has deprecation reason 'Please use `rate` instead'

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

See this annotation in the file changed.

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

Field 'SearchResultsAccounts.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsAccounts.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

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

See this annotation in the file changed.

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

Field 'SearchResultsComments.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsComments.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

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

See this annotation in the file changed.

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

Field 'SearchResultsExpenses.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsExpenses.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

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

See this annotation in the file changed.

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

Field 'SearchResultsHostApplications.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsHostApplications.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

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

See this annotation in the file changed.

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

Field 'SearchResultsOrders.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsOrders.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

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

See this annotation in the file changed.

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

Field 'SearchResultsTiers.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsTiers.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

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

See this annotation in the file changed.

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

Field 'SearchResultsTransactions.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsTransactions.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

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

See this annotation in the file changed.

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

Field 'SearchResultsUpdates.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Field 'SearchResultsUpdates.highlights' has description 'Details about the matches typed as: { [id]: { score: number, fields: { [field]: [highlight] } } }'

Check failure on line 22693 in server/graphql/schemaV2.graphql

See this annotation in the file changed.

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

Input field 'OrderTaxInput.type' changed type from 'OrderTaxType!' to 'TaxType!'

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