Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update file exchange example to work with wonka v4 (#509)

authored by

Lukas Lücke and committed by
Phil Plückthun
011e222a 4c75bf7e

+1 -1
+1 -1
docs/guides.md
··· 465 465 466 466 ... 467 467 const createFetchSource = (operation) => { 468 - return make(([next, complete]) => { 468 + return make(({next, complete}) => { 469 469 const { context } = operation; 470 470 const { clone, files } = extractFiles(operation.variables); 471 471 const isFileUpload = !!files.size;