Skip to content

Commit 79735f5

Browse files
committed
Escape "update" in codegen
1 parent 059494f commit 79735f5

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
@@ -47,6 +47,7 @@ const _reserved = <String>[
4747
"Map",
4848
"List",
4949
"Set",
50+
"update",
5051
];
5152

5253
class SourceSelections {

0 commit comments

Comments
 (0)