Skip to content

Commit 8b0d125

Browse files
committed
fix: snapshots
1 parent 1da0f15 commit 8b0d125

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/typegraph/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ sha2.workspace = true
3030
seahash.workspace = true
3131

3232
glob.workspace = true
33+
tracing.workspace = true
3334

3435

3536
[dev-dependencies]

tests/runtimes/typegate/__snapshots__/typegate_prisma_test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ snapshot[`typegate: find available operations 1`] = `
219219
format: null,
220220
optional: false,
221221
policies: [],
222-
title: "user_identity_create_input_excluding_rel_user_identity_users_provider_string_enum",
222+
title: "user_identity_create_input_provider_string_enum",
223223
type: "string",
224224
},
225225
},

tests/runtimes/typegate/__snapshots__/typegate_runtime_test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ snapshot[`typegate: find available operations 1`] = `
266266
enum: null,
267267
format: null,
268268
optional: false,
269-
title: "users_with_nested_count_identities_user_identity_with_nested_count_excluding_rel_user_identity_users_list",
269+
title: "users_with_nested_count_identities_user_identity_with_nested_count_list",
270270
type: "list",
271271
},
272272
},
@@ -305,7 +305,7 @@ snapshot[`typegate: find available operations 1`] = `
305305
enum: null,
306306
format: null,
307307
optional: false,
308-
title: "users_with_nested_count_messages_messages_with_nested_count_excluding_messageSender_list",
308+
title: "users_with_nested_count_messages_messages_with_nested_count_list",
309309
type: "list",
310310
},
311311
},
@@ -421,7 +421,7 @@ snapshot[`typegate: find available operations 1`] = `
421421
fields: null,
422422
format: null,
423423
optional: false,
424-
title: "root_findMessages_fn_output",
424+
title: "users_with_nested_count_messages_messages_with_nested_count_list",
425425
type: "list",
426426
},
427427
outputItem: {

0 commit comments

Comments
 (0)