remix-graphql

JSON →
library 0.2.1 ·javascript
verified Jun 7, 2026

Utility library for integrating GraphQL with Remix apps. Version 0.2.1 provides functions to handle loader and action requests using local GraphQL schemas/resolvers or remote APIs, and to set up GraphQL resource routes. It ships TypeScript types and requires peer dependencies @remix-run/dev, @remix-run/react, @remix-run/serve, grapqhl^16.2, and remix. Key differentiators: server-only usage enforced via .server imports, support for schema-first and code-first schema definition, and future batching of queries from multiple loaders.