GitHunt
MO

moltin/gatsby-source-moltin

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

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.

Languages

JavaScript100.0%

Contributors

MIT License
Created January 22, 2019
Updated May 12, 2023
moltin/gatsby-source-moltin | GitHunt