global_gql_library
v1.1.3
Published
graph ql functions
Downloads
14
Readme
gql_library
graph ql functions
Install
npm install --save gql_library
Usage
import * as React from 'react'
import MyComponent from 'gql_library'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © khushboo-coditas