Package Exports
- @molaux/graphql-sequelize-r-react-admin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@molaux/graphql-sequelize-r-react-admin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
graphql-sequelize-r-react-admin
A graphql-sequelize-r plugin that partially implements ra-data-graphql-simple grammar (a GraphQL data provider for react-admin).
Install
yarn add @molaux/graphql-sequelize-r-react-adminUse
import graphqlSequelizeRReactAdmin from '@molaux/graphql-sequelize-r-react-admin'
const {
extraModelFields: reactAdminFieldsGenerator,
extraModelQueries: reactAdminQueriesGenerator,
extraModelTypes: reactAdminTypesGenerator,
extraTypes: reactAdminExtraTypes
} = graphqlSequelizeRReactAdmin