wesleyyoung / perch-query-builder

Dynamically build TypeORM queries based on GraphQL queries for NestJS and TypeORM
GNU General Public License v3.0
46 stars 9 forks source link

Handle args array as whereIn #6

Closed jacson-junior closed 3 years ago

jacson-junior commented 3 years ago

This PR allows using an id/enum array as a wherein typeorm query

wesleyyoung commented 3 years ago

thankyou