Skip to content

Commit

Permalink
Merge pull request #7695 from Superpencil/patch-2
Browse files Browse the repository at this point in the history
Michael this is unacceptable.
  • Loading branch information
shilman committed Aug 6, 2019
2 parents bd607c3 + b06e6d7 commit 965a582
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ import { storiesOf } from '@storybook/react';
// url: 'https://graphql-pokemon.now.sh/?',
// });

storiesOf('Addons|GraphQL', module).add('get Pickachu', () => <div>hello</div>, {
storiesOf('Addons|GraphQL', module).add('get Pikachu', () => <div>hello</div>, {
graphiql: {
query: `{
pokemon(name: "Pikachu") {
Expand Down

0 comments on commit 965a582

Please sign in to comment.