Skip to content

Instantly share code, notes, and snippets.

@rricard
Created December 6, 2016 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rricard/036f8bbbd0fe95ada702d748a557036d to your computer and use it in GitHub Desktop.
Save rricard/036f8bbbd0fe95ada702d748a557036d to your computer and use it in GitHub Desktop.
// ...
import {graphql} from 'react-apollo';
const graphqlDocuments = require('./documents.json');
// ...
const FeedWithData = graphql(graphqlDocuments['Feed.graphql'])(Feed);
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment