Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

πŸš€ Gatsby source plugin for building Elastic Path Commerce Cloud powered eCommerce websites

License

Notifications You must be signed in to change notification settings

moltin/gatsby-source-moltin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24cd5e5 Β· May 31, 2020

History

42 Commits
Feb 20, 2019
May 7, 2020
Jan 22, 2019
Jan 22, 2019
Jul 15, 2019
May 31, 2020
May 11, 2020
Jan 22, 2019
May 7, 2020
Aug 27, 2019
May 7, 2020

Repository files navigation

Elastic Path Commerce Cloud gatsby-source-moltin

Stable Branch License: MIT contributions welcome follow on Twitter

πŸš€ Gatsby source plugin for building Elastic Path Commerce Cloud powered eCommerce websites.

Install

yarn add @moltin/gatsby-source-moltin

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `@moltin/gatsby-source-moltin`,
    options: {
      client_id: '...'
    },
  },
],

How to query

{
  allMoltinProduct {
    edges {
      node {
        id
        name
        description
        slug
        sku
        categories {
          id
          name
        }
      }
    }
  }
}

Terms And Conditions

  • Any changes to this project must be reviewed and approved by the repository owner. For more information about contributing, see the Contribution Guide.
  • For more information about the license, see MIT License.