Skip to content

Commit 67c4c38

Browse files
lpcoxCopilot
andauthored
Update internal/proxy/graphql_rewrite.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 913cda7 commit 67c4c38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/proxy/graphql_rewrite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ foundBrace:
230230
}
231231
i--
232232
}
233-
// Skip whitespace after field name
233+
// Skip whitespace between the argument list and the field name.
234234
for i >= 0 && (query[i] == ' ' || query[i] == '\n' || query[i] == '\t' || query[i] == '\r') {
235235
i--
236236
}

0 commit comments

Comments
 (0)