Alex Miller

Results 1 issues of Alex Miller

Is there any way to have a filterable array field? For example, I have a type/entity with an array of tags like so: ```ts @Field(type => [String]) @Column('jsonb', { default:...

enhancement
investigate