JSPM

@molaux/graphql-sequelize-r-react-admin

2.0.0-alpha.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 8
    • Score
      100M100P100Q31132F
    • License MIT

    a graphql-sequelize-r module that implements basic react-admin grammar

    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-admin

    Use

    import graphqlSequelizeRReactAdmin from '@molaux/graphql-sequelize-r-react-admin'
    
    const {
      extraModelFields: reactAdminFieldsGenerator,
      extraModelQueries: reactAdminQueriesGenerator,
      extraModelTypes: reactAdminTypesGenerator,
      extraTypes: reactAdminExtraTypes
    } = graphqlSequelizeRReactAdmin