We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb0129 commit 245a10aCopy full SHA for 245a10a
examples/35_custom-scalar/custom-scalar.ts
@@ -22,5 +22,5 @@ const pokemons = await graffle.query.pokemons({
22
birthday: true,
23
})
24
25
-show(`pokemons[0].birthday instanceof Date = ${String(pokemons?.[0]?.birthday instanceof Date)}`)
+show(pokemons?.[0]?.birthday instanceof Date)
26
show(pokemons)
0 commit comments