Guest User

Untitled

a guest
Nov 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import { graphql } from 'react-apollo';
  2.  
  3. export default graphql(GET_USER, {
  4. props: ({ data }) => ({
  5. user: data.user,
  6. })
  7. });
Add Comment
Please, Sign In to add comment