orchid-graphql

JSON →
library 1.9.1 ·javascript
verified Jun 4, 2026

orchid-graphql is a helper library for resolving GraphQL queries directly with Orchid ORM tables and relations (version 1.9.1). It selects only requested fields and relations, supports unlimited nested resolvers, pagination, filters (e.g., date-based, __in), query modifiers, and field result hooks for access control. Released pre-release (not battle-tested), it is a quick adaptation of objection-graphql-resolver. Requires graphql ^16 and orchid-orm ^1.31.5 as peer dependencies. Node.js >=14. Ships TypeScript types, but typings are not fully ready (returns generic Query).