Skip to content

Instantly share code, notes, and snippets.

@usulpro
Last active January 9, 2020 18:22
Show Gist options
  • Save usulpro/fb9c70966f1a5314df5feeb8a7cb1019 to your computer and use it in GitHub Desktop.
Save usulpro/fb9c70966f1a5314df5feeb8a7cb1019 to your computer and use it in GitHub Desktop.
import { addDecorator } from '@storybook/react';
import { withGraphQL } from '@focusreactive/storybook-graphql-kit';
addDecorator(withGraphQL({ endpoint: CMS_ENDPOINT, token: CMS_TOKEN }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment