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.

chore: hacks not needed here (#1886)

This hack was for Relay, as it wasnt exactly "spec" compliant.

authored by

Marais Rossouw and committed by
GitHub
7f49b6b0 96cfe9eb

-3
-3
examples/with-defer-stream-directives/server/index.js
··· 73 73 74 74 let { operationName, query, variables } = getGraphQLParameters(request); 75 75 76 - // BEWARE HACKS 77 - query = query.replace('initial_count', 'initialCount'); 78 - 79 76 const result = await processRequest({ 80 77 operationName, 81 78 query,