Fix BigInt custom scalar type + lint issues

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2026-01-02 11:30:12 +01:00
committed by Bryan Frimin
parent e80766509a
commit 4adb52cfc5
7 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
"GID": "string",
"CursorKey": "string",
"Duration": "string",
"BigInt": "string",
"BigInt": "number",
"EmailAddr": "string"
}
},
@@ -29,7 +29,7 @@
"GID": "string",
"CursorKey": "string",
"Duration": "string",
"BigInt": "string",
"BigInt": "number",
"EmailAddr": "string"
}
}