Skip to content

Commit f3dc33a

Browse files
authored
feat: Add num to keywords (#368)
1 parent bddb0e7 commit f3dc33a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/graphql_codegen/lib/src/printer/keywords.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ const staticKeywords = {
7171
"Runes",
7272
"Symbol",
7373
"String",
74-
"Null"
74+
"Null",
75+
"num"
7576
};

0 commit comments

Comments
 (0)