From b06e6d7136ccbbb6f6e265410553b68a412bc449 Mon Sep 17 00:00:00 2001 From: Pascal Pixel Date: Tue, 6 Aug 2019 17:25:36 +0900 Subject: [PATCH] Michael this is unacceptable. --- examples/official-storybook/stories/addon-graphql.stories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/official-storybook/stories/addon-graphql.stories.js b/examples/official-storybook/stories/addon-graphql.stories.js index b10970c95c38..f1746abb78ad 100644 --- a/examples/official-storybook/stories/addon-graphql.stories.js +++ b/examples/official-storybook/stories/addon-graphql.stories.js @@ -6,7 +6,7 @@ import { storiesOf } from '@storybook/react'; // url: 'https://graphql-pokemon.now.sh/?', // }); -storiesOf('Addons|GraphQL', module).add('get Pickachu', () =>
hello
, { +storiesOf('Addons|GraphQL', module).add('get Pikachu', () =>
hello
, { graphiql: { query: `{ pokemon(name: "Pikachu") {