Hello, anyone has an easy way to expose the filters like it was in graphcool to prisma, i mean for example with the management api, i can query users with where order by etc, but do i have to rewrite every type in the application layer (UserWhereInput, UserOrderInput etc...) ?