Maxvien / apollo-codegen-for-shopify-example

Apollo Codegen for Shopify Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo Codegen for Shopify Example

Run npm run codegen to generate TypeScript types.

This is the apollo.config.js for Shopify working with Apollo CLI and Apollo VSCode extension.

module.exports = {
  client: {
    service: {
      name: 'shopify',
      url: 'https://graphql.myshopify.com/api/graphql',
      headers: {
        'X-Shopify-Storefront-Access-Token': '078bc5caa0ddebfa89cccb4a1baa1f5c',
      }
    },
    excludes: ['**/node_modules/**/*'],
    includes: ['**/*.ts'],
  }
};

About

Apollo Codegen for Shopify Example


Languages

Language:TypeScript 94.1%Language:JavaScript 5.9%