gitlab-org--gitlab-foss/app/graphql
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
..
functions Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
mutations Fix incorrect instances of GraphQL::ID_TYPE 2019-06-03 21:59:33 +02:00
resolvers Fix incorrect instances of GraphQL::ID_TYPE 2019-06-03 21:59:33 +02:00
types Fix incorrect instances of GraphQL::ID_TYPE 2019-06-03 21:59:33 +02:00
gitlab_schema.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00