Skip to content

Instantly share code, notes, and snippets.

@usulpro
Last active January 9, 2020 18:25
Show Gist options
  • Save usulpro/cc6396581dc4ca38cce54bda797a990c to your computer and use it in GitHub Desktop.
Save usulpro/cc6396581dc4ca38cce54bda797a990c to your computer and use it in GitHub Desktop.
// speakers.stories.js
import { Query } from '@focusreactive/storybook-graphql-kit';
import { speakersQuery } from '../speaker.query';
export const speakers = Query({
name: 'Conference Speakers',
query,
vars: { conferenceTitle: 'React_Day_Berlin', eventYear: 'Y2019' },
searchVars: { name: '' },
viewId: 'c04bfcdd2eed47b880588f5506ed4f5a',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment