@nestjs/graphql + graphql-relay + typeorm
npm install nestjs-graphql-relay!Actions Status

Nest.js + typeorm + graphql-relay inspired
nestjs-graphql-relay
```
npm install nestjs-graphql-relay
`typescript
@ObjectType({ isAbstract: true })
abstract class RecipesEdge implements Relay.Edge
@Field(() => Recipe)
readonly node: Recipe;
@Field()
readonly cursor: Relay.ConnectionCursor;
}
@ObjectType()
export class RecipesConnection implements Relay.Connection
@Field()
readonly pageInfo: PageInfo;
@Field(() => [RecipesEdge])
readonly edges: Array
}
``
PRs accepted.
MIT © g59