rogerballard / nestjs-relay

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

Allow promises to be returned from mutations #217

Closed rogerballard closed 3 years ago

rogerballard commented 3 years ago

closes #173

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 752686143


Totals Coverage Status
Change from base Build 538548209: -0.2%
Covered Lines: 241
Relevant Lines: 243

💛 - Coveralls
kiurchv commented 3 years ago

Would it be possible to drop a new release with this functionality?

kiurchv commented 3 years ago

Also, it will be great if this change will be applied to next branch too