Skip to content

Commit

Permalink
feat: Add num to keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
budde377 authored Nov 8, 2024
1 parent bddb0e7 commit b9ddc6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/graphql_codegen/lib/src/printer/keywords.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ const staticKeywords = {
"Runes",
"Symbol",
"String",
"Null"
"Null",
"num"
};

0 comments on commit b9ddc6b

Please sign in to comment.