gitlab-org--gitlab-foss/spec/requests/api/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
..
mutations/merge_requests Fix incorrect instances of GraphQL::ID_TYPE 2019-06-03 21:59:33 +02:00
namespace Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
project Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
gitlab_schema_spec.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
group_query_spec.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
metadata_query_spec.rb Add metadata about the GitLab server to GraphQL 2019-03-05 15:00:32 +00:00
multiplexed_queries_spec.rb Enables GraphQL batch requests 2019-05-28 10:22:02 +02:00
project_query_spec.rb