gitlab-org--gitlab-foss/app/graphql/resolvers
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 Added common fields to the IssueType 2019-05-31 13:19:29 -05:00
base_resolver.rb Added common fields to the IssueType 2019-05-31 13:19:29 -05:00
full_path_resolver.rb Basic GraphQL for a group 2019-04-23 11:16:05 -05:00
group_resolver.rb Basic GraphQL for a group 2019-04-23 11:16:05 -05:00
issues_resolver.rb Fix incorrect instances of `GraphQL::ID_TYPE` 2019-06-03 21:59:33 +02:00
merge_request_pipelines_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
merge_requests_resolver.rb Fix incorrect instances of `GraphQL::ID_TYPE` 2019-06-03 21:59:33 +02:00
metadata_resolver.rb Add metadata about the GitLab server to GraphQL 2019-03-05 15:00:32 +00:00
namespace_projects_resolver.rb Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
namespace_resolver.rb Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
project_pipelines_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
project_resolver.rb GraphQL - Add extra complexity for resolvers 2019-05-06 21:24:19 +00:00
tree_resolver.rb Added repository files to GraphQL API 2019-05-22 12:43:35 +01:00