Follow-up from "Refactor Epic mutations base"
The following discussion from !25991 (merged) should be addressed:
-
@egrieff started a discussion: (+3 comments) Note: The type here is changing from
ID_TYPE
toSTRING_TYPE
, but I think it would be ok for consistency with otheriid
arguments🤔
We should modify IIDs to use ID_TYPE
rather than STRING_TYPE
for consistency.
from @jarka's comment:
I personally would use
ID_TYPE
as we use it for all:id
arguments. I think we should change otheriid
s (not in this MR) rather than usingSTRING_TYPE
here