Properly type scalar "Duration"

This commit is contained in:
schroda
2025-09-18 22:27:19 +02:00
parent 80a576db63
commit 7d71780fbc
2 changed files with 6 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ const config: CodegenConfig = {
scalars: {
LongString: 'string',
Cursor: 'string',
Duration: 'string',
},
},
},