gitlab-org--gitlab-foss/app/graphql/mutations
Bob Van Landuyt f16b13113f Fix incorrect instances of GraphQL::ID_TYPE
Since the `GraphQL::ID_TYPE` usages should represent globally unique
ids, this changes some fields for which this is not the case into
strings.

The `ID_TYPE` is a specialised, so this change should be backwards
compatible.

https://graphql-ruby.org/type_definitions/scalars.html
2019-06-03 21:59:33 +02:00
..
concerns/mutations
merge_requests Fix incorrect instances of GraphQL::ID_TYPE 2019-06-03 21:59:33 +02:00
.keep
base_mutation.rb