Skip to content

Commit

Permalink
Convert template to Javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Apr 26, 2024
1 parent 53d485b commit 39231bc
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 886 deletions.
40 changes: 0 additions & 40 deletions .graphqlrc.ts

This file was deleted.

15 changes: 0 additions & 15 deletions app/db.server.ts

This file was deleted.

58 changes: 0 additions & 58 deletions app/entry.server.tsx

This file was deleted.

1 change: 0 additions & 1 deletion app/globals.d.ts

This file was deleted.

30 changes: 0 additions & 30 deletions app/root.tsx

This file was deleted.

58 changes: 0 additions & 58 deletions app/routes/_index/route.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion app/routes/app._index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const action = async ({ request }) => {
responseJson.data.productCreate.product.variants.edges[0].node.id;
const variantResponse = await admin.graphql(
`#graphql
mutation updateVariant($input: ProductVariantInput!) {
mutation shopifyRemixTemplateUpdateVariant($input: ProductVariantInput!) {
productVariantUpdate(input: $input) {
productVariant {
id
Expand Down
Loading

0 comments on commit 39231bc

Please sign in to comment.