Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
graphile-build
Advanced tools
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).
To help us develop this software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
And please give some love to our featured sponsors 🤩:
Surge * | The Guild * | Dovetail * | Qwick * |
Netflix * | Chad Furman * | Enzuzo * | Stellate * |
* Sponsors the entire Graphile suite
TODO!
FAQs
Build a GraphQL schema from plugins
The npm package graphile-build receives a total of 2,878 weekly downloads. As such, graphile-build popularity was classified as popular.
We found that graphile-build demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.