Updates
Updates on our activities and progress.
Most recent
[Breaking change] Removing some deprecated fields from our GraphQL API
Published on September 26, 2022 by Benjamin Piouffle
We'll be removing some deprecated fields from our public GraphQL API in the next few days. The update includes:Remove "kinds" in favor "kind" (singular) when used as an argumentRemove "Expense.attachments" in favor of "Expe...
[Breaking change] Renaming ORDER_THANKYOU activity to ORDER_CONFIRMED
Published on August 26, 2022 by Benjamin Piouffle
We're planning on renaming the "ORDER_THANKYOU" activity to "ORDER_CONFIRMED" in the next few days/weeks. This will affect you if you have a webhook event set on "Al...
[Breaking change] Make limits and offsets non nullables
Published on September 6, 2021 by Benjamin Piouffle
Starting this week, all the existing queries on our public GraphQL API will switch their limit and offset arguments to non-nullable. Default values are already set, so th...