Skip to content

Commit

Permalink
Added changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
byrichardpowell committed Oct 29, 2024
1 parent cef777d commit 5f03af3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/eight-mails-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@shopify/shopify-app-remix': minor
---

Added `v4_removeRest` future flag.

When `v4_removeRest` is `true`, the REST API will no longer be available. Please use the GraphQL API instead. See [Shopify is all-in on graphql](https://www.shopify.com/ca/partners/blog/all-in-on-graphql) for more information.

If your app doesn't use the REST API, you can safely set `v4_removeRest` to `true` and be ready for the next major release. If your app does use the REST API, you should migrate to the GraphQL API and then set `v4_removeRest` to `true`.

0 comments on commit 5f03af3

Please sign in to comment.