Socket
Socket
Sign inDemoInstall

graphile-build

Package Overview
Dependencies
40
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    graphile-build

Build a GraphQL schema from plugins


Version published
Weekly downloads
29K
increased by0.63%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

graphile-build

GitHub Sponsors Patreon sponsor button Discord chat room Follow

graphile-build provides a framework to build extensible GraphQL APIs by combining plugins. Each plugin typically has its own small purpose (such as implementing the Node interface, adding query: Query to mutation payloads, or watching an external source for schema changes) and by combining these plugins together you get a large, powerful, and manageable GraphQL schema. Plugins enable you to make broad changes to your GraphQL schema with minimal code, and because you're changing your schema in broad ways it helps to guarantee consistency.

Graphile Build has strong built-in support for Grafast so you can make an exceptionally performant auto-generated (or generator-assisted) GraphQL API.

PostGraphile uses Graphile Build and Grafast to produce an extremely high performance standards-compliant GraphQL API with minimal fuss. The separate graphile-build-pg module contains the plugins that are specific to PostgreSQL support (graphile-build itself does not know nor care about databases).

Crowd-funded open-source software

To help us develop this software sustainably, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.

Click here to find out more about sponsors and sponsorship.

And please give some love to our featured sponsors 🤩:

The Guild
The Guild
*
Dovetail
Dovetail
*
Netflix
Netflix
*
Stellate
Stellate
*
Steelhead
Steelhead
*

* Sponsors the entire Graphile suite

Documentation

TODO!

Keywords

FAQs

Last updated on 25 Jan 2024

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