Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
graphile-build
Advanced tools
graphile-build
is the core of Graphile Engine. It provides a framework to
build high-performance extensible GraphQL APIs by combining plugins and using
advanced query look-ahead features. 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 without sacrificing performance.
An example of an application built on graphile-build
is
PostGraphile which with one
command connects to your PostgreSQL database and provides a full highly
performant standards-compliant GraphQL API. The separate graphile-build-pg
module contains the plugins that are specific to PostgreSQL support
(graphile-build
itself does not know about databases).
For in-depth documentation about graphile-build
, please see the graphile
documentation website at graphile.org. The
below just serves as a limited quick-reference for people already familiar
with the library.
Please note: rather than using the raw plugin interface that
graphile-build
exposes, you may want to use the helpers in
the graphile-utils
module.
4.4.0-rc.1 (2019-04-29)
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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.