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