Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Relay-compliant GraphQL server using TypeGraphQL and TypeORM boilerplate.
- Host: GitHub
- URL: https://github.com/calmonr/typegraphql-relay
- Owner: calmonr
- License: mit
- Archived: true
- Created: 2020-11-03T00:21:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T17:15:34.000Z (over 3 years ago)
- Last Synced: 2024-05-12T01:34:22.052Z (6 months ago)
- Topics: graphql, relay, type-graphql, typeorm
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 58
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - typegraphql-relay - compliant GraphQL server using TypeGraphQL and TypeORM boilerplate. | calmonr | 49 | (TypeScript)
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.