graphile
@graphile
0
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
16 Skillsacross 1 categorygraphile-config
GitHub Actions
Standard plugin interface and helpers to be used across the Graphile stack.
gqlcheck
benjie
Performs additional checks on your GraphQL documents and operations to ensure they conform to your rules, whilst allow-listing existing operations and their constituent parts (and allowing overrides on a per-field basis). Rules include max selection set d
@dwwoelfel/graphql-parse-resolve-info
dww
Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree
pg-sql2
benjie
Generate safe Postgres-compliant SQL with tagged template literals
jest-time-helpers
benjie
Helpers you can use in tests that relate to the passage of time (i.e. code that involves setTimeout, setInterval, new Date(), Date.now(), etc)
@graphile/logger
benjie
A logger abstraction for libraries
@graphile/operation-hooks
benjie
Register asynchronous callbacks before/after operations; uses include: validation, authorization, notification
@graphile/persisted-operations
benjie
Persisted operations (aka persisted queries) support for PostGraphile's server
@graphile/postgis
benjie
PostGIS support for PostGraphile
postgraphile
benjie
A GraphQL schema created by reflection over a PostgreSQL schema π (previously known as PostGraphQL)
@graphile/subscriptions-lds
benjie
Subscriptions plugin for PostGraphile using PostgreSQL logicial decoding
graphile-migrate
benjie
Opinionated SQL-powered migration tool for PostgreSQL
graphile-worker
benjie
Job queue for PostgreSQL
@graphile/depth-limit
benjie
A validation rule to apply to GraphQL operations to avoid excessively deep queries.
graphql-sock
benjie
GraphQL Semantic Output Conversion Kit - converts a cutting edge SDL file that supports semantic nullability into a more traditional SDL file legacy tools can support.
graphql-toe
benjie
GraphQL Throw-On-Error - incorporate error handling back into the reading of your data, so you can handle errors in the most natural way.