-
- Downloads
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
Showing
- app/graphql/mutations/merge_requests/base.rb 1 addition, 1 deletionapp/graphql/mutations/merge_requests/base.rb
- app/graphql/resolvers/issues_resolver.rb 2 additions, 2 deletionsapp/graphql/resolvers/issues_resolver.rb
- app/graphql/resolvers/merge_requests_resolver.rb 2 additions, 2 deletionsapp/graphql/resolvers/merge_requests_resolver.rb
- app/graphql/types/ci/pipeline_type.rb 1 addition, 1 deletionapp/graphql/types/ci/pipeline_type.rb
- app/graphql/types/merge_request_type.rb 1 addition, 1 deletionapp/graphql/types/merge_request_type.rb
- spec/requests/api/graphql/mutations/merge_requests/set_wip_spec.rb 1 addition, 1 deletion...ests/api/graphql/mutations/merge_requests/set_wip_spec.rb
Please register or sign in to comment