Fix case sensitive GraphQL username argument

What does this MR do and why?

Fix case sensitive GraphQL username argument in user query

Changelog: fixed

Screenshots or screen recordings

Before:

image

After:

image

How to set up and validate locally

Run the following GraphQL query from GrapiQL: http://gdk.test:3000/-/graphql-explorer

query getUser {
	user(username: "ROOT") {
    id
  }
}

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading