# gatsby-source-mason

[![CircleCI](https://circleci.com/gh/cirbuk/gatsby-source-mason/tree/master.svg?style=svg&circle-token=e312cebd048b35423ced49ce715c1473b12462b1)](https://circleci.com/gh/cirbuk/gatsby-source-mason/tree/master)

A plugin to source data from Mason in your gatsby site

Plugin Options to be passed in your `gatsby-config`:

```ts
  projectId: string;
  apiToken: string;
  workspaceId: string;
```

All three of these shall be available from Mason itself.