app/controllers/graphql_controller.rb · master · GitLab.org / GitLab · GitLab (original) (raw)
GitLab Next
May 05, 2025
ec61ce23
Fix TypeError for GraphqlController#query parameter · ec61ce23
Vasilii Iakliushin authored May 05, 2025Contributes to #539209
Sentry error:
https://new-sentry.gitlab.net/organizations/gitlab/issues/1533435
Problem
The application raises a server error when the GraphQL query doesn't
have a string type.
Solution
Explicitly convertquery
to String type.
Changelog: fixed
ec61ce23
Fix TypeError for GraphqlController#query parameter
Vasilii Iakliushin authored May 05, 2025Contributes to #539209
Sentry error:
https://new-sentry.gitlab.net/organizations/gitlab/issues/1533435
Problem
The application raises a server error when the GraphQL query doesn't
have a string type.
Solution
Explicitly convertquery
to String type.
Changelog: fixed
Loading