Skip to content

Commit 4e1ef50

Browse files
committed
fix: removed extra withDryRun
1 parent b5f2016 commit 4e1ef50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/schema/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func (g *Gateway) processSingleResource(
240240

241241
mutationGroupType.AddFieldConfig("update"+singular, &graphql.Field{
242242
Type: resourceType,
243-
Args: creationMutationArgsBuilder.WithName().WithDryRun().Complete(),
243+
Args: creationMutationArgsBuilder.WithName().Complete(),
244244
Resolve: g.resolver.UpdateItem(*gvk, resourceScope),
245245
})
246246

0 commit comments

Comments
 (0)