Skip to content

Instantly share code, notes, and snippets.

View akiran's full-sized avatar

Kiran Abburi akiran

View GitHub Profile
@akiran
akiran / app.js
Created September 4, 2018 16:41
Reuse GraphQL queries
import React from 'react'
import {graphql, compose} from 'react-apollo'
import gql from 'graphql-tag'
const withUser = graphql(
gql`
{
user {
id
firstName