apollo-component
v0.3.1
Published
Component with render props for React Apollo
Downloads
6
Readme
Apollo Component
Install
yarn add apollo-component
Usage
import React, { Component } from 'react'
import { Query } from 'apollo-component';
class Example extends Component {
render () {
return (
<Query render={data => <Example data={data} />} />
)
}
}
License
MIT © Scrn