-
- 下载
Merge branch '16564-snooze-many-unsnooze-many' into 'master'
Add new `SnoozeMany` and `UnsnoozeMany` mutations for todos See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179870 Merged-by:Gosia Ksionek <mksionek@gitlab.com> Approved-by:
Naman Jagdish Gala <ngala@gitlab.com> Approved-by:
Gosia Ksionek <mksionek@gitlab.com> Reviewed-by:
Gosia Ksionek <mksionek@gitlab.com> Reviewed-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
Thomas Hutterer <thutterer@gitlab.com>
显示
- app/graphql/mutations/todos/base_many.rb 2 个添加, 2 个删除app/graphql/mutations/todos/base_many.rb
- app/graphql/mutations/todos/snooze_many.rb 24 个添加, 0 个删除app/graphql/mutations/todos/snooze_many.rb
- app/graphql/mutations/todos/unsnooze_many.rb 19 个添加, 0 个删除app/graphql/mutations/todos/unsnooze_many.rb
- app/graphql/types/mutation_type.rb 2 个添加, 0 个删除app/graphql/types/mutation_type.rb
- app/services/todos/snoozing_service.rb 9 个添加, 1 个删除app/services/todos/snoozing_service.rb
- doc/api/graphql/reference/_index.md 47 个添加, 0 个删除doc/api/graphql/reference/_index.md
- spec/graphql/mutations/todos/snooze_many_spec.rb 49 个添加, 0 个删除spec/graphql/mutations/todos/snooze_many_spec.rb
- spec/graphql/mutations/todos/unsnooze_many_spec.rb 48 个添加, 0 个删除spec/graphql/mutations/todos/unsnooze_many_spec.rb
- spec/services/todos/snoozing_service_spec.rb 39 个添加, 0 个删除spec/services/todos/snoozing_service_spec.rb
app/graphql/mutations/todos/snooze_many.rb
0 → 100644
app/graphql/mutations/todos/unsnooze_many.rb
0 → 100644
想要评论请 注册 或 登录