I'm using TypeGraphQL and TypeORM. In my input types, I have a field that looks like this:
@Field(() => [String], { nullable: true })
options: string[];
However. I keep getting this error,
Error: Cannot determine GraphQL input type for options
How do I solve this?
1.0.0RC version which has more descriptive error messages - Michał Lytek