Skip to content

Instantly share code, notes, and snippets.

@usulpro
Last active January 14, 2020 07:12
Show Gist options
  • Save usulpro/0a6819d6c362689e8f0e8b926da9c6ec to your computer and use it in GitHub Desktop.
Save usulpro/0a6819d6c362689e8f0e8b926da9c6ec to your computer and use it in GitHub Desktop.
import { addDecorator } from '@storybook/react';
import { withGraphCMS } from '@focusreactive/storybook-addon-graphcms';
addDecorator(withGraphCMS({ endpoint: CMS_ENDPOINT, token: CMS_TOKEN, projectId: 'YOUR_PROJECT_ID', stage: 'master' }))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment