We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2141a3 commit f21dbe4Copy full SHA for f21dbe4
1 file changed
__tests__/__snapshots__/resolvers.test.js.snap
@@ -248,11 +248,13 @@ exports[`rds resolvers toJsonObject 1`] = `
248
{
249
"ISBN-13": "978-1948132817",
250
"author": "Mark Twain",
251
+ "id": 12345,
252
"title": "Adventures of Huckleberry Finn",
253
},
254
255
"ISBN-13": "978-1948132275",
256
"author": "Jack London",
257
+ "id": 67890,
258
"title": "The Call of the Wild",
259
260
],
0 commit comments