Skip to content

Commit

Permalink
Merge pull request #138 from withmoney/develop
Browse files Browse the repository at this point in the history
v3.1.0
  • Loading branch information
davidcostadev authored Nov 20, 2021
2 parents 688a0a8 + af9545c commit bc61655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/Category/queries/findMany.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const CategoryFindManyQuery = queryField('findManyCategory', {
const data = await ctx.prisma.category.findMany({
...args,
where: {
...args.where,
...where,
userId,
},
Expand Down

0 comments on commit bc61655

Please sign in to comment.