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

Question: There is a way to identify @ResolveField ? #4

Open brilvio opened 3 years ago

brilvio commented 3 years ago

Hi, I am using this package but I have a problem when I use @ResolveField because the field is not on the table, I get the error:

RequestError: Invalid column name

I debugged but couldn't found a way to identify if a Field is a Resolved Field, if I could then I wanted to submit a pull request to ignore resolve fields, maybe you know a way?

Or a workaround.

brunovigano commented 3 years ago

I am facing this issue too..