-
- Downloads
Merge branch '62910-task-completion-status-gql-pderichs' into 'master'
Make task completion status available via GraphQL Closes #62910 See merge request gitlab-org/gitlab-ce!29573
No related branches found
No related tags found
Showing
- app/graphql/types/issue_type.rb 2 additions, 0 deletionsapp/graphql/types/issue_type.rb
- app/graphql/types/merge_request_type.rb 2 additions, 0 deletionsapp/graphql/types/merge_request_type.rb
- app/graphql/types/task_completion_status.rb 11 additions, 0 deletionsapp/graphql/types/task_completion_status.rb
- changelogs/unreleased/62910-task-completion-status-gql-pderichs.yml 5 additions, 0 deletions.../unreleased/62910-task-completion-status-gql-pderichs.yml
- spec/requests/api/graphql/tasks/task_completion_status_spec.rb 60 additions, 0 deletions...requests/api/graphql/tasks/task_completion_status_spec.rb
- spec/support/helpers/graphql_helpers.rb 1 addition, 1 deletionspec/support/helpers/graphql_helpers.rb
app/graphql/types/task_completion_status.rb
0 → 100644
Please register or sign in to comment