Socket
Socket
Sign inDemoInstall

simple-graphql

Package Overview
Dependencies
5
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-graphql

The simple way to generates GraphQL schemas and Sequelize models from your models definition.


Version published
Weekly downloads
9
increased by80%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Simple-GraphQL

核心功能:

  • 避免重复代码, 基于统一的实体定义 (类似 JSON Typedef 的扩展) 生成 GraphQL Schema 和 Sequelize Model

  • 可扩展的字段类型配置

    • (内置) 类型 String Number Integer Date JSON Boolean
  • 可扩展的插件配置, 用于动态修改相关配置

    • (内置) 生成可配置的GraphQL接口, 如 GraphQL CRUD 接口
  • 可扩展的拦截器配置, 用于在运行时对GraphQL接口调用的拦截.

    • GraphQL Mutation接口的 transaction 支持
    • 用户权限验证功能
  • 可扩展的单实例服务接口支持.

安装

 npm install simple-graphql graphql graphql-relay -save

用法

TODO

License

MIT

Keywords

FAQs

Last updated on 29 Jul 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc