Skip to content

Commit 3ca283f

Browse files
committed
Add "values" to reserved words
1 parent 14b48c2 commit 3ca283f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/gql_code_builder/lib/src/common.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const _reserved = <String>[
4848
"List",
4949
"Set",
5050
"update",
51+
"values",
5152
];
5253

5354
class SourceSelections {

0 commit comments

Comments
 (0)