Skip to main content

Gesso-Shopify integration

Installation

Instructions on how to install and set up the project.

Usage

Instructions on how to use the project.

Shopify Type Generation

This project uses graphql-codegen to generate types for the Shopify GraphQL Storefront API. To generate types during development, run the following command:

pnpm codegen

This will update the generated code in src/gql/* whenever the GraphQL schema or queries change. Be sure to commit these generated changes along with your related code.