hello I want write query wishpoint(parent, { name...
# prisma-whats-new
h
hello I want write query wishpoint(parent, { name }, ctx, info) { console.log(id); // const id = getUserId(ctx) return ctx.db.query.wishpoint({ where: { username: name } }, info) }, in where user how can search a Wildcards as like => where{ username LIKE name }