Skip to content

Change iid argument to ID_TYPE for graphQL queries

Jarka Košanová requested to merge 208394-iid-to-id-arg into master

What does this MR do?

It changes all iid arguments in graphQL queries to ID_TYPE. We use ID_TYPE for id arguments and iid is basically the same. But for iid in some places, we use STRING_TYPE. This MR unifies the iid argument type across all graphQL endpoints.

Does this MR meet the acceptance criteria?

Conformity

Closes #208394

Merge request reports