rogerballard / nestjs-relay

A batteries-included toolkit for building Relay-compliant GraphQL APIs with NestJS v7
MIT License
58 stars 14 forks source link

Add more fields on "Connection" type #209

Open babymum7 opened 3 years ago

babymum7 commented 3 years ago

Currently, the "Connection" type has only 2 standard fields, "Edge" and "PageInfo", we need a way to add more fields and its resolvers to it like "totalCount", maybe also in the "Edge" type as well.

dzcpy commented 2 years ago

Will it be implemented? totalCount is indeed useful.