Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // ...
  2. import {graphql} from 'react-apollo';
  3. const graphqlDocuments = require('./documents.json');
  4.  
  5. // ...
  6.  
  7. const FeedWithData = graphql(graphqlDocuments['Feed.graphql'])(Feed);
  8.  
  9. // ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement