apollo-storybook-decorator icon indicating copy to clipboard operation
apollo-storybook-decorator copied to clipboard

Wrap your storybook environment with Apollo Client, provide mocks for isolated UI testing with GraphQL

Results 113 apollo-storybook-decorator issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

## Test code ``` js import { action } from '@storybook/addon-actions'; import { storiesOf } from '@storybook/react'; import apolloStorybookDecorator from 'apollo-storybook-react'; import React from 'react'; import MyComp from '.'; export...

Hi! I really appreciate that you've made an Angular version, but would it be possible to update your packaging process to run `tsc --build` on the Angular package before publishing...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

```javascript import { print, printSchema } from "graphql"; import { introspectSchema } from "graphql-tools"; const ENDPOINT = 'https://my.graphql.example/graphql' const fetcher = async ({ query: queryDocument, variables, operationName, context }) =>...

enhancement

Hello, I'd like to test my screens in their loading or network failure states. How could I achieve that using apollo-storybook-decorator? Thanks for your help. **EDIT :** Maybe we could...

Bumps [eslint](https://github.com/eslint/eslint) from 4.18.2 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...

dependencies

I may be doing something wrong or I've missed something in the documentation but when passing back mocked data through a nested Mutation component the objects have a `__typename: ""`...

help wanted