--- id: graphql-relay version: "3.2.0" license: MIT license_treatment: permissive maintenance: abandoned --- # graphql-relay — Relay library for graphql-core License: permissive · Maintenance: abandoned · Popularity: top 1,000 on PyPI ## Install pip install graphql-relay uv add graphql-relay poetry add graphql-relay ## Description # Relay Library for GraphQL Python GraphQL-relay-py is the [Relay](https://relay.dev/) library for [GraphQL-core](https://github.com/graphql-python/graphql-core). It allows the easy creation of Relay-compliant servers using GraphQL-core. GraphQL-Relay-Py is a Python port of [graphql-relay-js](https://github.com/graphql/graphql-relay-js), while GraphQL-Core is a Python port of [GraphQL.js](https://github.com/graphql/graphql-js), the reference implementation of GraphQL for JavaScript. Since version 3, GraphQL-Relay-Py and GraphQL-Core support Python 3.6 and above only. For older versions of Python, you can use version 2 of these libraries. [![PyPI version](https://badge.fury.io/py/graphql-relay.svg)](https://badge.fury.io/py/graphql-relay) ![Test Status](https://github.com/graphql-python/graphql-relay-py/actions/workflows/test.yml/badge.svg) ![Lint Status](https://github.com/graphql-python/graphql-relay-py/actions/workflows/lint.yml/badge.svg) [![Dependency Updates](https://pyup.io/repos/github/graphql-python/graphql-relay-py/shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-relay-py/) [![Python 3... ## AI interpretation — verify before relying Provides helper functions to build Relay-compliant GraphQL servers using graphql-core, including connection pagination, global object identification, and cursor management. Verdict: Stable, permissively licensed Relay helper library with minimal dependencies, but abandoned since 2022 with no recent maintenance. Suitable for existing projects already using graphql-core, but risky for new development without active upstream support or compatibility guarantees. [View on SkillFed](https://skillfed.io/packages/graphql-relay) · [View on PyPI](https://pypi.org/project/graphql-relay/)