0.0.4 • Published 6 years ago

gatsby-source-square-catalog v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Gatsby Source Square Catalog

Gatsby source that pulls data from the Square Catalog.

Install

Install from NPM.

npm install --save gatsby-source-square-catalog

Add to your gatsby-config.js plugins config.

plugins: [
  {
    resolve: `gatsby-source-square-catalog`,
    options: {
      token: 'YOUR_SQUARE_TOKEN'
    }
  }
]

Usage

Through graphql you can now query for SquareCategory, SquareItem and SquareModifierList with the normal methods.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago