Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Feb 19, 2024
1 parent 113b81a commit a519f1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: true,
runtime: "prisma",
title: "QueryUniquerecordWhereInput",
title: "QueryrecordWhereUniqueInput",
type: "object",
},
},
Expand Down Expand Up @@ -88,7 +88,7 @@ snapshot[`typegate: find available operations 1`] = `
format: "date-time",
optional: false,
runtime: "prisma",
title: "string_33",
title: "string_69",
type: "string",
},
},
Expand Down Expand Up @@ -198,7 +198,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: false,
runtime: "prisma",
title: "_101_recordWithNestedCount[]",
title: "_104_recordWithNestedCount[]",
type: "list",
},
outputItem: {
Expand Down Expand Up @@ -267,7 +267,7 @@ snapshot[`typegate: find available operations 1`] = `
format: "date-time",
optional: false,
runtime: "prisma",
title: "string_33",
title: "string_69",
type: "string",
},
},
Expand All @@ -291,7 +291,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: true,
runtime: "prisma",
title: "QueryUniqueusersWhereInput",
title: "QueryusersWhereUniqueInput",
type: "object",
},
},
Expand Down Expand Up @@ -331,7 +331,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: false,
runtime: "prisma",
title: "_244_user_identityWithNestedCount_excluding___rel_user_identity_users_1[]",
title: "_282_user_identityWithNestedCount_excluding___rel_user_identity_users_1[]",
type: "list",
},
},
Expand Down Expand Up @@ -379,7 +379,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: false,
runtime: "prisma",
title: "_246_messagesWithNestedCount_excluding_messageSender[]",
title: "_284_messagesWithNestedCount_excluding_messageSender[]",
type: "list",
},
},
Expand All @@ -396,7 +396,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: true,
runtime: "prisma",
title: "integer_247",
title: "integer_285",
type: "integer",
},
},
Expand All @@ -413,7 +413,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: true,
runtime: "prisma",
title: "integer_247",
title: "integer_285",
type: "integer",
},
},
Expand Down Expand Up @@ -523,7 +523,7 @@ snapshot[`typegate: find available operations 1`] = `
format: null,
optional: false,
runtime: "prisma",
title: "_279_messagesWithNestedCount[]",
title: "_317_messagesWithNestedCount[]",
type: "list",
},
outputItem: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ impl QueryWhereExpr {
}
}

#[allow(dead_code)]
pub fn unique(mut self) -> Self {
self.unique = true;
self
Expand Down

0 comments on commit a519f1f

Please sign in to comment.