0.0.4 • Published 5 years ago

gatsby-source-square-catalog v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago