Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shyft

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shyft

Model driven GraphQL API framework

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Shyft

Build Status npm version codecov

Shyft is a server-side framework for building powerful GraphQL APIs.

Features

  • convert data model into a GraphQL API
  • CRUD query/mutations out of the box
  • flexible extension of mutations
  • sync data model with database and provide migrations
  • complex data fetching with multi-level filters
  • offset/limit and cursor-based pagination
  • extremely dynamic permission engine based on roles and data lookups
  • workflows (finite state machines) with fine-grained control over access and input fields
  • extensible with custom queries and mutations (actions)
  • internationalization (i18n) included
  • generate mock data based on data type or custom functions
  • input validation with any validation framework
  • derived fields
  • hooks (pre- and post-processors)

Install

With yarn:

yarn add shyft

or using npm:

npm install -S shyft

GraphQL is a peer dependency. Install it with:

yarn add graphql

Tests

Run once:

yarn run test

Run in watch mode:

yarn run test-watch

Integration Tests

Run once:

yarn run test-integration

Run in watch mode:

yarn run test-integration-watch

Keywords

FAQs

Package last updated on 07 Jun 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc