Skip to content

Commit

Permalink
Merge pull request #923 from Shopify/liz/js-graphql-autocomplete
Browse files Browse the repository at this point in the history
Enable GraphQL autocomplete for Javascript
  • Loading branch information
lizkenyon authored Jan 8, 2025
2 parents 9281b08 + 05f03ec commit 149ff4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .graphqlrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ function getConfig() {
return config;
}

module.exports = getConfig();
const config = getConfig();

export default config;
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @shopify/shopify-app-template-remix


## 2025.01.8

- [#923](https://github.com/Shopify/shopify-app-template-remix/pull/923) Enable GraphQL autocomplete for Javascript

## 2024.12.19

- [#904](https://github.com/Shopify/shopify-app-template-remix/pull/904) bump `@shopify/app-bridge-react` to latest
Expand All @@ -17,6 +22,7 @@
## 2024.12.04

- [#891](https://github.com/Shopify/shopify-app-template-remix/pull/891) Enable remix future flags.
-

## 2024.11.26
- [888](https://github.com/Shopify/shopify-app-template-remix/pull/888) Update restResources version to 2024-10
Expand Down

0 comments on commit 149ff4f

Please sign in to comment.