Add support for querying work items counts by state
Add field workItemStateCounts to project and group query Changelog: added
显示
- app/graphql/resolvers/namespaces/work_item_state_counts_resolver.rb 30 个添加, 0 个删除...l/resolvers/namespaces/work_item_state_counts_resolver.rb
- app/graphql/resolvers/work_item_state_counts_resolver.rb 16 个添加, 0 个删除app/graphql/resolvers/work_item_state_counts_resolver.rb
- app/graphql/types/group_type.rb 8 个添加, 0 个删除app/graphql/types/group_type.rb
- app/graphql/types/project_type.rb 7 个添加, 0 个删除app/graphql/types/project_type.rb
- app/graphql/types/work_item_state_counts_type.rb 25 个添加, 0 个删除app/graphql/types/work_item_state_counts_type.rb
- doc/api/graphql/reference/index.md 62 个添加, 0 个删除doc/api/graphql/reference/index.md
- lib/gitlab/issuables_count_for_state.rb 4 个添加, 4 个删除lib/gitlab/issuables_count_for_state.rb
- spec/graphql/types/work_item_state_counts_type_spec.rb 12 个添加, 0 个删除spec/graphql/types/work_item_state_counts_type_spec.rb
- spec/lib/gitlab/issuables_count_for_state_spec.rb 15 个添加, 4 个删除spec/lib/gitlab/issuables_count_for_state_spec.rb
- spec/requests/api/graphql/group/work_item_state_counts_spec.rb 107 个添加, 0 个删除...requests/api/graphql/group/work_item_state_counts_spec.rb
- spec/requests/api/graphql/project/work_item_state_counts_spec.rb 123 个添加, 0 个删除...quests/api/graphql/project/work_item_state_counts_spec.rb
想要评论请 注册 或 登录