Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calmonr/typegraphql-relay

Relay-compliant GraphQL server using TypeGraphQL and TypeORM boilerplate.
https://github.com/calmonr/typegraphql-relay

graphql relay type-graphql typeorm

Last synced: about 2 months ago
JSON representation

Relay-compliant GraphQL server using TypeGraphQL and TypeORM boilerplate.

Awesome Lists containing this project

README

        

# TypeGraphQL Relay

> Relay-compliant GraphQL server using TypeGraphQL and TypeORM boilerplate.

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6cfac41b809a47a989d674da14d21280)](https://www.codacy.com/gh/calmonr/typegraphql-relay/dashboard?utm_source=github.com&utm_medium=referral&utm_content=calmonr/typegraphql-relay&utm_campaign=Badge_Grade)

---

## Introduction

This is a GraphQL server boilerplate that follows the [Global Object Identification](https://graphql.org/learn/global-object-identification/), [GraphQL Server Specification](https://relay.dev/docs/en/graphql-server-specification.html) and [GraphQL Cursor Connections Specification](https://relay.dev/graphql/connections.htm) specifications.

## WIP

This documentation is being completely rewritten explaining better how to get started. It means that this repository is constantly changing and that is why we don't recommend using it in production until all features have been completed.

You can check the [tests](tests/functional/relay) in the meantime for usage examples.