gatsby-source-square-catalog
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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.

Package Sidebar

Install

npm i gatsby-source-square-catalog

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

14.5 kB

Total Files

7

Last publish

Collaborators

  • arcath