Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-22 15:09:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-22 15:09:49 +0300
commit4b074c5f634f8e1e550107f9e8237f07878ca0e8 (patch)
tree00afed4a6853548ec97203f3f807d954180b547d
parentb81fd57f3d62db4455108c8de4b8d7b8d403de35 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--app/assets/javascripts/content_editor/services/markdown_serializer.js2
-rw-r--r--app/assets/javascripts/members/components/table/members_table.vue29
-rw-r--r--app/assets/javascripts/members/store/state.js2
-rw-r--r--app/assets/javascripts/members/utils.js6
-rw-r--r--app/assets/javascripts/pages/users/activity_calendar.js2
-rw-r--r--app/controllers/admin/users_controller.rb9
-rw-r--r--app/controllers/projects/settings/ci_cd_controller.rb5
-rw-r--r--app/experiments/concerns/project_commit_count.rb21
-rw-r--r--app/experiments/empty_repo_upload_experiment.rb22
-rw-r--r--app/experiments/new_project_readme_experiment.rb25
-rw-r--r--app/graphql/mutations/labels/create.rb6
-rw-r--r--app/graphql/resolvers/concerns/issue_resolver_arguments.rb70
-rw-r--r--app/helpers/gitlab_routing_helper.rb10
-rw-r--r--app/helpers/groups/group_members_helper.rb8
-rw-r--r--app/helpers/members_helper.rb10
-rw-r--r--app/helpers/projects/project_members_helper.rb4
-rw-r--r--app/models/concerns/cascading_namespace_setting_attribute.rb11
-rw-r--r--app/policies/project_member_policy.rb6
-rw-r--r--app/views/admin/users/_users.html.haml2
-rw-r--r--app/views/groups/group_members/index.html.haml6
-rw-r--r--app/views/projects/blob/viewers/_license.html.haml6
-rw-r--r--app/views/projects/project_members/index.html.haml3
-rw-r--r--app/workers/post_receive.rb2
-rw-r--r--changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml5
-rw-r--r--changelogs/unreleased/327814-allow-project-owner-as-member.yml5
-rw-r--r--changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml5
-rw-r--r--changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml5
-rw-r--r--changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml5
-rw-r--r--changelogs/unreleased/dblessing_cascading_override.yml5
-rw-r--r--changelogs/unreleased/typo-no-contributions.yml5
-rw-r--r--config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml5
-rw-r--r--config/metrics/settings/20210204124922_grafana_link_enabled.yml3
-rw-r--r--doc/api/graphql/reference/index.md17884
-rw-r--r--doc/api/vulnerabilities.md2
-rw-r--r--doc/architecture/blueprints/graphql_api/index.md19
-rw-r--r--doc/development/usage_ping/dictionary.md2
-rw-r--r--jest.config.base.js2
-rw-r--r--lib/banzai/filter/references/abstract_reference_filter.rb51
-rw-r--r--lib/banzai/filter/references/alert_reference_filter.rb7
-rw-r--r--lib/banzai/filter/references/commit_range_reference_filter.rb7
-rw-r--r--lib/banzai/filter/references/commit_reference_filter.rb9
-rw-r--r--lib/banzai/filter/references/design_reference_filter.rb9
-rw-r--r--lib/banzai/filter/references/external_issue_reference_filter.rb37
-rw-r--r--lib/banzai/filter/references/feature_flag_reference_filter.rb7
-rw-r--r--lib/banzai/filter/references/issue_reference_filter.rb5
-rw-r--r--lib/banzai/filter/references/iteration_reference_filter.rb5
-rw-r--r--lib/banzai/filter/references/label_reference_filter.rb5
-rw-r--r--lib/banzai/filter/references/merge_request_reference_filter.rb5
-rw-r--r--lib/banzai/filter/references/milestone_reference_filter.rb5
-rw-r--r--lib/banzai/filter/references/project_reference_filter.rb36
-rw-r--r--lib/banzai/filter/references/reference_filter.rb125
-rw-r--r--lib/banzai/filter/references/snippet_reference_filter.rb5
-rw-r--r--lib/banzai/filter/references/user_reference_filter.rb36
-rw-r--r--lib/banzai/filter/references/vulnerability_reference_filter.rb11
-rw-r--r--lib/gitlab/graphql/deprecation.rb2
-rw-r--r--lib/gitlab/graphql/docs/helper.rb381
-rw-r--r--lib/gitlab/graphql/docs/renderer.rb11
-rw-r--r--lib/gitlab/graphql/docs/templates/default.md.haml142
-rw-r--r--locale/gitlab.pot12
-rw-r--r--spec/controllers/admin/users_controller_spec.rb23
-rw-r--r--spec/controllers/projects/settings/ci_cd_controller_spec.rb40
-rw-r--r--spec/experiments/concerns/project_commit_count_spec.rb41
-rw-r--r--spec/experiments/empty_repo_upload_experiment_spec.rb43
-rw-r--r--spec/experiments/new_project_readme_experiment_spec.rb24
-rw-r--r--spec/frontend/environments/environment_table_spec.js6
-rw-r--r--spec/frontend/environments/mock_data.js8
-rw-r--r--spec/frontend/members/components/table/members_table_spec.js98
-rw-r--r--spec/frontend/members/index_spec.js9
-rw-r--r--spec/frontend/members/mock_data.js16
-rw-r--r--spec/frontend/members/utils_spec.js4
-rw-r--r--spec/frontend/pipeline_new/components/pipeline_new_form_spec.js12
-rw-r--r--spec/frontend/pipeline_new/components/refs_dropdown_spec.js4
-rw-r--r--spec/frontend/pipeline_new/mock_data.js4
-rw-r--r--spec/frontend/pipeline_new/utils/format_refs_spec.js2
-rw-r--r--spec/frontend/pipelines/components/pipelines_filtered_search_spec.js2
-rw-r--r--spec/frontend/pipelines/graph/linked_pipelines_mock_data.js4
-rw-r--r--spec/frontend/pipelines/graph/mock_data_legacy.js8
-rw-r--r--spec/frontend/pipelines/mock_data.js6
-rw-r--r--spec/frontend/pipelines/pipelines_ci_templates_spec.js2
-rw-r--r--spec/frontend/pipelines/pipelines_spec.js4
-rw-r--r--spec/frontend/pipelines/test_reports/test_case_details_spec.js2
-rw-r--r--spec/frontend/pipelines/tokens/pipeline_branch_name_token_spec.js2
-rw-r--r--spec/frontend/pipelines/tokens/pipeline_tag_name_token_spec.js2
-rw-r--r--spec/frontend/vue_mr_widget/components/mr_widget_header_spec.js28
-rw-r--r--spec/frontend/vue_mr_widget/components/states/mr_widget_commits_header_spec.js4
-rw-r--r--spec/frontend/vue_mr_widget/components/states/mr_widget_ready_to_merge_spec.js2
-rw-r--r--spec/frontend/vue_mr_widget/deployment/deployment_mock_data.js6
-rw-r--r--spec/frontend/vue_mr_widget/mock_data.js12
-rw-r--r--spec/frontend/vue_mr_widget/mr_widget_options_spec.js21
-rw-r--r--spec/helpers/gitlab_routing_helper_spec.rb18
-rw-r--r--spec/helpers/groups/group_members_helper_spec.rb45
-rw-r--r--spec/helpers/projects/project_members_helper_spec.rb41
-rw-r--r--spec/lib/banzai/filter/references/abstract_reference_filter_spec.rb20
-rw-r--r--spec/lib/banzai/filter/references/design_reference_filter_spec.rb6
-rw-r--r--spec/lib/banzai/filter/references/issue_reference_filter_spec.rb6
-rw-r--r--spec/lib/banzai/filter/references/project_reference_filter_spec.rb4
-rw-r--r--spec/lib/banzai/filter/references/reference_filter_spec.rb27
-rw-r--r--spec/lib/banzai/filter/references/user_reference_filter_spec.rb4
-rw-r--r--spec/lib/gitlab/graphql/deprecation_spec.rb4
-rw-r--r--spec/lib/gitlab/graphql/docs/renderer_spec.rb344
-rw-r--r--spec/models/concerns/cascading_namespace_setting_attribute_spec.rb22
-rw-r--r--spec/policies/project_member_policy_spec.rb10
-rw-r--r--spec/requests/api/graphql/project/project_members_spec.rb16
-rw-r--r--spec/workers/post_receive_spec.rb24
104 files changed, 13360 insertions, 6802 deletions
diff --git a/app/assets/javascripts/content_editor/services/markdown_serializer.js b/app/assets/javascripts/content_editor/services/markdown_serializer.js
index e3b5775e320..44b60fc46ee 100644
--- a/app/assets/javascripts/content_editor/services/markdown_serializer.js
+++ b/app/assets/javascripts/content_editor/services/markdown_serializer.js
@@ -1,7 +1,7 @@
import {
MarkdownSerializer as ProseMirrorMarkdownSerializer,
defaultMarkdownSerializer,
-} from 'prosemirror-markdown';
+} from 'prosemirror-markdown/src/to_markdown';
import { DOMParser as ProseMirrorDOMParser } from 'prosemirror-model';
const wrapHtmlPayload = (payload) => `<div>${payload}</div>`;
diff --git a/app/assets/javascripts/members/components/table/members_table.vue b/app/assets/javascripts/members/components/table/members_table.vue
index 236aeaef418..c9ac9da0501 100644
--- a/app/assets/javascripts/members/components/table/members_table.vue
+++ b/app/assets/javascripts/members/components/table/members_table.vue
@@ -1,8 +1,9 @@
<script>
-import { GlTable, GlBadge } from '@gitlab/ui';
+import { GlTable, GlBadge, GlPagination } from '@gitlab/ui';
import { mapState } from 'vuex';
import MembersTableCell from 'ee_else_ce/members/components/table/members_table_cell.vue';
import { canOverride, canRemove, canResend, canUpdate } from 'ee_else_ce/members/utils';
+import { mergeUrlParams } from '~/lib/utils/url_utility';
import initUserPopovers from '~/user_popovers';
import { FIELDS } from '../../constants';
import RemoveGroupLinkModal from '../modals/remove_group_link_modal.vue';
@@ -19,6 +20,7 @@ export default {
components: {
GlTable,
GlBadge,
+ GlPagination,
MemberAvatar,
CreatedAt,
ExpiresAt,
@@ -43,6 +45,9 @@ export default {
tableAttrs(state) {
return state[this.namespace].tableAttrs;
},
+ pagination(state) {
+ return state[this.namespace].pagination;
+ },
}),
filteredFields() {
return FIELDS.filter(
@@ -59,6 +64,11 @@ export default {
userIsLoggedIn() {
return this.currentUserId !== null;
},
+ showPagination() {
+ const { paramName, currentPage, perPage, totalItems } = this.pagination;
+
+ return paramName && currentPage && perPage && totalItems;
+ },
},
mounted() {
initUserPopovers(this.$el.querySelectorAll('.js-user-link'));
@@ -99,6 +109,11 @@ export default {
...(member?.id && { 'data-testid': `members-table-row-${member.id}` }),
};
},
+ paginationLinkGenerator(page) {
+ const { params = {}, paramName } = this.pagination;
+
+ return mergeUrlParams({ ...params, [paramName]: page }, window.location.href);
+ },
},
};
</script>
@@ -179,6 +194,18 @@ export default {
<span data-testid="col-actions" class="gl-sr-only">{{ label }}</span>
</template>
</gl-table>
+ <gl-pagination
+ v-if="showPagination"
+ :value="pagination.currentPage"
+ :per-page="pagination.perPage"
+ :total-items="pagination.totalItems"
+ :link-gen="paginationLinkGenerator"
+ :prev-text="__('Prev')"
+ :next-text="__('Next')"
+ :label-next-page="__('Go to next page')"
+ :label-prev-page="__('Go to previous page')"
+ align="center"
+ />
<remove-group-link-modal />
<ldap-override-confirmation-modal />
</div>
diff --git a/app/assets/javascripts/members/store/state.js b/app/assets/javascripts/members/store/state.js
index 4006b4b501d..5415b1c5f25 100644
--- a/app/assets/javascripts/members/store/state.js
+++ b/app/assets/javascripts/members/store/state.js
@@ -1,5 +1,6 @@
export default ({
members,
+ pagination,
tableFields,
tableAttrs,
tableSortableFields,
@@ -8,6 +9,7 @@ export default ({
filteredSearchBar,
}) => ({
members,
+ pagination,
tableFields,
tableAttrs,
tableSortableFields,
diff --git a/app/assets/javascripts/members/utils.js b/app/assets/javascripts/members/utils.js
index 2bf30dd7b6e..031438d6ace 100644
--- a/app/assets/javascripts/members/utils.js
+++ b/app/assets/javascripts/members/utils.js
@@ -105,10 +105,14 @@ export const buildSortHref = ({
export const canOverride = () => false;
export const parseDataAttributes = (el) => {
- const { members, sourceId, memberPath, canManageMembers } = el.dataset;
+ const { members, pagination, sourceId, memberPath, canManageMembers } = el.dataset;
return {
members: convertObjectPropsToCamelCase(JSON.parse(members), { deep: true }),
+ pagination: convertObjectPropsToCamelCase(JSON.parse(pagination || '{}'), {
+ deep: true,
+ ignoreKeyNames: ['params'],
+ }),
sourceId: parseInt(sourceId, 10),
memberPath,
canManageMembers: parseBoolean(canManageMembers),
diff --git a/app/assets/javascripts/pages/users/activity_calendar.js b/app/assets/javascripts/pages/users/activity_calendar.js
index d236dc4610a..c416106fdd8 100644
--- a/app/assets/javascripts/pages/users/activity_calendar.js
+++ b/app/assets/javascripts/pages/users/activity_calendar.js
@@ -247,7 +247,7 @@ export default class ActivityCalendar {
renderKey() {
const keyValues = [
- __('no contributions'),
+ __('No contributions'),
__('1-9 contributions'),
__('10-19 contributions'),
__('20-29 contributions'),
diff --git a/app/controllers/admin/users_controller.rb b/app/controllers/admin/users_controller.rb
index 67829874b4b..c57b66ec9b5 100644
--- a/app/controllers/admin/users_controller.rb
+++ b/app/controllers/admin/users_controller.rb
@@ -10,12 +10,15 @@ class Admin::UsersController < Admin::ApplicationController
feature_category :users
+ PAGINATION_WITH_COUNT_LIMIT = 1000
+
def index
@users = User.filter_items(params[:filter]).order_name_asc
@users = @users.search_with_secondary_emails(params[:search_query]) if params[:search_query].present?
@users = users_with_included_associations(@users)
@users = @users.sort_by_attribute(@sort = params[:sort])
@users = @users.page(params[:page])
+ @users = @users.without_count if paginate_without_count?
@cohorts = load_cohorts
@@ -228,6 +231,12 @@ class Admin::UsersController < Admin::ApplicationController
protected
+ def paginate_without_count?
+ counts = Gitlab::Database::Count.approximate_counts([User])
+
+ counts[User] > PAGINATION_WITH_COUNT_LIMIT
+ end
+
def users_with_included_associations(users)
users.includes(:authorized_projects) # rubocop: disable CodeReuse/ActiveRecord
end
diff --git a/app/controllers/projects/settings/ci_cd_controller.rb b/app/controllers/projects/settings/ci_cd_controller.rb
index 1a465406660..014f348d630 100644
--- a/app/controllers/projects/settings/ci_cd_controller.rb
+++ b/app/controllers/projects/settings/ci_cd_controller.rb
@@ -119,12 +119,13 @@ module Projects
.assignable_for(project)
.ordered
.page(params[:specific_page]).per(NUMBER_OF_RUNNERS_PER_PAGE)
+ .with_tags
- @shared_runners = ::Ci::Runner.instance_type.active
+ @shared_runners = ::Ci::Runner.instance_type.active.with_tags
@shared_runners_count = @shared_runners.count(:all)
- @group_runners = ::Ci::Runner.belonging_to_parent_group_of_project(@project.id)
+ @group_runners = ::Ci::Runner.belonging_to_parent_group_of_project(@project.id).with_tags
end
def define_ci_variables
diff --git a/app/experiments/concerns/project_commit_count.rb b/app/experiments/concerns/project_commit_count.rb
new file mode 100644
index 00000000000..706a1a24640
--- /dev/null
+++ b/app/experiments/concerns/project_commit_count.rb
@@ -0,0 +1,21 @@
+# frozen_string_literal: true
+
+module ProjectCommitCount
+ include Gitlab::Git::WrapsGitalyErrors
+
+ def commit_count_for(project, default_count: 0, max_count: nil, **exception_details)
+ raw_repo = project.repository&.raw_repository
+ root_ref = raw_repo&.root_ref
+
+ return default_count unless root_ref
+
+ Gitlab::GitalyClient::CommitService.new(raw_repo).commit_count(root_ref, {
+ all: true, # include all branches
+ max_count: max_count # limit as an optimization
+ })
+ rescue StandardError => e
+ Gitlab::ErrorTracking.track_exception(e, exception_details)
+
+ default_count
+ end
+end
diff --git a/app/experiments/empty_repo_upload_experiment.rb b/app/experiments/empty_repo_upload_experiment.rb
new file mode 100644
index 00000000000..d0d79a5fb45
--- /dev/null
+++ b/app/experiments/empty_repo_upload_experiment.rb
@@ -0,0 +1,22 @@
+# frozen_string_literal: true
+
+class EmptyRepoUploadExperiment < ApplicationExperiment # rubocop:disable Gitlab/NamespacedClass
+ include ProjectCommitCount
+
+ TRACKING_START_DATE = DateTime.parse('2021/4/20')
+ INITIAL_COMMIT_COUNT = 1
+
+ def track_initial_write
+ return unless should_track? # early return if we don't need to ask for commit counts
+ return unless context.project.created_at > TRACKING_START_DATE # early return for older projects
+ return unless commit_count == INITIAL_COMMIT_COUNT
+
+ track(:initial_write, project: context.project)
+ end
+
+ private
+
+ def commit_count
+ commit_count_for(context.project, max_count: INITIAL_COMMIT_COUNT, experiment: name)
+ end
+end
diff --git a/app/experiments/new_project_readme_experiment.rb b/app/experiments/new_project_readme_experiment.rb
index 8f88ad2adc1..c5c41330949 100644
--- a/app/experiments/new_project_readme_experiment.rb
+++ b/app/experiments/new_project_readme_experiment.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
class NewProjectReadmeExperiment < ApplicationExperiment # rubocop:disable Gitlab/NamespacedClass
- include Gitlab::Git::WrapsGitalyErrors
+ include ProjectCommitCount
INITIAL_WRITE_LIMIT = 3
EXPERIMENT_START_DATE = DateTime.parse('2021/1/20')
@@ -21,25 +21,18 @@ class NewProjectReadmeExperiment < ApplicationExperiment # rubocop:disable Gitla
def track_initial_writes(project)
return unless should_track? # early return if we don't need to ask for commit counts
return unless project.created_at > EXPERIMENT_START_DATE # early return for older projects
- return unless (commit_count = commit_count_for(project)) < INITIAL_WRITE_LIMIT
+ return unless (count = commit_count(project)) < INITIAL_WRITE_LIMIT
- track(:write, property: project.created_at.to_s, value: commit_count)
+ track(:write, property: project.created_at.to_s, value: count)
end
private
- def commit_count_for(project)
- raw_repo = project.repository&.raw_repository
- return INITIAL_WRITE_LIMIT unless raw_repo&.root_ref
-
- begin
- Gitlab::GitalyClient::CommitService.new(raw_repo).commit_count(raw_repo.root_ref, {
- all: true, # include all branches
- max_count: INITIAL_WRITE_LIMIT # limit as an optimization
- })
- rescue StandardError => e
- Gitlab::ErrorTracking.track_exception(e, experiment: name)
- INITIAL_WRITE_LIMIT
- end
+ def commit_count(project)
+ commit_count_for(project,
+ default_count: INITIAL_WRITE_LIMIT,
+ max_count: INITIAL_WRITE_LIMIT,
+ experiment: name
+ )
end
end
diff --git a/app/graphql/mutations/labels/create.rb b/app/graphql/mutations/labels/create.rb
index ccbd1c37cbf..eeda9c0a1e9 100644
--- a/app/graphql/mutations/labels/create.rb
+++ b/app/graphql/mutations/labels/create.rb
@@ -23,7 +23,11 @@ module Mutations
argument :color, GraphQL::STRING_TYPE,
required: false,
default_value: Label::DEFAULT_COLOR,
- description: "The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the CSS color names in https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords."
+ description: <<~DESC
+ The color of the label given in 6-digit hex notation with leading '#' sign
+ (for example, `#FFAABB`) or one of the CSS color names
+ <https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords>.
+ DESC
authorize :admin_label
diff --git a/app/graphql/resolvers/concerns/issue_resolver_arguments.rb b/app/graphql/resolvers/concerns/issue_resolver_arguments.rb
index 0ff3997f3bc..aa08d62c6a5 100644
--- a/app/graphql/resolvers/concerns/issue_resolver_arguments.rb
+++ b/app/graphql/resolvers/concerns/issue_resolver_arguments.rb
@@ -7,57 +7,57 @@ module IssueResolverArguments
include LooksAhead
argument :iid, GraphQL::STRING_TYPE,
- required: false,
- description: 'IID of the issue. For example, "1".'
+ required: false,
+ description: 'IID of the issue. For example, "1".'
argument :iids, [GraphQL::STRING_TYPE],
- required: false,
- description: 'List of IIDs of issues. For example, [1, 2].'
+ required: false,
+ description: 'List of IIDs of issues. For example, ["1", "2"].'
argument :label_name, [GraphQL::STRING_TYPE, null: true],
- required: false,
- description: 'Labels applied to this issue.'
+ required: false,
+ description: 'Labels applied to this issue.'
argument :milestone_title, [GraphQL::STRING_TYPE, null: true],
- required: false,
- description: 'Milestone applied to this issue.'
+ required: false,
+ description: 'Milestone applied to this issue.'
argument :author_username, GraphQL::STRING_TYPE,
- required: false,
- description: 'Username of the author of the issue.'
+ required: false,
+ description: 'Username of the author of the issue.'
argument :assignee_username, GraphQL::STRING_TYPE,
- required: false,
- description: 'Username of a user assigned to the issue.',
- deprecated: { reason: 'Use `assigneeUsernames`', milestone: '13.11' }
+ required: false,
+ description: 'Username of a user assigned to the issue.',
+ deprecated: { reason: 'Use `assigneeUsernames`', milestone: '13.11' }
argument :assignee_usernames, [GraphQL::STRING_TYPE],
- required: false,
- description: 'Usernames of users assigned to the issue.'
+ required: false,
+ description: 'Usernames of users assigned to the issue.'
argument :assignee_id, GraphQL::STRING_TYPE,
- required: false,
- description: 'ID of a user assigned to the issues, "none" and "any" values are supported.'
+ required: false,
+ description: 'ID of a user assigned to the issues, "none" and "any" values are supported.'
argument :created_before, Types::TimeType,
- required: false,
- description: 'Issues created before this date.'
+ required: false,
+ description: 'Issues created before this date.'
argument :created_after, Types::TimeType,
- required: false,
- description: 'Issues created after this date.'
+ required: false,
+ description: 'Issues created after this date.'
argument :updated_before, Types::TimeType,
- required: false,
- description: 'Issues updated before this date.'
+ required: false,
+ description: 'Issues updated before this date.'
argument :updated_after, Types::TimeType,
- required: false,
- description: 'Issues updated after this date.'
+ required: false,
+ description: 'Issues updated after this date.'
argument :closed_before, Types::TimeType,
- required: false,
- description: 'Issues closed before this date.'
+ required: false,
+ description: 'Issues closed before this date.'
argument :closed_after, Types::TimeType,
- required: false,
- description: 'Issues closed after this date.'
+ required: false,
+ description: 'Issues closed after this date.'
argument :search, GraphQL::STRING_TYPE,
- required: false,
- description: 'Search query for issue title or description.'
+ required: false,
+ description: 'Search query for issue title or description.'
argument :types, [Types::IssueTypeEnum],
- as: :issue_types,
- description: 'Filter issues by the given issue types.',
- required: false
+ as: :issue_types,
+ description: 'Filter issues by the given issue types.',
+ required: false
argument :not, Types::Issues::NegatedIssueFilterInputType,
- description: 'List of negated params.',
+ description: 'Negated arguments.',
prepare: ->(negated_args, ctx) { negated_args.to_h },
required: false
end
diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb
index 48af4793fb0..5f15686560d 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -166,6 +166,16 @@ module GitlabRoutingHelper
resend_invite_group_group_member_path(group_member.source, group_member)
end
+ # Members
+ def source_members_url(member)
+ case member.source_type
+ when 'Namespace'
+ group_group_members_url(member.source)
+ when 'Project'
+ project_project_members_url(member.source)
+ end
+ end
+
# Artifacts
# Rails path generators are slow because they need to do large regex comparisons
diff --git a/app/helpers/groups/group_members_helper.rb b/app/helpers/groups/group_members_helper.rb
index 3e7d6febabf..4bd18b62e0d 100644
--- a/app/helpers/groups/group_members_helper.rb
+++ b/app/helpers/groups/group_members_helper.rb
@@ -22,9 +22,10 @@ module Groups::GroupMembersHelper
end
# Overridden in `ee/app/helpers/ee/groups/group_members_helper.rb`
- def group_members_list_data_attributes(group, members)
+ def group_members_list_data_attributes(group, members, pagination = {})
{
members: members_data_json(group, members),
+ pagination: members_pagination_data_json(members, pagination),
member_path: group_group_member_path(group, ':id'),
source_id: group.id,
can_manage_members: can?(current_user, :admin_group_member, group).to_s
@@ -32,8 +33,11 @@ module Groups::GroupMembersHelper
end
def group_group_links_list_data_attributes(group)
+ group_links = group.shared_with_group_links
+
{
- members: group_group_links_data_json(group.shared_with_group_links),
+ members: group_group_links_data_json(group_links),
+ pagination: members_pagination_data_json(group_links),
member_path: group_group_link_path(group, ':id'),
source_id: group.id
}
diff --git a/app/helpers/members_helper.rb b/app/helpers/members_helper.rb
index 5dc636ad996..4261f0660d5 100644
--- a/app/helpers/members_helper.rb
+++ b/app/helpers/members_helper.rb
@@ -65,4 +65,14 @@ module MembersHelper
'group and any subresources'
end
+
+ def members_pagination_data_json(members, pagination = {})
+ {
+ current_page: members.respond_to?(:current_page) ? members.current_page : nil,
+ per_page: members.respond_to?(:limit_value) ? members.limit_value : nil,
+ total_items: members.respond_to?(:total_count) ? members.total_count : members.count,
+ param_name: pagination[:param_name] || nil,
+ params: pagination[:params] || {}
+ }.to_json
+ end
end
diff --git a/app/helpers/projects/project_members_helper.rb b/app/helpers/projects/project_members_helper.rb
index 662afbcfd25..d3559c14d0d 100644
--- a/app/helpers/projects/project_members_helper.rb
+++ b/app/helpers/projects/project_members_helper.rb
@@ -35,9 +35,10 @@ module Projects::ProjectMembersHelper
MemberSerializer.new.represent(members, { current_user: current_user, group: project.group, source: project }).to_json
end
- def project_members_list_data_attributes(project, members)
+ def project_members_list_data_attributes(project, members, pagination = {})
{
members: project_members_data_json(project, members),
+ pagination: members_pagination_data_json(members, pagination),
member_path: project_project_member_path(project, ':id'),
source_id: project.id,
can_manage_members: can_manage_project_members?(project).to_s
@@ -47,6 +48,7 @@ module Projects::ProjectMembersHelper
def project_group_links_list_data_attributes(project, group_links)
{
members: project_group_links_data_json(group_links),
+ pagination: members_pagination_data_json(group_links),
member_path: project_group_link_path(project, ':id'),
source_id: project.id,
can_manage_members: can_manage_project_members?(project).to_s
diff --git a/app/models/concerns/cascading_namespace_setting_attribute.rb b/app/models/concerns/cascading_namespace_setting_attribute.rb
index 2b4a108a9a0..2100e6a4237 100644
--- a/app/models/concerns/cascading_namespace_setting_attribute.rb
+++ b/app/models/concerns/cascading_namespace_setting_attribute.rb
@@ -55,6 +55,7 @@ module CascadingNamespaceSettingAttribute
# public methods
define_attr_reader(attribute)
define_attr_writer(attribute)
+ define_lock_attr_writer(attribute)
define_lock_methods(attribute)
alias_boolean(attribute)
@@ -97,7 +98,17 @@ module CascadingNamespaceSettingAttribute
def define_attr_writer(attribute)
define_method("#{attribute}=") do |value|
+ return value if value == cascaded_ancestor_value(attribute)
+
clear_memoization(attribute)
+ super(value)
+ end
+ end
+
+ def define_lock_attr_writer(attribute)
+ define_method("lock_#{attribute}=") do |value|
+ attr_value = public_send(attribute) # rubocop:disable GitlabSecurity/PublicSend
+ write_attribute(attribute, attr_value) if self[attribute].nil?
super(value)
end
diff --git a/app/policies/project_member_policy.rb b/app/policies/project_member_policy.rb
index ca33b95e523..91f1eb35506 100644
--- a/app/policies/project_member_policy.rb
+++ b/app/policies/project_member_policy.rb
@@ -8,7 +8,11 @@ class ProjectMemberPolicy < BasePolicy
condition(:project_bot) { @subject.user&.project_bot? }
rule { anonymous }.prevent_all
- rule { target_is_owner }.prevent_all
+
+ rule { target_is_owner }.policy do
+ prevent :update_project_member
+ prevent :destroy_project_member
+ end
rule { ~project_bot & can?(:admin_project_member) }.policy do
enable :update_project_member
diff --git a/app/views/admin/users/_users.html.haml b/app/views/admin/users/_users.html.haml
index cd128e39c4f..3c325f8a456 100644
--- a/app/views/admin/users/_users.html.haml
+++ b/app/views/admin/users/_users.html.haml
@@ -83,6 +83,6 @@
= render partial: 'admin/users/user', collection: @users
-= paginate @users, theme: "gitlab"
+= paginate_collection @users
= render partial: 'admin/users/modals'
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml
index 106a7832cc7..53ca694299e 100644
--- a/app/views/groups/group_members/index.html.haml
+++ b/app/views/groups/group_members/index.html.haml
@@ -62,10 +62,9 @@
%span.badge.gl-tab-counter-badge.badge-muted.badge-pill.gl-badge.sm= @requesters.count
.tab-content
#tab-members.tab-pane{ class: ('active' unless invited_active) }
- .js-group-members-list{ data: group_members_list_data_attributes(@group, @members) }
+ .js-group-members-list{ data: group_members_list_data_attributes(@group, @members, { param_name: :page, params: { invited_members_page: nil, search_invited: nil } }) }
.loading
.spinner.spinner-md
- = paginate @members, theme: 'gitlab', params: { invited_members_page: nil, search_invited: nil }
- if @group.shared_with_group_links.any?
#tab-groups.tab-pane
.js-group-group-links-list{ data: group_group_links_list_data_attributes(@group) }
@@ -73,10 +72,9 @@
.spinner.spinner-md
- if show_invited_members
#tab-invited-members.tab-pane{ class: ('active' if invited_active) }
- .js-group-invited-members-list{ data: group_members_list_data_attributes(@group, @invited_members) }
+ .js-group-invited-members-list{ data: group_members_list_data_attributes(@group, @invited_members, { param_name: :invited_members_page, params: { page: nil } }) }
.loading
.spinner.spinner-md
- = paginate @invited_members, param_name: 'invited_members_page', theme: 'gitlab', params: { page: nil }
- if show_access_requests
#tab-access-requests.tab-pane
.js-group-access-requests-list{ data: group_members_list_data_attributes(@group, @requesters) }
diff --git a/app/views/projects/blob/viewers/_license.html.haml b/app/views/projects/blob/viewers/_license.html.haml
index d2bd90a898a..320d7dd4b9f 100644
--- a/app/views/projects/blob/viewers/_license.html.haml
+++ b/app/views/projects/blob/viewers/_license.html.haml
@@ -1,8 +1,6 @@
- license = viewer.license
= sprite_icon('scale')
-This project is licensed under the
-= succeed '.' do
- %strong= license.name
+= _("This project is licensed under the %{strong_start}%{license_name}%{strong_end}.").html_safe % { license_name: license.name, strong_start: '<strong>'.html_safe, strong_end: '</strong>'.html_safe }
-= link_to 'Learn more', license.url, target: '_blank', rel: 'noopener noreferrer'
+= link_to _('Learn more'), license.url, target: '_blank', rel: 'noopener noreferrer'
diff --git a/app/views/projects/project_members/index.html.haml b/app/views/projects/project_members/index.html.haml
index 22bf61b6873..0e4100208d9 100644
--- a/app/views/projects/project_members/index.html.haml
+++ b/app/views/projects/project_members/index.html.haml
@@ -75,10 +75,9 @@
%span.badge.gl-tab-counter-badge.badge-muted.badge-pill.gl-badge.sm= @requesters.count
.tab-content
#tab-members.tab-pane{ class: ('active' unless groups_tab_active?) }
- .js-project-members-list{ data: project_members_list_data_attributes(@project, @project_members) }
+ .js-project-members-list{ data: project_members_list_data_attributes(@project, @project_members, { param_name: :page, params: { search_groups: nil } }) }
.loading
.spinner.spinner-md
- = paginate @project_members, theme: "gitlab", params: { search_groups: nil }
- if show_groups?(@group_links)
#tab-groups.tab-pane{ class: ('active' if groups_tab_active?) }
.js-project-group-links-list{ data: project_group_links_list_data_attributes(@project, @group_links) }
diff --git a/app/workers/post_receive.rb b/app/workers/post_receive.rb
index 313b901c08e..d21c63f90fb 100644
--- a/app/workers/post_receive.rb
+++ b/app/workers/post_receive.rb
@@ -123,7 +123,7 @@ class PostReceive # rubocop:disable Scalability/IdempotentWorker
def after_project_changes_hooks(project, user, refs, changes)
experiment(:new_project_readme, actor: user).track_initial_writes(project)
- experiment(:empty_repo_upload, project: project).track(:initial_write) if project.empty_repo?
+ experiment(:empty_repo_upload, project: project).track_initial_write
repository_update_hook_data = Gitlab::DataBuilder::Repository.update(project, user, changes, refs)
SystemHooksService.new.execute_hooks(repository_update_hook_data, :repository_update_hooks)
Gitlab::UsageDataCounters::SourceCodeCounter.count(:pushes)
diff --git a/changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml b/changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml
new file mode 100644
index 00000000000..a46cf2617ad
--- /dev/null
+++ b/changelogs/unreleased/21107-optimize-sql-queries-in-settings-ci-cd-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Optimize CI Settings page to reduce N+1 queries
+merge_request: 59625
+author:
+type: performance
diff --git a/changelogs/unreleased/327814-allow-project-owner-as-member.yml b/changelogs/unreleased/327814-allow-project-owner-as-member.yml
new file mode 100644
index 00000000000..4286eb86f42
--- /dev/null
+++ b/changelogs/unreleased/327814-allow-project-owner-as-member.yml
@@ -0,0 +1,5 @@
+---
+title: Fix restrictive permissions for ProjectMembers who are owners
+merge_request: 59844
+author:
+type: fixed
diff --git a/changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml b/changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml
new file mode 100644
index 00000000000..3af6d78118b
--- /dev/null
+++ b/changelogs/unreleased/328519-fix-timeouts-when-paginating-issues-in-admin-panel.yml
@@ -0,0 +1,5 @@
+---
+title: Improve pagination of users in the admin panel
+merge_request: 59884
+author:
+type: performance
diff --git a/changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml
new file mode 100644
index 00000000000..a966237a999
--- /dev/null
+++ b/changelogs/unreleased/Externalize-strings-in-viewers-_license-html-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize strings in viewers/_license.html.haml
+merge_request: 58452
+author: nuwe1
+type: other
diff --git a/changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml b/changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml
new file mode 100644
index 00000000000..a5eff7a2212
--- /dev/null
+++ b/changelogs/unreleased/ajk-linked-graphql-docs-with-args.yml
@@ -0,0 +1,5 @@
+---
+title: Add missing parts of GraphQL schema to GraphQL documentation
+merge_request: 55944
+author:
+type: changed
diff --git a/changelogs/unreleased/dblessing_cascading_override.yml b/changelogs/unreleased/dblessing_cascading_override.yml
new file mode 100644
index 00000000000..17b6dd9c792
--- /dev/null
+++ b/changelogs/unreleased/dblessing_cascading_override.yml
@@ -0,0 +1,5 @@
+---
+title: Fix cascading settings attr writer behavior
+merge_request: 59910
+author:
+type: fixed
diff --git a/changelogs/unreleased/typo-no-contributions.yml b/changelogs/unreleased/typo-no-contributions.yml
new file mode 100644
index 00000000000..ed91e662f62
--- /dev/null
+++ b/changelogs/unreleased/typo-no-contributions.yml
@@ -0,0 +1,5 @@
+---
+title: Rename 'no contributions' to 'No contributions' in profile activity graph helper
+merge_request: 59076
+author: Yogi (@yo)
+type: changed
diff --git a/config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml b/config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml
index 09816e1b0f1..6a92f868665 100644
--- a/config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml
+++ b/config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml
@@ -1,10 +1,10 @@
---
key_path: counts.grafana_integrated_projects
-description:
+description: Total Grafana integrations attached to projects
product_section: ops
product_stage:
product_group: group::monitor
-product_category:
+product_category: metrics
value_type: number
status: data_available
time_frame: all
@@ -13,4 +13,3 @@ distribution:
- ce
tier:
- free
-skip_validation: true
diff --git a/config/metrics/settings/20210204124922_grafana_link_enabled.yml b/config/metrics/settings/20210204124922_grafana_link_enabled.yml
index 596ae1384ca..90f825dfc36 100644
--- a/config/metrics/settings/20210204124922_grafana_link_enabled.yml
+++ b/config/metrics/settings/20210204124922_grafana_link_enabled.yml
@@ -8,9 +8,8 @@ product_category: collection
value_type: boolean
status: data_available
time_frame: none
-data_source:
+data_source: database
distribution:
- ce
tier:
- free
-skip_validation: true
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index 053060c2a44..1cb82fbb0d8 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -30,13 +30,13 @@ in [Removed Items](../removed_items.md).
The `Query` type contains the API's top-level entry points for all executable queries.
-### `ciApplicationSettings`
+### `Query.ciApplicationSettings`
CI related settings that apply to the entire instance.
Returns [`CiApplicationSettings`](#ciapplicationsettings).
-### `ciConfig`
+### `Query.ciConfig`
Linted and processed contents of a CI config.
Should not be requested more than once per request.
@@ -47,11 +47,11 @@ Returns [`CiConfig`](#ciconfig).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `content` | [`String!`](#string) | Contents of `.gitlab-ci.yml`. |
-| `dryRun` | [`Boolean`](#boolean) | Run pipeline creation simulation, or only do static check. |
-| `projectPath` | [`ID!`](#id) | The project of the CI config. |
+| <a id="queryciconfigcontent"></a>`content` | [`String!`](#string) | Contents of `.gitlab-ci.yml`. |
+| <a id="queryciconfigdryrun"></a>`dryRun` | [`Boolean`](#boolean) | Run pipeline creation simulation, or only do static check. |
+| <a id="queryciconfigprojectpath"></a>`projectPath` | [`ID!`](#id) | The project of the CI config. |
-### `containerRepository`
+### `Query.containerRepository`
Find a container repository.
@@ -61,44 +61,44 @@ Returns [`ContainerRepositoryDetails`](#containerrepositorydetails).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `id` | [`ContainerRepositoryID!`](#containerrepositoryid) | The global ID of the container repository. |
+| <a id="querycontainerrepositoryid"></a>`id` | [`ContainerRepositoryID!`](#containerrepositoryid) | The global ID of the container repository. |
-### `currentLicense`
+### `Query.currentLicense`
Fields related to the current license.
Returns [`CurrentLicense`](#currentlicense).
-### `currentUser`
+### `Query.currentUser`
Get information about current user.
Returns [`User`](#user).
-### `designManagement`
+### `Query.designManagement`
Fields related to design management.
Returns [`DesignManagement!`](#designmanagement).
-### `devopsAdoptionSegments`
+### `Query.devopsAdoptionSegments`
Get configured DevOps adoption segments on the instance.
Returns [`DevopsAdoptionSegmentConnection`](#devopsadoptionsegmentconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `directDescendantsOnly` | [`Boolean`](#boolean) | Limits segments to direct descendants of specified parent. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `parentNamespaceId` | [`NamespaceID`](#namespaceid) | Filter by ancestor namespace. |
+| <a id="querydevopsadoptionsegmentsdirectdescendantsonly"></a>`directDescendantsOnly` | [`Boolean`](#boolean) | Limits segments to direct descendants of specified parent. |
+| <a id="querydevopsadoptionsegmentsparentnamespaceid"></a>`parentNamespaceId` | [`NamespaceID`](#namespaceid) | Filter by ancestor namespace. |
-### `echo`
+### `Query.echo`
Testing endpoint to validate the API with.
@@ -108,9 +108,9 @@ Returns [`String!`](#string).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `text` | [`String!`](#string) | Text to echo back. |
+| <a id="queryechotext"></a>`text` | [`String!`](#string) | Text to echo back. |
-### `geoNode`
+### `Query.geoNode`
Find a Geo node.
@@ -120,9 +120,9 @@ Returns [`GeoNode`](#geonode).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `name` | [`String`](#string) | The name of the Geo node. Defaults to the current Geo node name. |
+| <a id="querygeonodename"></a>`name` | [`String`](#string) | The name of the Geo node. Defaults to the current Geo node name. |
-### `group`
+### `Query.group`
Find a group.
@@ -132,38 +132,38 @@ Returns [`Group`](#group).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `fullPath` | [`ID!`](#id) | The full path of the project, group or namespace, e.g., `gitlab-org/gitlab-foss`. |
+| <a id="querygroupfullpath"></a>`fullPath` | [`ID!`](#id) | The full path of the project, group or namespace, e.g., `gitlab-org/gitlab-foss`. |
-### `instanceSecurityDashboard`
+### `Query.instanceSecurityDashboard`
Fields related to Instance Security Dashboard.
Returns [`InstanceSecurityDashboard`](#instancesecuritydashboard).
-### `instanceStatisticsMeasurements`
+### `Query.instanceStatisticsMeasurements`
Get statistics on the instance.
WARNING:
**Deprecated** in 13.10.
This was renamed.
-Use: `Query.usageTrendsMeasurements`.
+Use: [`Query.usageTrendsMeasurements`](#queryusagetrendsmeasurements).
Returns [`UsageTrendsMeasurementConnection`](#usagetrendsmeasurementconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `identifier` | [`MeasurementIdentifier!`](#measurementidentifier) | The type of measurement/statistics to retrieve. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `recordedAfter` | [`Time`](#time) | Measurement recorded after this date. |
-| `recordedBefore` | [`Time`](#time) | Measurement recorded before this date. |
+| <a id="queryinstancestatisticsmeasurementsidentifier"></a>`identifier` | [`MeasurementIdentifier!`](#measurementidentifier) | The type of measurement/statistics to retrieve. |
+| <a id="queryinstancestatisticsmeasurementsrecordedafter"></a>`recordedAfter` | [`Time`](#time) | Measurement recorded after this date. |
+| <a id="queryinstancestatisticsmeasurementsrecordedbefore"></a>`recordedBefore` | [`Time`](#time) | Measurement recorded before this date. |
-### `issue`
+### `Query.issue`
Find an Issue.
@@ -173,9 +173,9 @@ Returns [`Issue`](#issue).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `id` | [`IssueID!`](#issueid) | The global ID of the Issue. |
+| <a id="queryissueid"></a>`id` | [`IssueID!`](#issueid) | The global ID of the Issue. |
-### `iteration`
+### `Query.iteration`
Find an iteration.
@@ -185,30 +185,25 @@ Returns [`Iteration`](#iteration).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `id` | [`IterationID!`](#iterationid) | Find an iteration by its ID. |
+| <a id="queryiterationid"></a>`id` | [`IterationID!`](#iterationid) | Find an iteration by its ID. |
-### `licenseHistoryEntries`
+### `Query.licenseHistoryEntries`
Fields related to entries in the license history.
Returns [`LicenseHistoryEntryConnection`](#licensehistoryentryconnection).
-#### Arguments
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Name | Type | Description |
-| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-
-### `metadata`
+### `Query.metadata`
Metadata about GitLab.
Returns [`Metadata`](#metadata).
-### `milestone`
+### `Query.milestone`
Find a milestone.
@@ -218,9 +213,9 @@ Returns [`Milestone`](#milestone).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `id` | [`MilestoneID!`](#milestoneid) | Find a milestone by its ID. |
+| <a id="querymilestoneid"></a>`id` | [`MilestoneID!`](#milestoneid) | Find a milestone by its ID. |
-### `namespace`
+### `Query.namespace`
Find a namespace.
@@ -230,9 +225,9 @@ Returns [`Namespace`](#namespace).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `fullPath` | [`ID!`](#id) | The full path of the project, group or namespace, e.g., `gitlab-org/gitlab-foss`. |
+| <a id="querynamespacefullpath"></a>`fullPath` | [`ID!`](#id) | The full path of the project, group or namespace, e.g., `gitlab-org/gitlab-foss`. |
-### `package`
+### `Query.package`
Find a package.
@@ -242,9 +237,9 @@ Returns [`PackageDetailsType`](#packagedetailstype).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `id` | [`PackagesPackageID!`](#packagespackageid) | The global ID of the package. |
+| <a id="querypackageid"></a>`id` | [`PackagesPackageID!`](#packagespackageid) | The global ID of the package. |
-### `project`
+### `Query.project`
Find a project.
@@ -254,44 +249,39 @@ Returns [`Project`](#project).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `fullPath` | [`ID!`](#id) | The full path of the project, group or namespace, e.g., `gitlab-org/gitlab-foss`. |
+| <a id="queryprojectfullpath"></a>`fullPath` | [`ID!`](#id) | The full path of the project, group or namespace, e.g., `gitlab-org/gitlab-foss`. |
-### `projects`
+### `Query.projects`
Find projects visible to the current user.
Returns [`ProjectConnection`](#projectconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `ids` | [`[ID!]`](#id) | Filter projects by IDs. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `membership` | [`Boolean`](#boolean) | Limit projects that the current user is a member of. |
-| `search` | [`String`](#string) | Search query for project name, path, or description. |
-| `searchNamespaces` | [`Boolean`](#boolean) | Include namespace in project search. |
-| `sort` | [`String`](#string) | Sort order of results. |
+| <a id="queryprojectsids"></a>`ids` | [`[ID!]`](#id) | Filter projects by IDs. |
+| <a id="queryprojectsmembership"></a>`membership` | [`Boolean`](#boolean) | Limit projects that the current user is a member of. |
+| <a id="queryprojectssearch"></a>`search` | [`String`](#string) | Search query for project name, path, or description. |
+| <a id="queryprojectssearchnamespaces"></a>`searchNamespaces` | [`Boolean`](#boolean) | Include namespace in project search. |
+| <a id="queryprojectssort"></a>`sort` | [`String`](#string) | Sort order of results. |
-### `runnerPlatforms`
+### `Query.runnerPlatforms`
Supported runner platforms.
Returns [`RunnerPlatformConnection`](#runnerplatformconnection).
-#### Arguments
-
-| Name | Type | Description |
-| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `runnerSetup`
+### `Query.runnerSetup`
Runner setup instructions.
@@ -301,51 +291,51 @@ Returns [`RunnerSetup`](#runnersetup).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `architecture` | [`String!`](#string) | Architecture to generate the instructions for. |
-| `groupId` | [`GroupID`](#groupid) | Group to register the runner for. Deprecated in 13.11: No longer used. |
-| `platform` | [`String!`](#string) | Platform to generate the instructions for. |
-| `projectId` | [`ProjectID`](#projectid) | Project to register the runner for. Deprecated in 13.11: No longer used. |
+| <a id="queryrunnersetuparchitecture"></a>`architecture` | [`String!`](#string) | Architecture to generate the instructions for. |
+| <a id="queryrunnersetupgroupid"></a>`groupId` **{warning-solid}** | [`GroupID`](#groupid) | **Deprecated** in 13.11. No longer used. |
+| <a id="queryrunnersetupplatform"></a>`platform` | [`String!`](#string) | Platform to generate the instructions for. |
+| <a id="queryrunnersetupprojectid"></a>`projectId` **{warning-solid}** | [`ProjectID`](#projectid) | **Deprecated** in 13.11. No longer used. |
-### `snippets`
+### `Query.snippets`
Find Snippets visible to the current user.
Returns [`SnippetConnection`](#snippetconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `authorId` | [`UserID`](#userid) | The ID of an author. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `explore` | [`Boolean`](#boolean) | Explore personal snippets. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `ids` | [`[SnippetID!]`](#snippetid) | Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `projectId` | [`ProjectID`](#projectid) | The ID of a project. |
-| `type` | [`TypeEnum`](#typeenum) | The type of snippet. |
-| `visibility` | [`VisibilityScopesEnum`](#visibilityscopesenum) | The visibility of the snippet. |
+| <a id="querysnippetsauthorid"></a>`authorId` | [`UserID`](#userid) | The ID of an author. |
+| <a id="querysnippetsexplore"></a>`explore` | [`Boolean`](#boolean) | Explore personal snippets. |
+| <a id="querysnippetsids"></a>`ids` | [`[SnippetID!]`](#snippetid) | Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`. |
+| <a id="querysnippetsprojectid"></a>`projectId` | [`ProjectID`](#projectid) | The ID of a project. |
+| <a id="querysnippetstype"></a>`type` | [`TypeEnum`](#typeenum) | The type of snippet. |
+| <a id="querysnippetsvisibility"></a>`visibility` | [`VisibilityScopesEnum`](#visibilityscopesenum) | The visibility of the snippet. |
-### `usageTrendsMeasurements`
+### `Query.usageTrendsMeasurements`
Get statistics on the instance.
Returns [`UsageTrendsMeasurementConnection`](#usagetrendsmeasurementconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `identifier` | [`MeasurementIdentifier!`](#measurementidentifier) | The type of measurement/statistics to retrieve. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `recordedAfter` | [`Time`](#time) | Measurement recorded after this date. |
-| `recordedBefore` | [`Time`](#time) | Measurement recorded before this date. |
+| <a id="queryusagetrendsmeasurementsidentifier"></a>`identifier` | [`MeasurementIdentifier!`](#measurementidentifier) | The type of measurement/statistics to retrieve. |
+| <a id="queryusagetrendsmeasurementsrecordedafter"></a>`recordedAfter` | [`Time`](#time) | Measurement recorded after this date. |
+| <a id="queryusagetrendsmeasurementsrecordedbefore"></a>`recordedBefore` | [`Time`](#time) | Measurement recorded before this date. |
-### `user`
+### `Query.user`
Find a user.
@@ -355,71 +345,71 @@ Returns [`User`](#user).
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `id` | [`UserID`](#userid) | ID of the User. |
-| `username` | [`String`](#string) | Username of the User. |
+| <a id="queryuserid"></a>`id` | [`UserID`](#userid) | ID of the User. |
+| <a id="queryuserusername"></a>`username` | [`String`](#string) | Username of the User. |
-### `users`
+### `Query.users`
Find users.
Returns [`UserConnection`](#userconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `admins` | [`Boolean`](#boolean) | Return only admin users. |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `ids` | [`[ID!]`](#id) | List of user Global IDs. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `search` | [`String`](#string) | Query to search users by name, username, or primary email. |
-| `sort` | [`Sort`](#sort) | Sort users by this criteria. |
-| `usernames` | [`[String!]`](#string) | List of usernames. |
+| <a id="queryusersadmins"></a>`admins` | [`Boolean`](#boolean) | Return only admin users. |
+| <a id="queryusersids"></a>`ids` | [`[ID!]`](#id) | List of user Global IDs. |
+| <a id="queryuserssearch"></a>`search` | [`String`](#string) | Query to search users by name, username, or primary email. |
+| <a id="queryuserssort"></a>`sort` | [`Sort`](#sort) | Sort users by this criteria. |
+| <a id="queryusersusernames"></a>`usernames` | [`[String!]`](#string) | List of usernames. |
-### `vulnerabilities`
+### `Query.vulnerabilities`
Vulnerabilities reported on projects on the current user's instance security dashboard.
Returns [`VulnerabilityConnection`](#vulnerabilityconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `hasIssues` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have linked issues. |
-| `hasResolution` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have been resolved on default branch. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `projectId` | [`[ID!]`](#id) | Filter vulnerabilities by project. |
-| `reportType` | [`[VulnerabilityReportType!]`](#vulnerabilityreporttype) | Filter vulnerabilities by report type. |
-| `scanner` | [`[String!]`](#string) | Filter vulnerabilities by VulnerabilityScanner.externalId. |
-| `scannerId` | [`[VulnerabilitiesScannerID!]`](#vulnerabilitiesscannerid) | Filter vulnerabilities by scanner ID. |
-| `severity` | [`[VulnerabilitySeverity!]`](#vulnerabilityseverity) | Filter vulnerabilities by severity. |
-| `sort` | [`VulnerabilitySort`](#vulnerabilitysort) | List vulnerabilities by sort order. |
-| `state` | [`[VulnerabilityState!]`](#vulnerabilitystate) | Filter vulnerabilities by state. |
-
-### `vulnerabilitiesCountByDay`
+| <a id="queryvulnerabilitieshasissues"></a>`hasIssues` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have linked issues. |
+| <a id="queryvulnerabilitieshasresolution"></a>`hasResolution` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have been resolved on default branch. |
+| <a id="queryvulnerabilitiesprojectid"></a>`projectId` | [`[ID!]`](#id) | Filter vulnerabilities by project. |
+| <a id="queryvulnerabilitiesreporttype"></a>`reportType` | [`[VulnerabilityReportType!]`](#vulnerabilityreporttype) | Filter vulnerabilities by report type. |
+| <a id="queryvulnerabilitiesscanner"></a>`scanner` | [`[String!]`](#string) | Filter vulnerabilities by VulnerabilityScanner.externalId. |
+| <a id="queryvulnerabilitiesscannerid"></a>`scannerId` | [`[VulnerabilitiesScannerID!]`](#vulnerabilitiesscannerid) | Filter vulnerabilities by scanner ID. |
+| <a id="queryvulnerabilitiesseverity"></a>`severity` | [`[VulnerabilitySeverity!]`](#vulnerabilityseverity) | Filter vulnerabilities by severity. |
+| <a id="queryvulnerabilitiessort"></a>`sort` | [`VulnerabilitySort`](#vulnerabilitysort) | List vulnerabilities by sort order. |
+| <a id="queryvulnerabilitiesstate"></a>`state` | [`[VulnerabilityState!]`](#vulnerabilitystate) | Filter vulnerabilities by state. |
+
+### `Query.vulnerabilitiesCountByDay`
Number of vulnerabilities per day for the projects on the current user's instance security dashboard.
Returns [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
-| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `endDate` | [`ISO8601Date!`](#iso8601date) | Last day for which to fetch vulnerability history. |
-| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
-| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `startDate` | [`ISO8601Date!`](#iso8601date) | First day for which to fetch vulnerability history. |
+| <a id="queryvulnerabilitiescountbydayenddate"></a>`endDate` | [`ISO8601Date!`](#iso8601date) | Last day for which to fetch vulnerability history. |
+| <a id="queryvulnerabilitiescountbydaystartdate"></a>`startDate` | [`ISO8601Date!`](#iso8601date) | First day for which to fetch vulnerability history. |
-### `vulnerabilitiesCountByDayAndSeverity`
+### `Query.vulnerabilitiesCountByDayAndSeverity`
Number of vulnerabilities per severity level, per day, for the projects on the
current user's instance security dashboard.
@@ -428,6562 +418,11815 @@ current user's instance security dashboard.
WARNING:
**Deprecated** in 13.3.
Use of this is not recommended.
-Use: `Query.vulnerabilitiesCountByDay`.
+Use: [`Query.vulnerabilitiesCountByDay`](#queryvulnerabilitiescountbyday).
Returns [`VulnerabilitiesCountByDayAndSeverityConnection`](#vulnerabilitiescountbydayandseverityconnection).
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="queryvulnerabilitiescountbydayandseverityenddate"></a>`endDate` | [`ISO8601Date!`](#iso8601date) | Last day for which to fetch vulnerability history. |
+| <a id="queryvulnerabilitiescountbydayandseveritystartdate"></a>`startDate` | [`ISO8601Date!`](#iso8601date) | First day for which to fetch vulnerability history. |
+
+### `Query.vulnerability`
+
+Find a vulnerability.
+
+Returns [`Vulnerability`](#vulnerability).
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="queryvulnerabilityid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | The Global ID of the Vulnerability. |
+
+## `Mutation` type
+
+The `Mutation` type contains all the mutations you can execute.
+
+All mutations receive their arguments in a single input object named `input`, and all mutations
+support at least a return field `errors` containing a list of error messages.
+
+All input objects may have a `clientMutationId: String` field, identifying the mutation.
+
+For example:
+
+```graphql
+mutation($id: NoteableID!, $body: String!) {
+ createNote(input: { noteableId: $id, body: $body }) {
+ errors
+ }
+}
+```
+
+### `Mutation.addAwardEmoji`
+
+WARNING:
+**Deprecated** in 13.2.
+Use awardEmojiAdd.
+
+Input type: `AddAwardEmojiInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationaddawardemojiawardableid"></a>`awardableId` | [`AwardableID!`](#awardableid) | The global ID of the awardable resource. |
+| <a id="mutationaddawardemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationaddawardemojiname"></a>`name` | [`String!`](#string) | The emoji name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationaddawardemojiawardemoji"></a>`awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
+| <a id="mutationaddawardemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationaddawardemojierrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.addProjectToSecurityDashboard`
+
+Input type: `AddProjectToSecurityDashboardInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationaddprojecttosecuritydashboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationaddprojecttosecuritydashboardid"></a>`id` | [`ProjectID!`](#projectid) | ID of the project to be added to Instance Security Dashboard. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationaddprojecttosecuritydashboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationaddprojecttosecuritydashboarderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationaddprojecttosecuritydashboardproject"></a>`project` | [`Project`](#project) | Project that was added to the Instance Security Dashboard. |
+
+### `Mutation.adminSidekiqQueuesDeleteJobs`
+
+Input type: `AdminSidekiqQueuesDeleteJobsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationadminsidekiqqueuesdeletejobscallerid"></a>`callerId` | [`String`](#string) | Delete jobs matching caller_id in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobsclientid"></a>`clientId` | [`String`](#string) | Delete jobs matching client_id in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationadminsidekiqqueuesdeletejobsfeaturecategory"></a>`featureCategory` | [`String`](#string) | Delete jobs matching feature_category in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobsproject"></a>`project` | [`String`](#string) | Delete jobs matching project in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobsqueuename"></a>`queueName` | [`String!`](#string) | The name of the queue to delete jobs from. |
+| <a id="mutationadminsidekiqqueuesdeletejobsrelatedclass"></a>`relatedClass` | [`String`](#string) | Delete jobs matching related_class in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobsremoteip"></a>`remoteIp` | [`String`](#string) | Delete jobs matching remote_ip in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobsrootnamespace"></a>`rootNamespace` | [`String`](#string) | Delete jobs matching root_namespace in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobssubscriptionplan"></a>`subscriptionPlan` | [`String`](#string) | Delete jobs matching subscription_plan in the context metadata. |
+| <a id="mutationadminsidekiqqueuesdeletejobsuser"></a>`user` | [`String`](#string) | Delete jobs matching user in the context metadata. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationadminsidekiqqueuesdeletejobsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationadminsidekiqqueuesdeletejobserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationadminsidekiqqueuesdeletejobsresult"></a>`result` | [`DeleteJobsResponse`](#deletejobsresponse) | Information about the status of the deletion request. |
+
+### `Mutation.alertSetAssignees`
+
+Input type: `AlertSetAssigneesInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationalertsetassigneesassigneeusernames"></a>`assigneeUsernames` | [`[String!]!`](#string) | The usernames to assign to the alert. Replaces existing assignees by default. |
+| <a id="mutationalertsetassigneesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationalertsetassigneesiid"></a>`iid` | [`String!`](#string) | The IID of the alert to mutate. |
+| <a id="mutationalertsetassigneesoperationmode"></a>`operationMode` | [`MutationOperationMode`](#mutationoperationmode) | The operation to perform. Defaults to REPLACE. |
+| <a id="mutationalertsetassigneesprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the alert to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationalertsetassigneesalert"></a>`alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
+| <a id="mutationalertsetassigneesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationalertsetassigneeserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationalertsetassigneesissue"></a>`issue` | [`Issue`](#issue) | The issue created after mutation. |
+| <a id="mutationalertsetassigneestodo"></a>`todo` | [`Todo`](#todo) | The to-do item after mutation. |
+
+### `Mutation.alertTodoCreate`
+
+Input type: `AlertTodoCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationalerttodocreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationalerttodocreateiid"></a>`iid` | [`String!`](#string) | The IID of the alert to mutate. |
+| <a id="mutationalerttodocreateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the alert to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationalerttodocreatealert"></a>`alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
+| <a id="mutationalerttodocreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationalerttodocreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationalerttodocreateissue"></a>`issue` | [`Issue`](#issue) | The issue created after mutation. |
+| <a id="mutationalerttodocreatetodo"></a>`todo` | [`Todo`](#todo) | The to-do item after mutation. |
+
+### `Mutation.apiFuzzingCiConfigurationCreate`
+
+Input type: `ApiFuzzingCiConfigurationCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationapifuzzingciconfigurationcreateapispecificationfile"></a>`apiSpecificationFile` | [`String!`](#string) | File path or URL to the file that defines the API surface for scanning. Must be in the format specified by the `scanMode` argument. |
+| <a id="mutationapifuzzingciconfigurationcreateauthpassword"></a>`authPassword` | [`String`](#string) | CI variable containing the password for authenticating with the target API. |
+| <a id="mutationapifuzzingciconfigurationcreateauthusername"></a>`authUsername` | [`String`](#string) | CI variable containing the username for authenticating with the target API. |
+| <a id="mutationapifuzzingciconfigurationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationapifuzzingciconfigurationcreateprojectpath"></a>`projectPath` | [`ID!`](#id) | Full path of the project. |
+| <a id="mutationapifuzzingciconfigurationcreatescanmode"></a>`scanMode` | [`ApiFuzzingScanMode!`](#apifuzzingscanmode) | The mode for API fuzzing scans. |
+| <a id="mutationapifuzzingciconfigurationcreatescanprofile"></a>`scanProfile` | [`String`](#string) | Name of a default profile to use for scanning. Ex: Quick-10. |
+| <a id="mutationapifuzzingciconfigurationcreatetarget"></a>`target` | [`String!`](#string) | URL for the target of API fuzzing scans. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationapifuzzingciconfigurationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationapifuzzingciconfigurationcreateconfigurationyaml"></a>`configurationYaml` | [`String`](#string) | A YAML snippet that can be inserted into the project's `.gitlab-ci.yml` to set up API fuzzing scans. |
+| <a id="mutationapifuzzingciconfigurationcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationapifuzzingciconfigurationcreategitlabciyamleditpath"></a>`gitlabCiYamlEditPath` | [`String`](#string) | The location at which the project's `.gitlab-ci.yml` file can be edited in the browser. |
+
+### `Mutation.awardEmojiAdd`
+
+Input type: `AwardEmojiAddInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationawardemojiaddawardableid"></a>`awardableId` | [`AwardableID!`](#awardableid) | The global ID of the awardable resource. |
+| <a id="mutationawardemojiaddclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationawardemojiaddname"></a>`name` | [`String!`](#string) | The emoji name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationawardemojiaddawardemoji"></a>`awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
+| <a id="mutationawardemojiaddclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationawardemojiadderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.awardEmojiRemove`
+
+Input type: `AwardEmojiRemoveInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationawardemojiremoveawardableid"></a>`awardableId` | [`AwardableID!`](#awardableid) | The global ID of the awardable resource. |
+| <a id="mutationawardemojiremoveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationawardemojiremovename"></a>`name` | [`String!`](#string) | The emoji name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationawardemojiremoveawardemoji"></a>`awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
+| <a id="mutationawardemojiremoveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationawardemojiremoveerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.awardEmojiToggle`
+
+Input type: `AwardEmojiToggleInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationawardemojitoggleawardableid"></a>`awardableId` | [`AwardableID!`](#awardableid) | The global ID of the awardable resource. |
+| <a id="mutationawardemojitoggleclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationawardemojitogglename"></a>`name` | [`String!`](#string) | The emoji name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationawardemojitoggleawardemoji"></a>`awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
+| <a id="mutationawardemojitoggleclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationawardemojitoggleerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationawardemojitoggletoggledon"></a>`toggledOn` | [`Boolean!`](#boolean) | Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
+
+### `Mutation.boardListCreate`
+
+Input type: `BoardListCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationboardlistcreateassigneeid"></a>`assigneeId` | [`UserID`](#userid) | Global ID of an existing user. |
+| <a id="mutationboardlistcreatebacklog"></a>`backlog` | [`Boolean`](#boolean) | Create the backlog list. |
+| <a id="mutationboardlistcreateboardid"></a>`boardId` | [`BoardID!`](#boardid) | Global ID of the issue board to mutate. |
+| <a id="mutationboardlistcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationboardlistcreateiterationid"></a>`iterationId` | [`IterationID`](#iterationid) | Global ID of an existing iteration. |
+| <a id="mutationboardlistcreatelabelid"></a>`labelId` | [`LabelID`](#labelid) | Global ID of an existing label. |
+| <a id="mutationboardlistcreatemilestoneid"></a>`milestoneId` | [`MilestoneID`](#milestoneid) | Global ID of an existing milestone. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationboardlistcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationboardlistcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationboardlistcreatelist"></a>`list` | [`BoardList`](#boardlist) | Issue list in the issue board. |
+
+### `Mutation.boardListUpdateLimitMetrics`
+
+Input type: `BoardListUpdateLimitMetricsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationboardlistupdatelimitmetricsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationboardlistupdatelimitmetricslimitmetric"></a>`limitMetric` | [`ListLimitMetric`](#listlimitmetric) | The new limit metric type for the list. |
+| <a id="mutationboardlistupdatelimitmetricslistid"></a>`listId` | [`ListID!`](#listid) | The global ID of the list. |
+| <a id="mutationboardlistupdatelimitmetricsmaxissuecount"></a>`maxIssueCount` | [`Int`](#int) | The new maximum issue count limit. |
+| <a id="mutationboardlistupdatelimitmetricsmaxissueweight"></a>`maxIssueWeight` | [`Int`](#int) | The new maximum issue weight limit. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationboardlistupdatelimitmetricsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationboardlistupdatelimitmetricserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationboardlistupdatelimitmetricslist"></a>`list` | [`BoardList`](#boardlist) | The updated list. |
+
+### `Mutation.bulkFindOrCreateDevopsAdoptionSegments`
+
+Input type: `BulkFindOrCreateDevopsAdoptionSegmentsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationbulkfindorcreatedevopsadoptionsegmentsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationbulkfindorcreatedevopsadoptionsegmentsnamespaceids"></a>`namespaceIds` | [`[NamespaceID!]!`](#namespaceid) | List of Namespace IDs for the segments. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationbulkfindorcreatedevopsadoptionsegmentsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationbulkfindorcreatedevopsadoptionsegmentserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationbulkfindorcreatedevopsadoptionsegmentssegments"></a>`segments` | [`[DevopsAdoptionSegment!]`](#devopsadoptionsegment) | Created segments after mutation. |
+
+### `Mutation.ciCdSettingsUpdate`
+
+Input type: `CiCdSettingsUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcicdsettingsupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcicdsettingsupdatefullpath"></a>`fullPath` | [`ID!`](#id) | Full Path of the project the settings belong to. |
+| <a id="mutationcicdsettingsupdatekeeplatestartifact"></a>`keepLatestArtifact` | [`Boolean`](#boolean) | Indicates if the latest artifact should be kept for this project. |
+| <a id="mutationcicdsettingsupdatemergepipelinesenabled"></a>`mergePipelinesEnabled` | [`Boolean`](#boolean) | Indicates if merge pipelines are enabled for the project. |
+| <a id="mutationcicdsettingsupdatemergetrainsenabled"></a>`mergeTrainsEnabled` | [`Boolean`](#boolean) | Indicates if merge trains are enabled for the project. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcicdsettingsupdatecicdsettings"></a>`ciCdSettings` | [`ProjectCiCdSetting!`](#projectcicdsetting) | The CI/CD settings after mutation. |
+| <a id="mutationcicdsettingsupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcicdsettingsupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.clusterAgentDelete`
+
+Input type: `ClusterAgentDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationclusteragentdeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationclusteragentdeleteid"></a>`id` | [`ClustersAgentID!`](#clustersagentid) | Global ID of the cluster agent that will be deleted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationclusteragentdeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationclusteragentdeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.clusterAgentTokenCreate`
+
+Input type: `ClusterAgentTokenCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationclusteragenttokencreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationclusteragenttokencreateclusteragentid"></a>`clusterAgentId` | [`ClustersAgentID!`](#clustersagentid) | Global ID of the cluster agent that will be associated with the new token. |
+| <a id="mutationclusteragenttokencreatedescription"></a>`description` | [`String`](#string) | Description of the token. |
+| <a id="mutationclusteragenttokencreatename"></a>`name` | [`String!`](#string) | Name of the token. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationclusteragenttokencreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationclusteragenttokencreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationclusteragenttokencreatesecret"></a>`secret` | [`String`](#string) | Token secret value. Make sure you save it - you won't be able to access it again. |
+| <a id="mutationclusteragenttokencreatetoken"></a>`token` | [`ClusterAgentToken`](#clusteragenttoken) | Token created after mutation. |
+
+### `Mutation.clusterAgentTokenDelete`
+
+Input type: `ClusterAgentTokenDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationclusteragenttokendeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationclusteragenttokendeleteid"></a>`id` | [`ClustersAgentTokenID!`](#clustersagenttokenid) | Global ID of the cluster agent token that will be deleted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationclusteragenttokendeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationclusteragenttokendeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.commitCreate`
+
+Input type: `CommitCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcommitcreateactions"></a>`actions` | [`[CommitAction!]!`](#commitaction) | Array of action hashes to commit as a batch. |
+| <a id="mutationcommitcreatebranch"></a>`branch` | [`String!`](#string) | Name of the branch to commit into, it can be a new branch. |
+| <a id="mutationcommitcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcommitcreatemessage"></a>`message` | [`String!`](#string) | Raw commit message. |
+| <a id="mutationcommitcreateprojectpath"></a>`projectPath` | [`ID!`](#id) | Project full path the branch is associated with. |
+| <a id="mutationcommitcreatestartbranch"></a>`startBranch` | [`String`](#string) | If on a new branch, name of the original branch. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcommitcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcommitcreatecommit"></a>`commit` | [`Commit`](#commit) | The commit after mutation. |
+| <a id="mutationcommitcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.configureSast`
+
+Input type: `ConfigureSastInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationconfiguresastclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationconfiguresastconfiguration"></a>`configuration` | [`SastCiConfigurationInput!`](#sastciconfigurationinput) | SAST CI configuration for the project. |
+| <a id="mutationconfiguresastprojectpath"></a>`projectPath` | [`ID!`](#id) | Full path of the project. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationconfiguresastclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationconfiguresasterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationconfiguresaststatus"></a>`status` | [`String!`](#string) | Status of creating the commit for the supplied SAST CI configuration. |
+| <a id="mutationconfiguresastsuccesspath"></a>`successPath` | [`String`](#string) | Redirect path to use when the response is successful. |
+
+### `Mutation.createAlertIssue`
+
+Input type: `CreateAlertIssueInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatealertissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatealertissueiid"></a>`iid` | [`String!`](#string) | The IID of the alert to mutate. |
+| <a id="mutationcreatealertissueprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the alert to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatealertissuealert"></a>`alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
+| <a id="mutationcreatealertissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatealertissueerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreatealertissueissue"></a>`issue` | [`Issue`](#issue) | The issue created after mutation. |
+| <a id="mutationcreatealertissuetodo"></a>`todo` | [`Todo`](#todo) | The to-do item after mutation. |
+
+### `Mutation.createAnnotation`
+
+Input type: `CreateAnnotationInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateannotationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateannotationclusterid"></a>`clusterId` | [`ClustersClusterID`](#clustersclusterid) | The global ID of the cluster to add an annotation to. |
+| <a id="mutationcreateannotationdashboardpath"></a>`dashboardPath` | [`String!`](#string) | The path to a file defining the dashboard on which the annotation should be added. |
+| <a id="mutationcreateannotationdescription"></a>`description` | [`String!`](#string) | The description of the annotation. |
+| <a id="mutationcreateannotationendingat"></a>`endingAt` | [`Time`](#time) | Timestamp indicating ending moment to which the annotation relates. |
+| <a id="mutationcreateannotationenvironmentid"></a>`environmentId` | [`EnvironmentID`](#environmentid) | The global ID of the environment to add an annotation to. |
+| <a id="mutationcreateannotationstartingat"></a>`startingAt` | [`Time!`](#time) | Timestamp indicating starting moment to which the annotation relates. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateannotationannotation"></a>`annotation` | [`MetricsDashboardAnnotation`](#metricsdashboardannotation) | The created annotation. |
+| <a id="mutationcreateannotationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateannotationerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.createBoard`
+
+Input type: `CreateBoardInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateboardassigneeid"></a>`assigneeId` | [`UserID`](#userid) | ID of user to be assigned to the board. |
+| <a id="mutationcreateboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateboardgrouppath"></a>`groupPath` | [`ID`](#id) | Full path of the group with which the resource is associated. |
+| <a id="mutationcreateboardhidebackloglist"></a>`hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
+| <a id="mutationcreateboardhideclosedlist"></a>`hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
+| <a id="mutationcreateboarditerationid"></a>`iterationId` | [`IterationID`](#iterationid) | ID of iteration to be assigned to the board. |
+| <a id="mutationcreateboardlabelids"></a>`labelIds` | [`[LabelID!]`](#labelid) | IDs of labels to be added to the board. |
+| <a id="mutationcreateboardlabels"></a>`labels` | [`[String!]`](#string) | Labels of the issue. |
+| <a id="mutationcreateboardmilestoneid"></a>`milestoneId` | [`MilestoneID`](#milestoneid) | ID of milestone to be assigned to the board. |
+| <a id="mutationcreateboardname"></a>`name` | [`String`](#string) | The board name. |
+| <a id="mutationcreateboardprojectpath"></a>`projectPath` | [`ID`](#id) | Full path of the project with which the resource is associated. |
+| <a id="mutationcreateboardweight"></a>`weight` | [`Int`](#int) | Weight value to be assigned to the board. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateboardboard"></a>`board` | [`Board`](#board) | The board after mutation. |
+| <a id="mutationcreateboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateboarderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.createBranch`
+
+Input type: `CreateBranchInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatebranchclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatebranchname"></a>`name` | [`String!`](#string) | Name of the branch. |
+| <a id="mutationcreatebranchprojectpath"></a>`projectPath` | [`ID!`](#id) | Project full path the branch is associated with. |
+| <a id="mutationcreatebranchref"></a>`ref` | [`String!`](#string) | Branch name or commit SHA to create branch from. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatebranchbranch"></a>`branch` | [`Branch`](#branch) | Branch after mutation. |
+| <a id="mutationcreatebranchclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatebrancherrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.createClusterAgent`
+
+Input type: `CreateClusterAgentInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateclusteragentclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateclusteragentname"></a>`name` | [`String!`](#string) | Name of the cluster agent. |
+| <a id="mutationcreateclusteragentprojectpath"></a>`projectPath` | [`ID!`](#id) | Full path of the associated project for this cluster agent. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateclusteragentclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateclusteragentclusteragent"></a>`clusterAgent` | [`ClusterAgent`](#clusteragent) | Cluster agent created after mutation. |
+| <a id="mutationcreateclusteragenterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.createComplianceFramework`
+
+Input type: `CreateComplianceFrameworkInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatecomplianceframeworkclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatecomplianceframeworknamespacepath"></a>`namespacePath` | [`ID!`](#id) | Full path of the namespace to add the compliance framework to. |
+| <a id="mutationcreatecomplianceframeworkparams"></a>`params` | [`ComplianceFrameworkInput!`](#complianceframeworkinput) | Parameters to update the compliance framework with. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatecomplianceframeworkclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatecomplianceframeworkerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreatecomplianceframeworkframework"></a>`framework` | [`ComplianceFramework`](#complianceframework) | The created compliance framework. |
+
+### `Mutation.createCustomEmoji`
+
+Available only when feature flag `custom_emoji` is enabled.
+
+Input type: `CreateCustomEmojiInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatecustomemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatecustomemojigrouppath"></a>`groupPath` | [`ID!`](#id) | Namespace full path the emoji is associated with. |
+| <a id="mutationcreatecustomemojiname"></a>`name` | [`String!`](#string) | Name of the emoji. |
+| <a id="mutationcreatecustomemojiurl"></a>`url` | [`String!`](#string) | Location of the emoji file. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatecustomemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatecustomemojicustomemoji"></a>`customEmoji` | [`CustomEmoji`](#customemoji) | The new custom emoji. |
+| <a id="mutationcreatecustomemojierrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.createDevopsAdoptionSegment`
+
+Input type: `CreateDevopsAdoptionSegmentInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatedevopsadoptionsegmentclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatedevopsadoptionsegmentnamespaceid"></a>`namespaceId` | [`NamespaceID!`](#namespaceid) | Namespace ID to set for the segment. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatedevopsadoptionsegmentclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatedevopsadoptionsegmenterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreatedevopsadoptionsegmentsegment"></a>`segment` | [`DevopsAdoptionSegment`](#devopsadoptionsegment) | The segment after mutation. |
+
+### `Mutation.createDiffNote`
+
+Input type: `CreateDiffNoteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatediffnotebody"></a>`body` | [`String!`](#string) | Content of the note. |
+| <a id="mutationcreatediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatediffnoteconfidential"></a>`confidential` | [`Boolean`](#boolean) | The confidentiality flag of a note. Default is false. |
+| <a id="mutationcreatediffnotenoteableid"></a>`noteableId` | [`NoteableID!`](#noteableid) | The global ID of the resource to add a note to. |
+| <a id="mutationcreatediffnoteposition"></a>`position` | [`DiffPositionInput!`](#diffpositioninput) | The position of this note on a diff. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatediffnoteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreatediffnotenote"></a>`note` | [`Note`](#note) | The note after mutation. |
+
+### `Mutation.createEpic`
+
+Input type: `CreateEpicInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateepicaddlabelids"></a>`addLabelIds` | [`[ID!]`](#id) | The IDs of labels to be added to the epic. |
+| <a id="mutationcreateepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateepicconfidential"></a>`confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
+| <a id="mutationcreateepicdescription"></a>`description` | [`String`](#string) | The description of the epic. |
+| <a id="mutationcreateepicduedatefixed"></a>`dueDateFixed` | [`String`](#string) | The end date of the epic. |
+| <a id="mutationcreateepicduedateisfixed"></a>`dueDateIsFixed` | [`Boolean`](#boolean) | Indicates end date should be sourced from due_date_fixed field not the issue milestones. |
+| <a id="mutationcreateepicgrouppath"></a>`groupPath` | [`ID!`](#id) | The group the epic to mutate is in. |
+| <a id="mutationcreateepicremovelabelids"></a>`removeLabelIds` | [`[ID!]`](#id) | The IDs of labels to be removed from the epic. |
+| <a id="mutationcreateepicstartdatefixed"></a>`startDateFixed` | [`String`](#string) | The start date of the epic. |
+| <a id="mutationcreateepicstartdateisfixed"></a>`startDateIsFixed` | [`Boolean`](#boolean) | Indicates start date should be sourced from start_date_fixed field not the issue milestones. |
+| <a id="mutationcreateepictitle"></a>`title` | [`String`](#string) | The title of the epic. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateepicepic"></a>`epic` | [`Epic`](#epic) | The created epic. |
+| <a id="mutationcreateepicerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.createImageDiffNote`
+
+Input type: `CreateImageDiffNoteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateimagediffnotebody"></a>`body` | [`String!`](#string) | Content of the note. |
+| <a id="mutationcreateimagediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateimagediffnoteconfidential"></a>`confidential` | [`Boolean`](#boolean) | The confidentiality flag of a note. Default is false. |
+| <a id="mutationcreateimagediffnotenoteableid"></a>`noteableId` | [`NoteableID!`](#noteableid) | The global ID of the resource to add a note to. |
+| <a id="mutationcreateimagediffnoteposition"></a>`position` | [`DiffImagePositionInput!`](#diffimagepositioninput) | The position of this note on a diff. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateimagediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateimagediffnoteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreateimagediffnotenote"></a>`note` | [`Note`](#note) | The note after mutation. |
+
+### `Mutation.createIssue`
+
+Input type: `CreateIssueInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateissueassigneeids"></a>`assigneeIds` | [`[UserID!]`](#userid) | The array of user IDs to assign to the issue. |
+| <a id="mutationcreateissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateissueconfidential"></a>`confidential` | [`Boolean`](#boolean) | Indicates the issue is confidential. |
+| <a id="mutationcreateissuecreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the issue was created. Available only for admins and project owners. |
+| <a id="mutationcreateissuedescription"></a>`description` | [`String`](#string) | Description of the issue. |
+| <a id="mutationcreateissuediscussiontoresolve"></a>`discussionToResolve` | [`String`](#string) | The ID of a discussion to resolve. Also pass `merge_request_to_resolve_discussions_of`. |
+| <a id="mutationcreateissueduedate"></a>`dueDate` | [`ISO8601Date`](#iso8601date) | Due date of the issue. |
+| <a id="mutationcreateissueepicid"></a>`epicId` | [`EpicID`](#epicid) | The ID of an epic to associate the issue with. |
+| <a id="mutationcreateissuehealthstatus"></a>`healthStatus` | [`HealthStatus`](#healthstatus) | The desired health status. |
+| <a id="mutationcreateissueiid"></a>`iid` | [`Int`](#int) | The IID (internal ID) of a project issue. Only admins and project owners can modify. |
+| <a id="mutationcreateissuelabelids"></a>`labelIds` | [`[LabelID!]`](#labelid) | The IDs of labels to be added to the issue. |
+| <a id="mutationcreateissuelabels"></a>`labels` | [`[String!]`](#string) | Labels of the issue. |
+| <a id="mutationcreateissuelocked"></a>`locked` | [`Boolean`](#boolean) | Indicates discussion is locked on the issue. |
+| <a id="mutationcreateissuemergerequesttoresolvediscussionsof"></a>`mergeRequestToResolveDiscussionsOf` | [`MergeRequestID`](#mergerequestid) | The IID of a merge request for which to resolve discussions. |
+| <a id="mutationcreateissuemilestoneid"></a>`milestoneId` | [`MilestoneID`](#milestoneid) | The ID of the milestone to assign to the issue. On update milestone will be removed if set to null. |
+| <a id="mutationcreateissueprojectpath"></a>`projectPath` | [`ID!`](#id) | Project full path the issue is associated with. |
+| <a id="mutationcreateissuetitle"></a>`title` | [`String!`](#string) | Title of the issue. |
+| <a id="mutationcreateissueweight"></a>`weight` | [`Int`](#int) | The weight of the issue. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateissueerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreateissueissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.createIteration`
+
+Input type: `CreateIterationInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateiterationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateiterationdescription"></a>`description` | [`String`](#string) | The description of the iteration. |
+| <a id="mutationcreateiterationduedate"></a>`dueDate` | [`String`](#string) | The end date of the iteration. |
+| <a id="mutationcreateiterationgrouppath"></a>`groupPath` | [`ID`](#id) | Full path of the group with which the resource is associated. |
+| <a id="mutationcreateiterationprojectpath"></a>`projectPath` | [`ID`](#id) | Full path of the project with which the resource is associated. |
+| <a id="mutationcreateiterationstartdate"></a>`startDate` | [`String`](#string) | The start date of the iteration. |
+| <a id="mutationcreateiterationtitle"></a>`title` | [`String`](#string) | The title of the iteration. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreateiterationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreateiterationerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreateiterationiteration"></a>`iteration` | [`Iteration`](#iteration) | The created iteration. |
+
+### `Mutation.createNote`
+
+Input type: `CreateNoteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatenotebody"></a>`body` | [`String!`](#string) | Content of the note. |
+| <a id="mutationcreatenoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatenoteconfidential"></a>`confidential` | [`Boolean`](#boolean) | The confidentiality flag of a note. Default is false. |
+| <a id="mutationcreatenotediscussionid"></a>`discussionId` | [`DiscussionID`](#discussionid) | The global ID of the discussion this note is in reply to. |
+| <a id="mutationcreatenotenoteableid"></a>`noteableId` | [`NoteableID!`](#noteableid) | The global ID of the resource to add a note to. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatenoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatenoteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreatenotenote"></a>`note` | [`Note`](#note) | The note after mutation. |
+
+### `Mutation.createRequirement`
+
+Input type: `CreateRequirementInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreaterequirementclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreaterequirementdescription"></a>`description` | [`String`](#string) | Description of the requirement. |
+| <a id="mutationcreaterequirementprojectpath"></a>`projectPath` | [`ID!`](#id) | Full project path the requirement is associated with. |
+| <a id="mutationcreaterequirementtitle"></a>`title` | [`String`](#string) | Title of the requirement. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreaterequirementclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreaterequirementerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreaterequirementrequirement"></a>`requirement` | [`Requirement`](#requirement) | Requirement after mutation. |
+
+### `Mutation.createSnippet`
+
+Input type: `CreateSnippetInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatesnippetblobactions"></a>`blobActions` | [`[SnippetBlobActionInputType!]`](#snippetblobactioninputtype) | Actions to perform over the snippet repository and blobs. |
+| <a id="mutationcreatesnippetcaptcharesponse"></a>`captchaResponse` **{warning-solid}** | [`String`](#string) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationcreatesnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatesnippetdescription"></a>`description` | [`String`](#string) | Description of the snippet. |
+| <a id="mutationcreatesnippetprojectpath"></a>`projectPath` | [`ID`](#id) | The project full path the snippet is associated with. |
+| <a id="mutationcreatesnippetspamlogid"></a>`spamLogId` **{warning-solid}** | [`Int`](#int) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationcreatesnippettitle"></a>`title` | [`String!`](#string) | Title of the snippet. |
+| <a id="mutationcreatesnippetuploadedfiles"></a>`uploadedFiles` | [`[String!]`](#string) | The paths to files uploaded in the snippet description. |
+| <a id="mutationcreatesnippetvisibilitylevel"></a>`visibilityLevel` | [`VisibilityLevelsEnum!`](#visibilitylevelsenum) | The visibility level of the snippet. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatesnippetcaptchasitekey"></a>`captchaSiteKey` **{warning-solid}** | [`String`](#string) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationcreatesnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatesnippeterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreatesnippetneedscaptcharesponse"></a>`needsCaptchaResponse` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationcreatesnippetsnippet"></a>`snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
+| <a id="mutationcreatesnippetspam"></a>`spam` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationcreatesnippetspamlogid"></a>`spamLogId` **{warning-solid}** | [`Int`](#int) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+
+### `Mutation.createTestCase`
+
+Input type: `CreateTestCaseInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatetestcaseclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatetestcasedescription"></a>`description` | [`String`](#string) | The test case description. |
+| <a id="mutationcreatetestcaselabelids"></a>`labelIds` | [`[ID!]`](#id) | The IDs of labels to be added to the test case. |
+| <a id="mutationcreatetestcaseprojectpath"></a>`projectPath` | [`ID!`](#id) | The project full path to create the test case. |
+| <a id="mutationcreatetestcasetitle"></a>`title` | [`String!`](#string) | The test case title. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationcreatetestcaseclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationcreatetestcaseerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationcreatetestcasetestcase"></a>`testCase` | [`Issue`](#issue) | The test case created. |
+
+### `Mutation.dastOnDemandScanCreate`
+
+Input type: `DastOnDemandScanCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastondemandscancreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastondemandscancreatedastscannerprofileid"></a>`dastScannerProfileId` | [`DastScannerProfileID`](#dastscannerprofileid) | ID of the scanner profile to be used for the scan. |
+| <a id="mutationdastondemandscancreatedastsiteprofileid"></a>`dastSiteProfileId` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile to be used for the scan. |
+| <a id="mutationdastondemandscancreatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the site profile belongs to. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastondemandscancreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastondemandscancreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastondemandscancreatepipelineurl"></a>`pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
+
+### `Mutation.dastProfileCreate`
+
+Input type: `DastProfileCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofilecreatebranchname"></a>`branchName` | [`String`](#string) | The associated branch. |
+| <a id="mutationdastprofilecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofilecreatedastscannerprofileid"></a>`dastScannerProfileId` | [`DastScannerProfileID!`](#dastscannerprofileid) | ID of the scanner profile to be associated. |
+| <a id="mutationdastprofilecreatedastsiteprofileid"></a>`dastSiteProfileId` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile to be associated. |
+| <a id="mutationdastprofilecreatedescription"></a>`description` | [`String`](#string) | The description of the profile. Defaults to an empty string. |
+| <a id="mutationdastprofilecreatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the profile belongs to. |
+| <a id="mutationdastprofilecreatename"></a>`name` | [`String!`](#string) | The name of the profile. |
+| <a id="mutationdastprofilecreaterunaftercreate"></a>`runAfterCreate` | [`Boolean`](#boolean) | Run scan using profile after creation. Defaults to false. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofilecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofilecreatedastprofile"></a>`dastProfile` | [`DastProfile`](#dastprofile) | The created profile. |
+| <a id="mutationdastprofilecreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastprofilecreatepipelineurl"></a>`pipelineUrl` | [`String`](#string) | The URL of the pipeline that was created. Requires `runAfterCreate` to be set to `true`. |
+
+### `Mutation.dastProfileDelete`
+
+Input type: `DastProfileDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofiledeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofiledeleteid"></a>`id` | [`DastProfileID!`](#dastprofileid) | ID of the profile to be deleted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofiledeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofiledeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.dastProfileRun`
+
+Input type: `DastProfileRunInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofilerunclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofilerunfullpath"></a>`fullPath` | [`ID!`](#id) | Full path for the project the scanner profile belongs to. |
+| <a id="mutationdastprofilerunid"></a>`id` | [`DastProfileID!`](#dastprofileid) | ID of the profile to be used for the scan. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofilerunclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofilerunerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastprofilerunpipelineurl"></a>`pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
+
+### `Mutation.dastProfileUpdate`
+
+Input type: `DastProfileUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofileupdatebranchname"></a>`branchName` | [`String`](#string) | The associated branch. |
+| <a id="mutationdastprofileupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofileupdatedastscannerprofileid"></a>`dastScannerProfileId` | [`DastScannerProfileID`](#dastscannerprofileid) | ID of the scanner profile to be associated. |
+| <a id="mutationdastprofileupdatedastsiteprofileid"></a>`dastSiteProfileId` | [`DastSiteProfileID`](#dastsiteprofileid) | ID of the site profile to be associated. |
+| <a id="mutationdastprofileupdatedescription"></a>`description` | [`String`](#string) | The description of the profile. Defaults to an empty string. |
+| <a id="mutationdastprofileupdatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the profile belongs to. |
+| <a id="mutationdastprofileupdateid"></a>`id` | [`DastProfileID!`](#dastprofileid) | ID of the profile to be deleted. |
+| <a id="mutationdastprofileupdatename"></a>`name` | [`String`](#string) | The name of the profile. |
+| <a id="mutationdastprofileupdaterunafterupdate"></a>`runAfterUpdate` | [`Boolean`](#boolean) | Run scan using profile after update. Defaults to false. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastprofileupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastprofileupdatedastprofile"></a>`dastProfile` | [`DastProfile`](#dastprofile) | The updated profile. |
+| <a id="mutationdastprofileupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastprofileupdatepipelineurl"></a>`pipelineUrl` | [`String`](#string) | The URL of the pipeline that was created. Requires the input argument `runAfterUpdate` to be set to `true` when calling the mutation, otherwise no pipeline will be created. |
+
+### `Mutation.dastScannerProfileCreate`
+
+Input type: `DastScannerProfileCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastscannerprofilecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastscannerprofilecreatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the scanner profile belongs to. |
+| <a id="mutationdastscannerprofilecreateprofilename"></a>`profileName` | [`String!`](#string) | The name of the scanner profile. |
+| <a id="mutationdastscannerprofilecreatescantype"></a>`scanType` | [`DastScanTypeEnum`](#dastscantypeenum) | Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan. |
+| <a id="mutationdastscannerprofilecreateshowdebugmessages"></a>`showDebugMessages` | [`Boolean`](#boolean) | Indicates if debug messages should be included in DAST console output. True to include the debug messages. |
+| <a id="mutationdastscannerprofilecreatespidertimeout"></a>`spiderTimeout` | [`Int`](#int) | The maximum number of minutes allowed for the spider to traverse the site. |
+| <a id="mutationdastscannerprofilecreatetargettimeout"></a>`targetTimeout` | [`Int`](#int) | The maximum number of seconds allowed for the site under test to respond to a request. |
+| <a id="mutationdastscannerprofilecreateuseajaxspider"></a>`useAjaxSpider` | [`Boolean`](#boolean) | Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastscannerprofilecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastscannerprofilecreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastscannerprofilecreateglobalid"></a>`globalId` **{warning-solid}** | [`DastScannerProfileID`](#dastscannerprofileid) | **Deprecated:** Use `id`. Deprecated in 13.6. |
+| <a id="mutationdastscannerprofilecreateid"></a>`id` | [`DastScannerProfileID`](#dastscannerprofileid) | ID of the scanner profile. |
+
+### `Mutation.dastScannerProfileDelete`
+
+Input type: `DastScannerProfileDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastscannerprofiledeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastscannerprofiledeletefullpath"></a>`fullPath` | [`ID!`](#id) | Full path for the project the scanner profile belongs to. |
+| <a id="mutationdastscannerprofiledeleteid"></a>`id` | [`DastScannerProfileID!`](#dastscannerprofileid) | ID of the scanner profile to be deleted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastscannerprofiledeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastscannerprofiledeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.dastScannerProfileUpdate`
+
+Input type: `DastScannerProfileUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastscannerprofileupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastscannerprofileupdatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the scanner profile belongs to. |
+| <a id="mutationdastscannerprofileupdateid"></a>`id` | [`DastScannerProfileID!`](#dastscannerprofileid) | ID of the scanner profile to be updated. |
+| <a id="mutationdastscannerprofileupdateprofilename"></a>`profileName` | [`String!`](#string) | The name of the scanner profile. |
+| <a id="mutationdastscannerprofileupdatescantype"></a>`scanType` | [`DastScanTypeEnum`](#dastscantypeenum) | Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan. |
+| <a id="mutationdastscannerprofileupdateshowdebugmessages"></a>`showDebugMessages` | [`Boolean`](#boolean) | Indicates if debug messages should be included in DAST console output. True to include the debug messages. |
+| <a id="mutationdastscannerprofileupdatespidertimeout"></a>`spiderTimeout` | [`Int!`](#int) | The maximum number of minutes allowed for the spider to traverse the site. |
+| <a id="mutationdastscannerprofileupdatetargettimeout"></a>`targetTimeout` | [`Int!`](#int) | The maximum number of seconds allowed for the site under test to respond to a request. |
+| <a id="mutationdastscannerprofileupdateuseajaxspider"></a>`useAjaxSpider` | [`Boolean`](#boolean) | Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastscannerprofileupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastscannerprofileupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastscannerprofileupdateid"></a>`id` | [`DastScannerProfileID`](#dastscannerprofileid) | ID of the scanner profile. |
+
+### `Mutation.dastSiteProfileCreate`
+
+Input type: `DastSiteProfileCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsiteprofilecreateauth"></a>`auth` | [`DastSiteProfileAuthInput`](#dastsiteprofileauthinput) | Parameters for authentication. Will be ignored if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="mutationdastsiteprofilecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsiteprofilecreateexcludedurls"></a>`excludedUrls` | [`[String!]`](#string) | The URLs to skip during an authenticated scan. Defaults to `[]`. Will be ignored if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="mutationdastsiteprofilecreatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the site profile belongs to. |
+| <a id="mutationdastsiteprofilecreateprofilename"></a>`profileName` | [`String!`](#string) | The name of the site profile. |
+| <a id="mutationdastsiteprofilecreaterequestheaders"></a>`requestHeaders` | [`String`](#string) | Comma-separated list of request header names and values to be added to every request made by DAST. Will be ignored if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="mutationdastsiteprofilecreatetargettype"></a>`targetType` | [`DastTargetTypeEnum`](#dasttargettypeenum) | The type of target to be scanned. Will be ignored if `security_dast_site_profiles_api_option` feature flag is disabled. |
+| <a id="mutationdastsiteprofilecreatetargeturl"></a>`targetUrl` | [`String`](#string) | The URL of the target to be scanned. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsiteprofilecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsiteprofilecreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastsiteprofilecreateid"></a>`id` | [`DastSiteProfileID`](#dastsiteprofileid) | ID of the site profile. |
+
+### `Mutation.dastSiteProfileDelete`
+
+Input type: `DastSiteProfileDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsiteprofiledeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsiteprofiledeletefullpath"></a>`fullPath` | [`ID!`](#id) | The project the site profile belongs to. |
+| <a id="mutationdastsiteprofiledeleteid"></a>`id` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile to be deleted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsiteprofiledeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsiteprofiledeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.dastSiteProfileUpdate`
+
+Input type: `DastSiteProfileUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsiteprofileupdateauth"></a>`auth` | [`DastSiteProfileAuthInput`](#dastsiteprofileauthinput) | Parameters for authentication. Will be ignored if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="mutationdastsiteprofileupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsiteprofileupdateexcludedurls"></a>`excludedUrls` | [`[String!]`](#string) | The URLs to skip during an authenticated scan. Will be ignored if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="mutationdastsiteprofileupdatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the site profile belongs to. |
+| <a id="mutationdastsiteprofileupdateid"></a>`id` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile to be updated. |
+| <a id="mutationdastsiteprofileupdateprofilename"></a>`profileName` | [`String!`](#string) | The name of the site profile. |
+| <a id="mutationdastsiteprofileupdaterequestheaders"></a>`requestHeaders` | [`String`](#string) | Comma-separated list of request header names and values to be added to every request made by DAST. Will be ignored if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="mutationdastsiteprofileupdatetargettype"></a>`targetType` | [`DastTargetTypeEnum`](#dasttargettypeenum) | The type of target to be scanned. Will be ignored if `security_dast_site_profiles_api_option` feature flag is disabled. |
+| <a id="mutationdastsiteprofileupdatetargeturl"></a>`targetUrl` | [`String`](#string) | The URL of the target to be scanned. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsiteprofileupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsiteprofileupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastsiteprofileupdateid"></a>`id` | [`DastSiteProfileID`](#dastsiteprofileid) | ID of the site profile. |
+
+### `Mutation.dastSiteTokenCreate`
+
+Input type: `DastSiteTokenCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsitetokencreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsitetokencreatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the site token belongs to. |
+| <a id="mutationdastsitetokencreatetargeturl"></a>`targetUrl` | [`String`](#string) | The URL of the target to be validated. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsitetokencreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsitetokencreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastsitetokencreateid"></a>`id` | [`DastSiteTokenID`](#dastsitetokenid) | ID of the site token. |
+| <a id="mutationdastsitetokencreatestatus"></a>`status` | [`DastSiteProfileValidationStatusEnum`](#dastsiteprofilevalidationstatusenum) | The current validation status of the target. |
+| <a id="mutationdastsitetokencreatetoken"></a>`token` | [`String`](#string) | Token string. |
+
+### `Mutation.dastSiteValidationCreate`
+
+Input type: `DastSiteValidationCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsitevalidationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsitevalidationcreatedastsitetokenid"></a>`dastSiteTokenId` | [`DastSiteTokenID!`](#dastsitetokenid) | ID of the site token. |
+| <a id="mutationdastsitevalidationcreatefullpath"></a>`fullPath` | [`ID!`](#id) | The project the site profile belongs to. |
+| <a id="mutationdastsitevalidationcreatestrategy"></a>`strategy` | [`DastSiteValidationStrategyEnum`](#dastsitevalidationstrategyenum) | The validation strategy to be used. |
+| <a id="mutationdastsitevalidationcreatevalidationpath"></a>`validationPath` | [`String!`](#string) | The path to be requested during validation. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsitevalidationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsitevalidationcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdastsitevalidationcreateid"></a>`id` | [`DastSiteValidationID`](#dastsitevalidationid) | ID of the site validation. |
+| <a id="mutationdastsitevalidationcreatestatus"></a>`status` | [`DastSiteProfileValidationStatusEnum`](#dastsiteprofilevalidationstatusenum) | The current validation status. |
+
+### `Mutation.dastSiteValidationRevoke`
+
+Input type: `DastSiteValidationRevokeInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsitevalidationrevokeclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsitevalidationrevokefullpath"></a>`fullPath` | [`ID!`](#id) | The project the site validation belongs to. |
+| <a id="mutationdastsitevalidationrevokenormalizedtargeturl"></a>`normalizedTargetUrl` | [`String!`](#string) | Normalized URL of the target to be revoked. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdastsitevalidationrevokeclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdastsitevalidationrevokeerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.deleteAnnotation`
+
+Input type: `DeleteAnnotationInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdeleteannotationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdeleteannotationid"></a>`id` | [`MetricsDashboardAnnotationID!`](#metricsdashboardannotationid) | Global ID of the annotation to delete. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdeleteannotationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdeleteannotationerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.deleteDevopsAdoptionSegment`
+
+Input type: `DeleteDevopsAdoptionSegmentInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdeletedevopsadoptionsegmentclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdeletedevopsadoptionsegmentid"></a>`id` | [`[AnalyticsDevopsAdoptionSegmentID!]!`](#analyticsdevopsadoptionsegmentid) | One or many IDs of the segments to delete. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdeletedevopsadoptionsegmentclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdeletedevopsadoptionsegmenterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.designManagementDelete`
+
+Input type: `DesignManagementDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdesignmanagementdeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdesignmanagementdeletefilenames"></a>`filenames` | [`[String!]!`](#string) | The filenames of the designs to delete. |
+| <a id="mutationdesignmanagementdeleteiid"></a>`iid` | [`ID!`](#id) | The IID of the issue to modify designs for. |
+| <a id="mutationdesignmanagementdeleteprojectpath"></a>`projectPath` | [`ID!`](#id) | The project where the issue is to upload designs for. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdesignmanagementdeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdesignmanagementdeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdesignmanagementdeleteversion"></a>`version` | [`DesignVersion`](#designversion) | The new version in which the designs are deleted. |
+
+### `Mutation.designManagementMove`
+
+Input type: `DesignManagementMoveInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdesignmanagementmoveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdesignmanagementmoveid"></a>`id` | [`DesignManagementDesignID!`](#designmanagementdesignid) | ID of the design to move. |
+| <a id="mutationdesignmanagementmovenext"></a>`next` | [`DesignManagementDesignID`](#designmanagementdesignid) | ID of the immediately following design. |
+| <a id="mutationdesignmanagementmoveprevious"></a>`previous` | [`DesignManagementDesignID`](#designmanagementdesignid) | ID of the immediately preceding design. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdesignmanagementmoveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdesignmanagementmovedesigncollection"></a>`designCollection` | [`DesignCollection`](#designcollection) | The current state of the collection. |
+| <a id="mutationdesignmanagementmoveerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.designManagementUpload`
+
+Input type: `DesignManagementUploadInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdesignmanagementuploadclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdesignmanagementuploadfiles"></a>`files` | [`[Upload!]!`](#upload) | The files to upload. |
+| <a id="mutationdesignmanagementuploadiid"></a>`iid` | [`ID!`](#id) | The IID of the issue to modify designs for. |
+| <a id="mutationdesignmanagementuploadprojectpath"></a>`projectPath` | [`ID!`](#id) | The project where the issue is to upload designs for. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdesignmanagementuploadclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdesignmanagementuploaddesigns"></a>`designs` | [`[Design!]!`](#design) | The designs that were uploaded by the mutation. |
+| <a id="mutationdesignmanagementuploaderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdesignmanagementuploadskippeddesigns"></a>`skippedDesigns` | [`[Design!]!`](#design) | Any designs that were skipped from the upload due to there being no change to their content since their last version. |
+
+### `Mutation.destroyBoard`
+
+Input type: `DestroyBoardInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroyboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroyboardid"></a>`id` | [`BoardID!`](#boardid) | The global ID of the board to destroy. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroyboardboard"></a>`board` | [`Board`](#board) | The board after mutation. |
+| <a id="mutationdestroyboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroyboarderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.destroyBoardList`
+
+Input type: `DestroyBoardListInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroyboardlistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroyboardlistlistid"></a>`listId` | [`ListID!`](#listid) | Global ID of the list to destroy. Only label lists are accepted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroyboardlistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroyboardlisterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdestroyboardlistlist"></a>`list` | [`BoardList`](#boardlist) | The list after mutation. |
+
+### `Mutation.destroyComplianceFramework`
+
+Input type: `DestroyComplianceFrameworkInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroycomplianceframeworkclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroycomplianceframeworkid"></a>`id` | [`ComplianceManagementFrameworkID!`](#compliancemanagementframeworkid) | The global ID of the compliance framework to destroy. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroycomplianceframeworkclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroycomplianceframeworkerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.destroyContainerRepository`
+
+Input type: `DestroyContainerRepositoryInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroycontainerrepositoryclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroycontainerrepositoryid"></a>`id` | [`ContainerRepositoryID!`](#containerrepositoryid) | ID of the container repository. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroycontainerrepositoryclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroycontainerrepositorycontainerrepository"></a>`containerRepository` | [`ContainerRepository!`](#containerrepository) | The container repository policy after scheduling the deletion. |
+| <a id="mutationdestroycontainerrepositoryerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.destroyContainerRepositoryTags`
+
+Input type: `DestroyContainerRepositoryTagsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroycontainerrepositorytagsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroycontainerrepositorytagsid"></a>`id` | [`ContainerRepositoryID!`](#containerrepositoryid) | ID of the container repository. |
+| <a id="mutationdestroycontainerrepositorytagstagnames"></a>`tagNames` | [`[String!]!`](#string) | Container repository tag(s) to delete. Total number can't be greater than 20. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroycontainerrepositorytagsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroycontainerrepositorytagsdeletedtagnames"></a>`deletedTagNames` | [`[String!]!`](#string) | Deleted container repository tags. |
+| <a id="mutationdestroycontainerrepositorytagserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.destroyEpicBoard`
+
+Input type: `DestroyEpicBoardInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroyepicboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroyepicboardid"></a>`id` | [`BoardsEpicBoardID!`](#boardsepicboardid) | Global ID of the board to destroy. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroyepicboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroyepicboardepicboard"></a>`epicBoard` | [`EpicBoard`](#epicboard) | Epic board after mutation. |
+| <a id="mutationdestroyepicboarderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.destroyNote`
+
+Input type: `DestroyNoteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroynoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroynoteid"></a>`id` | [`NoteID!`](#noteid) | The global ID of the note to destroy. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroynoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroynoteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdestroynotenote"></a>`note` | [`Note`](#note) | The note after mutation. |
+
+### `Mutation.destroySnippet`
+
+Input type: `DestroySnippetInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroysnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroysnippetid"></a>`id` | [`SnippetID!`](#snippetid) | The global ID of the snippet to destroy. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdestroysnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdestroysnippeterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdestroysnippetsnippet"></a>`snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
+
+### `Mutation.discussionToggleResolve`
+
+Toggles the resolved state of a discussion.
+
+Input type: `DiscussionToggleResolveInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdiscussiontoggleresolveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdiscussiontoggleresolveid"></a>`id` | [`DiscussionID!`](#discussionid) | The global ID of the discussion. |
+| <a id="mutationdiscussiontoggleresolveresolve"></a>`resolve` | [`Boolean!`](#boolean) | Will resolve the discussion when true, and unresolve the discussion when false. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdiscussiontoggleresolveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdiscussiontoggleresolvediscussion"></a>`discussion` | [`Discussion`](#discussion) | The discussion after mutation. |
+| <a id="mutationdiscussiontoggleresolveerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.dismissVulnerability`
+
+WARNING:
+**Deprecated** in 13.5.
+Use vulnerabilityDismiss.
+
+Input type: `DismissVulnerabilityInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdismissvulnerabilityclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdismissvulnerabilitycomment"></a>`comment` | [`String`](#string) | Comment why vulnerability should be dismissed. |
+| <a id="mutationdismissvulnerabilitydismissalreason"></a>`dismissalReason` | [`VulnerabilityDismissalReason`](#vulnerabilitydismissalreason) | Reason why vulnerability should be dismissed. |
+| <a id="mutationdismissvulnerabilityid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | ID of the vulnerability to be dismissed. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationdismissvulnerabilityclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationdismissvulnerabilityerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationdismissvulnerabilityvulnerability"></a>`vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after dismissal. |
+
+### `Mutation.environmentsCanaryIngressUpdate`
+
+Input type: `EnvironmentsCanaryIngressUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationenvironmentscanaryingressupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationenvironmentscanaryingressupdateid"></a>`id` | [`EnvironmentID!`](#environmentid) | The global ID of the environment to update. |
+| <a id="mutationenvironmentscanaryingressupdateweight"></a>`weight` | [`Int!`](#int) | The weight of the Canary Ingress. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationenvironmentscanaryingressupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationenvironmentscanaryingressupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.epicAddIssue`
+
+Input type: `EpicAddIssueInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicaddissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicaddissuegrouppath"></a>`groupPath` | [`ID!`](#id) | The group the epic to mutate belongs to. |
+| <a id="mutationepicaddissueiid"></a>`iid` | [`ID!`](#id) | The IID of the epic to mutate. |
+| <a id="mutationepicaddissueissueiid"></a>`issueIid` | [`String!`](#string) | The IID of the issue to be added. |
+| <a id="mutationepicaddissueprojectpath"></a>`projectPath` | [`ID!`](#id) | The full path of the project the issue belongs to. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicaddissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicaddissueepic"></a>`epic` | [`Epic`](#epic) | The epic after mutation. |
+| <a id="mutationepicaddissueepicissue"></a>`epicIssue` | [`EpicIssue`](#epicissue) | The epic-issue relation. |
+| <a id="mutationepicaddissueerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.epicBoardCreate`
+
+Input type: `EpicBoardCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicboardcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicboardcreategrouppath"></a>`groupPath` | [`ID`](#id) | Full path of the group with which the resource is associated. |
+| <a id="mutationepicboardcreatehidebackloglist"></a>`hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
+| <a id="mutationepicboardcreatehideclosedlist"></a>`hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
+| <a id="mutationepicboardcreatelabelids"></a>`labelIds` | [`[LabelID!]`](#labelid) | IDs of labels to be added to the board. |
+| <a id="mutationepicboardcreatelabels"></a>`labels` | [`[String!]`](#string) | Labels of the issue. |
+| <a id="mutationepicboardcreatename"></a>`name` | [`String`](#string) | The board name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicboardcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicboardcreateepicboard"></a>`epicBoard` | [`EpicBoard`](#epicboard) | The created epic board. |
+| <a id="mutationepicboardcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.epicBoardListCreate`
+
+Input type: `EpicBoardListCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicboardlistcreatebacklog"></a>`backlog` | [`Boolean`](#boolean) | Create the backlog list. |
+| <a id="mutationepicboardlistcreateboardid"></a>`boardId` | [`BoardsEpicBoardID!`](#boardsepicboardid) | Global ID of the issue board to mutate. |
+| <a id="mutationepicboardlistcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicboardlistcreatelabelid"></a>`labelId` | [`LabelID`](#labelid) | Global ID of an existing label. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicboardlistcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicboardlistcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationepicboardlistcreatelist"></a>`list` | [`EpicList`](#epiclist) | Epic list in the epic board. |
+
+### `Mutation.epicBoardUpdate`
+
+Input type: `EpicBoardUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicboardupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicboardupdatehidebackloglist"></a>`hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
+| <a id="mutationepicboardupdatehideclosedlist"></a>`hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
+| <a id="mutationepicboardupdateid"></a>`id` | [`BoardsEpicBoardID!`](#boardsepicboardid) | The epic board global ID. |
+| <a id="mutationepicboardupdatelabelids"></a>`labelIds` | [`[LabelID!]`](#labelid) | IDs of labels to be added to the board. |
+| <a id="mutationepicboardupdatelabels"></a>`labels` | [`[String!]`](#string) | Labels of the issue. |
+| <a id="mutationepicboardupdatename"></a>`name` | [`String`](#string) | The board name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicboardupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicboardupdateepicboard"></a>`epicBoard` | [`EpicBoard`](#epicboard) | The updated epic board. |
+| <a id="mutationepicboardupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.epicMoveList`
+
+Input type: `EpicMoveListInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicmovelistboardid"></a>`boardId` | [`BoardsEpicBoardID!`](#boardsepicboardid) | Global ID of the board that the epic is in. |
+| <a id="mutationepicmovelistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicmovelistepicid"></a>`epicId` | [`EpicID!`](#epicid) | ID of the epic to mutate. |
+| <a id="mutationepicmovelistfromlistid"></a>`fromListId` | [`BoardsEpicListID!`](#boardsepiclistid) | ID of the board list that the epic will be moved from. |
+| <a id="mutationepicmovelisttolistid"></a>`toListId` | [`BoardsEpicListID!`](#boardsepiclistid) | ID of the board list that the epic will be moved to. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicmovelistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicmovelisterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.epicSetSubscription`
+
+Input type: `EpicSetSubscriptionInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicsetsubscriptionclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicsetsubscriptiongrouppath"></a>`groupPath` | [`ID!`](#id) | The group the epic to mutate belongs to. |
+| <a id="mutationepicsetsubscriptioniid"></a>`iid` | [`ID!`](#id) | The IID of the epic to mutate. |
+| <a id="mutationepicsetsubscriptionsubscribedstate"></a>`subscribedState` | [`Boolean!`](#boolean) | The desired state of the subscription. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepicsetsubscriptionclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepicsetsubscriptionepic"></a>`epic` | [`Epic`](#epic) | The epic after mutation. |
+| <a id="mutationepicsetsubscriptionerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.epicTreeReorder`
+
+Input type: `EpicTreeReorderInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepictreereorderbaseepicid"></a>`baseEpicId` | [`EpicID!`](#epicid) | The ID of the base epic of the tree. |
+| <a id="mutationepictreereorderclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepictreereordermoved"></a>`moved` | [`EpicTreeNodeFieldsInputType!`](#epictreenodefieldsinputtype) | Parameters for updating the tree positions. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationepictreereorderclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationepictreereordererrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.exportRequirements`
+
+Input type: `ExportRequirementsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationexportrequirementsauthorusername"></a>`authorUsername` | [`[String!]`](#string) | Filter requirements by author username. |
+| <a id="mutationexportrequirementsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationexportrequirementsprojectpath"></a>`projectPath` | [`ID!`](#id) | Full project path the requirements are associated with. |
+| <a id="mutationexportrequirementssearch"></a>`search` | [`String`](#string) | Search query for requirement title. |
+| <a id="mutationexportrequirementsselectedfields"></a>`selectedFields` | [`[String!]`](#string) | List of selected requirements fields to be exported. |
+| <a id="mutationexportrequirementssort"></a>`sort` | [`Sort`](#sort) | List requirements by sort order. |
+| <a id="mutationexportrequirementsstate"></a>`state` | [`RequirementState`](#requirementstate) | Filter requirements by state. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationexportrequirementsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationexportrequirementserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.gitlabSubscriptionActivate`
+
+Input type: `GitlabSubscriptionActivateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationgitlabsubscriptionactivateactivationcode"></a>`activationCode` | [`String!`](#string) | Activation code received after purchasing a GitLab subscription. |
+| <a id="mutationgitlabsubscriptionactivateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationgitlabsubscriptionactivateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationgitlabsubscriptionactivateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationgitlabsubscriptionactivatelicense"></a>`license` | [`CurrentLicense`](#currentlicense) | The current license. |
+
+### `Mutation.httpIntegrationCreate`
+
+Input type: `HttpIntegrationCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationcreateactive"></a>`active` | [`Boolean!`](#boolean) | Whether the integration is receiving alerts. |
+| <a id="mutationhttpintegrationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationcreatename"></a>`name` | [`String!`](#string) | The name of the integration. |
+| <a id="mutationhttpintegrationcreatepayloadattributemappings"></a>`payloadAttributeMappings` | [`[AlertManagementPayloadAlertFieldInput!]`](#alertmanagementpayloadalertfieldinput) | The custom mapping of GitLab alert attributes to fields from the payload_example. |
+| <a id="mutationhttpintegrationcreatepayloadexample"></a>`payloadExample` | [`JsonString`](#jsonstring) | The example of an alert payload. |
+| <a id="mutationhttpintegrationcreateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to create the integration in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationhttpintegrationcreateintegration"></a>`integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+
+### `Mutation.httpIntegrationDestroy`
+
+Input type: `HttpIntegrationDestroyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationdestroyid"></a>`id` | [`AlertManagementHttpIntegrationID!`](#alertmanagementhttpintegrationid) | The ID of the integration to remove. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationdestroyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationhttpintegrationdestroyintegration"></a>`integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+
+### `Mutation.httpIntegrationResetToken`
+
+Input type: `HttpIntegrationResetTokenInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationresettokenclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationresettokenid"></a>`id` | [`AlertManagementHttpIntegrationID!`](#alertmanagementhttpintegrationid) | The ID of the integration to mutate. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationresettokenclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationresettokenerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationhttpintegrationresettokenintegration"></a>`integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+
+### `Mutation.httpIntegrationUpdate`
+
+Input type: `HttpIntegrationUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationupdateactive"></a>`active` | [`Boolean`](#boolean) | Whether the integration is receiving alerts. |
+| <a id="mutationhttpintegrationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationupdateid"></a>`id` | [`AlertManagementHttpIntegrationID!`](#alertmanagementhttpintegrationid) | The ID of the integration to mutate. |
+| <a id="mutationhttpintegrationupdatename"></a>`name` | [`String`](#string) | The name of the integration. |
+| <a id="mutationhttpintegrationupdatepayloadattributemappings"></a>`payloadAttributeMappings` | [`[AlertManagementPayloadAlertFieldInput!]`](#alertmanagementpayloadalertfieldinput) | The custom mapping of GitLab alert attributes to fields from the payload_example. |
+| <a id="mutationhttpintegrationupdatepayloadexample"></a>`payloadExample` | [`JsonString`](#jsonstring) | The example of an alert payload. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationhttpintegrationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationhttpintegrationupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationhttpintegrationupdateintegration"></a>`integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+
+### `Mutation.issueMove`
+
+Input type: `IssueMoveInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuemoveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuemoveiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuemoveprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+| <a id="mutationissuemovetargetprojectpath"></a>`targetProjectPath` | [`ID!`](#id) | The project to move the issue to. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuemoveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuemoveerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuemoveissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueMoveList`
+
+Input type: `IssueMoveListInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuemovelistboardid"></a>`boardId` | [`BoardID!`](#boardid) | Global ID of the board that the issue is in. |
+| <a id="mutationissuemovelistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuemovelistepicid"></a>`epicId` | [`EpicID`](#epicid) | The ID of the parent epic. NULL when removing the association. |
+| <a id="mutationissuemovelistfromlistid"></a>`fromListId` | [`ID`](#id) | ID of the board list that the issue will be moved from. |
+| <a id="mutationissuemovelistiid"></a>`iid` | [`String!`](#string) | IID of the issue to mutate. |
+| <a id="mutationissuemovelistmoveafterid"></a>`moveAfterId` | [`ID`](#id) | ID of issue that should be placed after the current issue. |
+| <a id="mutationissuemovelistmovebeforeid"></a>`moveBeforeId` | [`ID`](#id) | ID of issue that should be placed before the current issue. |
+| <a id="mutationissuemovelistprojectpath"></a>`projectPath` | [`ID!`](#id) | Project the issue to mutate is in. |
+| <a id="mutationissuemovelisttolistid"></a>`toListId` | [`ID`](#id) | ID of the board list that the issue will be moved to. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuemovelistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuemovelisterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuemovelistissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetAssignees`
+
+Input type: `IssueSetAssigneesInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetassigneesassigneeusernames"></a>`assigneeUsernames` | [`[String!]!`](#string) | The usernames to assign to the resource. Replaces existing assignees by default. |
+| <a id="mutationissuesetassigneesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetassigneesiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetassigneesoperationmode"></a>`operationMode` | [`MutationOperationMode`](#mutationoperationmode) | The operation to perform. Defaults to REPLACE. |
+| <a id="mutationissuesetassigneesprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetassigneesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetassigneeserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetassigneesissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetConfidential`
+
+Input type: `IssueSetConfidentialInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetconfidentialclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetconfidentialconfidential"></a>`confidential` | [`Boolean!`](#boolean) | Whether or not to set the issue as a confidential. |
+| <a id="mutationissuesetconfidentialiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetconfidentialprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetconfidentialclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetconfidentialerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetconfidentialissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetDueDate`
+
+Input type: `IssueSetDueDateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetduedateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetduedateduedate"></a>`dueDate` | [`Time!`](#time) | The desired due date for the issue. |
+| <a id="mutationissuesetduedateiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetduedateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetduedateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetduedateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetduedateissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetEpic`
+
+Input type: `IssueSetEpicInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetepicepicid"></a>`epicId` | [`EpicID`](#epicid) | Global ID of the epic to be assigned to the issue, epic will be removed if absent or set to null. |
+| <a id="mutationissuesetepiciid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetepicprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetepicerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetepicissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetIteration`
+
+Input type: `IssueSetIterationInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetiterationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetiterationiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetiterationiterationid"></a>`iterationId` | [`IterationID`](#iterationid) | The iteration to assign to the issue. |
+| <a id="mutationissuesetiterationprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetiterationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetiterationerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetiterationissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetLocked`
+
+Input type: `IssueSetLockedInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetlockedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetlockediid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetlockedlocked"></a>`locked` | [`Boolean!`](#boolean) | Whether or not to lock discussion on the issue. |
+| <a id="mutationissuesetlockedprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetlockedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetlockederrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetlockedissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetSeverity`
+
+Input type: `IssueSetSeverityInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetseverityclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetseverityiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetseverityprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+| <a id="mutationissuesetseverityseverity"></a>`severity` | [`IssuableSeverity!`](#issuableseverity) | Set the incident severity level. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetseverityclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetseverityerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetseverityissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetSubscription`
+
+Input type: `IssueSetSubscriptionInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetsubscriptionclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetsubscriptioniid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetsubscriptionprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+| <a id="mutationissuesetsubscriptionsubscribedstate"></a>`subscribedState` | [`Boolean!`](#boolean) | The desired state of the subscription. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetsubscriptionclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetsubscriptionerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetsubscriptionissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.issueSetWeight`
+
+Input type: `IssueSetWeightInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetweightclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetweightiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationissuesetweightprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+| <a id="mutationissuesetweightweight"></a>`weight` | [`Int!`](#int) | The desired weight for the issue. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationissuesetweightclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationissuesetweighterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationissuesetweightissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.iterationCadenceCreate`
+
+Input type: `IterationCadenceCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationiterationcadencecreateactive"></a>`active` | [`Boolean!`](#boolean) | Whether the iteration cadence is active. |
+| <a id="mutationiterationcadencecreateautomatic"></a>`automatic` | [`Boolean!`](#boolean) | Whether the iteration cadence should automatically generate future iterations. |
+| <a id="mutationiterationcadencecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationiterationcadencecreatedurationinweeks"></a>`durationInWeeks` | [`Int`](#int) | Duration in weeks of the iterations within this cadence. |
+| <a id="mutationiterationcadencecreategrouppath"></a>`groupPath` | [`ID!`](#id) | The group where the iteration cadence is created. |
+| <a id="mutationiterationcadencecreateiterationsinadvance"></a>`iterationsInAdvance` | [`Int`](#int) | Future iterations to be created when iteration cadence is set to automatic. |
+| <a id="mutationiterationcadencecreatestartdate"></a>`startDate` | [`Time`](#time) | Timestamp of the iteration cadence start date. |
+| <a id="mutationiterationcadencecreatetitle"></a>`title` | [`String`](#string) | Title of the iteration cadence. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationiterationcadencecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationiterationcadencecreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationiterationcadencecreateiterationcadence"></a>`iterationCadence` | [`IterationCadence`](#iterationcadence) | The created iteration cadence. |
+
+### `Mutation.iterationCadenceUpdate`
+
+Input type: `IterationCadenceUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationiterationcadenceupdateactive"></a>`active` | [`Boolean`](#boolean) | Whether the iteration cadence is active. |
+| <a id="mutationiterationcadenceupdateautomatic"></a>`automatic` | [`Boolean`](#boolean) | Whether the iteration cadence should automatically generate future iterations. |
+| <a id="mutationiterationcadenceupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationiterationcadenceupdatedurationinweeks"></a>`durationInWeeks` | [`Int`](#int) | Duration in weeks of the iterations within this cadence. |
+| <a id="mutationiterationcadenceupdateid"></a>`id` | [`IterationsCadenceID!`](#iterationscadenceid) | Global ID of the iteration cadence. |
+| <a id="mutationiterationcadenceupdateiterationsinadvance"></a>`iterationsInAdvance` | [`Int`](#int) | Future iterations to be created when iteration cadence is set to automatic. |
+| <a id="mutationiterationcadenceupdatestartdate"></a>`startDate` | [`Time`](#time) | Timestamp of the iteration cadence start date. |
+| <a id="mutationiterationcadenceupdatetitle"></a>`title` | [`String`](#string) | Title of the iteration cadence. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationiterationcadenceupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationiterationcadenceupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationiterationcadenceupdateiterationcadence"></a>`iterationCadence` | [`IterationCadence`](#iterationcadence) | The updated iteration cadence. |
+
+### `Mutation.jiraImportStart`
+
+Input type: `JiraImportStartInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationjiraimportstartclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationjiraimportstartjiraprojectkey"></a>`jiraProjectKey` | [`String!`](#string) | Project key of the importer Jira project. |
+| <a id="mutationjiraimportstartjiraprojectname"></a>`jiraProjectName` | [`String`](#string) | Project name of the importer Jira project. |
+| <a id="mutationjiraimportstartprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to import the Jira project into. |
+| <a id="mutationjiraimportstartusersmapping"></a>`usersMapping` | [`[JiraUsersMappingInputType!]`](#jirausersmappinginputtype) | The mapping of Jira to GitLab users. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationjiraimportstartclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationjiraimportstarterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationjiraimportstartjiraimport"></a>`jiraImport` | [`JiraImport`](#jiraimport) | The Jira import data after mutation. |
+
+### `Mutation.jiraImportUsers`
+
+Input type: `JiraImportUsersInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationjiraimportusersclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationjiraimportusersprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to import the Jira users into. |
+| <a id="mutationjiraimportusersstartat"></a>`startAt` | [`Int`](#int) | The index of the record the import should started at, default 0 (50 records returned). |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationjiraimportusersclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationjiraimportuserserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationjiraimportusersjirausers"></a>`jiraUsers` | [`[JiraUser!]`](#jirauser) | Users returned from Jira, matched by email and name if possible. |
+
+### `Mutation.labelCreate`
+
+Input type: `LabelCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationlabelcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationlabelcreatecolor"></a>`color` | [`String`](#string) | The color of the label given in 6-digit hex notation with leading '#' sign (for example, `#FFAABB`) or one of the CSS color names <https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords>. |
+| <a id="mutationlabelcreatedescription"></a>`description` | [`String`](#string) | Description of the label. |
+| <a id="mutationlabelcreategrouppath"></a>`groupPath` | [`ID`](#id) | Full path of the group with which the resource is associated. |
+| <a id="mutationlabelcreateprojectpath"></a>`projectPath` | [`ID`](#id) | Full path of the project with which the resource is associated. |
+| <a id="mutationlabelcreatetitle"></a>`title` | [`String!`](#string) | Title of the label. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationlabelcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationlabelcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationlabelcreatelabel"></a>`label` | [`Label`](#label) | The label after mutation. |
+
+### `Mutation.markAsSpamSnippet`
+
+Input type: `MarkAsSpamSnippetInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmarkasspamsnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmarkasspamsnippetid"></a>`id` | [`SnippetID!`](#snippetid) | The global ID of the snippet to update. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmarkasspamsnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmarkasspamsnippeterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmarkasspamsnippetsnippet"></a>`snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
+
+### `Mutation.mergeRequestAccept`
+
+Accepts a merge request.
+When accepted, the source branch will be merged into the target branch, either
+immediately if possible, or using one of the automatic merge strategies.
+
+Input type: `MergeRequestAcceptInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestacceptclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestacceptcommitmessage"></a>`commitMessage` | [`String`](#string) | Custom merge commit message. |
+| <a id="mutationmergerequestacceptiid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestacceptprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+| <a id="mutationmergerequestacceptsha"></a>`sha` | [`String!`](#string) | The HEAD SHA at the time when this merge was requested. |
+| <a id="mutationmergerequestacceptshouldremovesourcebranch"></a>`shouldRemoveSourceBranch` | [`Boolean`](#boolean) | Should the source branch be removed. |
+| <a id="mutationmergerequestacceptsquash"></a>`squash` | [`Boolean`](#boolean) | Squash commits on the source branch before merge. |
+| <a id="mutationmergerequestacceptsquashcommitmessage"></a>`squashCommitMessage` | [`String`](#string) | Custom squash commit message (if squash is true). |
+| <a id="mutationmergerequestacceptstrategy"></a>`strategy` | [`MergeStrategyEnum`](#mergestrategyenum) | How to merge this merge request. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestacceptclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestaccepterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestacceptmergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestCreate`
+
+Input type: `MergeRequestCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestcreatedescription"></a>`description` | [`String`](#string) | Description of the merge request (Markdown rendered as HTML for caching). |
+| <a id="mutationmergerequestcreatelabels"></a>`labels` | [`[String!]`](#string) | Labels of the merge request. |
+| <a id="mutationmergerequestcreateprojectpath"></a>`projectPath` | [`ID!`](#id) | Project full path the merge request is associated with. |
+| <a id="mutationmergerequestcreatesourcebranch"></a>`sourceBranch` | [`String!`](#string) | Source branch of the merge request. |
+| <a id="mutationmergerequestcreatetargetbranch"></a>`targetBranch` | [`String!`](#string) | Target branch of the merge request. |
+| <a id="mutationmergerequestcreatetitle"></a>`title` | [`String!`](#string) | Title of the merge request. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestcreatemergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestReviewerRereview`
+
+Input type: `MergeRequestReviewerRereviewInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestreviewerrereviewclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestreviewerrereviewiid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestreviewerrereviewprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+| <a id="mutationmergerequestreviewerrereviewuserid"></a>`userId` | [`UserID!`](#userid) | The user ID for the user that has been requested for a new review. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestreviewerrereviewclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestreviewerrereviewerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestreviewerrereviewmergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestSetAssignees`
+
+Input type: `MergeRequestSetAssigneesInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetassigneesassigneeusernames"></a>`assigneeUsernames` | [`[String!]!`](#string) | The usernames to assign to the resource. Replaces existing assignees by default. |
+| <a id="mutationmergerequestsetassigneesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetassigneesiid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestsetassigneesoperationmode"></a>`operationMode` | [`MutationOperationMode`](#mutationoperationmode) | The operation to perform. Defaults to REPLACE. |
+| <a id="mutationmergerequestsetassigneesprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetassigneesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetassigneeserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestsetassigneesmergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestSetLabels`
+
+Input type: `MergeRequestSetLabelsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetlabelsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetlabelsiid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestsetlabelslabelids"></a>`labelIds` | [`[LabelID!]!`](#labelid) | The Label IDs to set. Replaces existing labels by default. |
+| <a id="mutationmergerequestsetlabelsoperationmode"></a>`operationMode` | [`MutationOperationMode`](#mutationoperationmode) | Changes the operation mode. Defaults to REPLACE. |
+| <a id="mutationmergerequestsetlabelsprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetlabelsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetlabelserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestsetlabelsmergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestSetLocked`
+
+Input type: `MergeRequestSetLockedInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetlockedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetlockediid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestsetlockedlocked"></a>`locked` | [`Boolean!`](#boolean) | Whether or not to lock the merge request. |
+| <a id="mutationmergerequestsetlockedprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetlockedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetlockederrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestsetlockedmergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestSetMilestone`
+
+Input type: `MergeRequestSetMilestoneInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetmilestoneclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetmilestoneiid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestsetmilestonemilestoneid"></a>`milestoneId` | [`MilestoneID`](#milestoneid) | The milestone to assign to the merge request. |
+| <a id="mutationmergerequestsetmilestoneprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetmilestoneclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetmilestoneerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestsetmilestonemergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestSetSubscription`
+
+Input type: `MergeRequestSetSubscriptionInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetsubscriptionclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetsubscriptioniid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestsetsubscriptionprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+| <a id="mutationmergerequestsetsubscriptionsubscribedstate"></a>`subscribedState` | [`Boolean!`](#boolean) | The desired state of the subscription. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetsubscriptionclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetsubscriptionerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestsetsubscriptionmergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestSetWip`
+
+Input type: `MergeRequestSetWipInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetwipclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetwipiid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestsetwipprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+| <a id="mutationmergerequestsetwipwip"></a>`wip` | [`Boolean!`](#boolean) | Whether or not to set the merge request as a draft. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestsetwipclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestsetwiperrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestsetwipmergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.mergeRequestUpdate`
+
+Update attributes of a merge request.
+
+Input type: `MergeRequestUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestupdatedescription"></a>`description` | [`String`](#string) | Description of the merge request (Markdown rendered as HTML for caching). |
+| <a id="mutationmergerequestupdateiid"></a>`iid` | [`String!`](#string) | The IID of the merge request to mutate. |
+| <a id="mutationmergerequestupdateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the merge request to mutate is in. |
+| <a id="mutationmergerequestupdatestate"></a>`state` | [`MergeRequestNewState`](#mergerequestnewstate) | The action to perform to change the state. |
+| <a id="mutationmergerequestupdatetargetbranch"></a>`targetBranch` | [`String`](#string) | Target branch of the merge request. |
+| <a id="mutationmergerequestupdatetitle"></a>`title` | [`String`](#string) | Title of the merge request. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationmergerequestupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationmergerequestupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationmergerequestupdatemergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+
+### `Mutation.namespaceIncreaseStorageTemporarily`
+
+Input type: `NamespaceIncreaseStorageTemporarilyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationnamespaceincreasestoragetemporarilyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationnamespaceincreasestoragetemporarilyid"></a>`id` | [`NamespaceID!`](#namespaceid) | The global ID of the namespace to mutate. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationnamespaceincreasestoragetemporarilyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationnamespaceincreasestoragetemporarilyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationnamespaceincreasestoragetemporarilynamespace"></a>`namespace` | [`Namespace`](#namespace) | The namespace after mutation. |
+
+### `Mutation.oncallRotationCreate`
+
+Input type: `OncallRotationCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallrotationcreateactiveperiod"></a>`activePeriod` | [`OncallRotationActivePeriodInputType`](#oncallrotationactiveperiodinputtype) | The active period of time that the on-call rotation should take place. |
+| <a id="mutationoncallrotationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallrotationcreateendsat"></a>`endsAt` | [`OncallRotationDateInputType`](#oncallrotationdateinputtype) | The end date and time of the on-call rotation, in the timezone of the on-call schedule. |
+| <a id="mutationoncallrotationcreatename"></a>`name` | [`String!`](#string) | The name of the on-call rotation. |
+| <a id="mutationoncallrotationcreateparticipants"></a>`participants` | [`[OncallUserInputType!]!`](#oncalluserinputtype) | The usernames of users participating in the on-call rotation. A maximum limit of 100 participants applies. |
+| <a id="mutationoncallrotationcreateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to create the on-call schedule in. |
+| <a id="mutationoncallrotationcreaterotationlength"></a>`rotationLength` | [`OncallRotationLengthInputType!`](#oncallrotationlengthinputtype) | The rotation length of the on-call rotation. |
+| <a id="mutationoncallrotationcreatescheduleiid"></a>`scheduleIid` | [`String!`](#string) | The IID of the on-call schedule to create the on-call rotation in. |
+| <a id="mutationoncallrotationcreatestartsat"></a>`startsAt` | [`OncallRotationDateInputType!`](#oncallrotationdateinputtype) | The start date and time of the on-call rotation, in the timezone of the on-call schedule. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallrotationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallrotationcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationoncallrotationcreateoncallrotation"></a>`oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
+
+### `Mutation.oncallRotationDestroy`
+
+Input type: `OncallRotationDestroyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallrotationdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallrotationdestroyid"></a>`id` | [`IncidentManagementOncallRotationID!`](#incidentmanagementoncallrotationid) | The ID of the on-call rotation to remove. |
+| <a id="mutationoncallrotationdestroyprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to remove the on-call schedule from. |
+| <a id="mutationoncallrotationdestroyscheduleiid"></a>`scheduleIid` | [`String!`](#string) | The IID of the on-call schedule to the on-call rotation belongs to. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallrotationdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallrotationdestroyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationoncallrotationdestroyoncallrotation"></a>`oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
+
+### `Mutation.oncallRotationUpdate`
+
+Input type: `OncallRotationUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallrotationupdateactiveperiod"></a>`activePeriod` | [`OncallRotationActivePeriodInputType`](#oncallrotationactiveperiodinputtype) | The active period of time that the on-call rotation should take place. |
+| <a id="mutationoncallrotationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallrotationupdateendsat"></a>`endsAt` | [`OncallRotationDateInputType`](#oncallrotationdateinputtype) | The end date and time of the on-call rotation, in the timezone of the on-call schedule. |
+| <a id="mutationoncallrotationupdateid"></a>`id` | [`IncidentManagementOncallRotationID!`](#incidentmanagementoncallrotationid) | The ID of the on-call schedule to create the on-call rotation in. |
+| <a id="mutationoncallrotationupdatename"></a>`name` | [`String`](#string) | The name of the on-call rotation. |
+| <a id="mutationoncallrotationupdateparticipants"></a>`participants` | [`[OncallUserInputType!]`](#oncalluserinputtype) | The usernames of users participating in the on-call rotation. A maximum limit of 100 participants applies. |
+| <a id="mutationoncallrotationupdaterotationlength"></a>`rotationLength` | [`OncallRotationLengthInputType`](#oncallrotationlengthinputtype) | The rotation length of the on-call rotation. |
+| <a id="mutationoncallrotationupdatestartsat"></a>`startsAt` | [`OncallRotationDateInputType`](#oncallrotationdateinputtype) | The start date and time of the on-call rotation, in the timezone of the on-call schedule. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallrotationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallrotationupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationoncallrotationupdateoncallrotation"></a>`oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
+
+### `Mutation.oncallScheduleCreate`
+
+Input type: `OncallScheduleCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallschedulecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallschedulecreatedescription"></a>`description` | [`String`](#string) | The description of the on-call schedule. |
+| <a id="mutationoncallschedulecreatename"></a>`name` | [`String!`](#string) | The name of the on-call schedule. |
+| <a id="mutationoncallschedulecreateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to create the on-call schedule in. |
+| <a id="mutationoncallschedulecreatetimezone"></a>`timezone` | [`String!`](#string) | The timezone of the on-call schedule. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallschedulecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallschedulecreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationoncallschedulecreateoncallschedule"></a>`oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
+
+### `Mutation.oncallScheduleDestroy`
+
+Input type: `OncallScheduleDestroyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallscheduledestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallscheduledestroyiid"></a>`iid` | [`String!`](#string) | The on-call schedule internal ID to remove. |
+| <a id="mutationoncallscheduledestroyprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to remove the on-call schedule from. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallscheduledestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallscheduledestroyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationoncallscheduledestroyoncallschedule"></a>`oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
+
+### `Mutation.oncallScheduleUpdate`
+
+Input type: `OncallScheduleUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallscheduleupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallscheduleupdatedescription"></a>`description` | [`String`](#string) | The description of the on-call schedule. |
+| <a id="mutationoncallscheduleupdateiid"></a>`iid` | [`String!`](#string) | The on-call schedule internal ID to update. |
+| <a id="mutationoncallscheduleupdatename"></a>`name` | [`String`](#string) | The name of the on-call schedule. |
+| <a id="mutationoncallscheduleupdateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to update the on-call schedule in. |
+| <a id="mutationoncallscheduleupdatetimezone"></a>`timezone` | [`String`](#string) | The timezone of the on-call schedule. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationoncallscheduleupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationoncallscheduleupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationoncallscheduleupdateoncallschedule"></a>`oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
+
+### `Mutation.pipelineCancel`
+
+Input type: `PipelineCancelInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpipelinecancelclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpipelinecancelid"></a>`id` | [`CiPipelineID!`](#cipipelineid) | The ID of the pipeline to mutate. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpipelinecancelclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpipelinecancelerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.pipelineDestroy`
+
+Input type: `PipelineDestroyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpipelinedestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpipelinedestroyid"></a>`id` | [`CiPipelineID!`](#cipipelineid) | The ID of the pipeline to mutate. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpipelinedestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpipelinedestroyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.pipelineRetry`
+
+Input type: `PipelineRetryInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpipelineretryclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpipelineretryid"></a>`id` | [`CiPipelineID!`](#cipipelineid) | The ID of the pipeline to mutate. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpipelineretryclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpipelineretryerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationpipelineretrypipeline"></a>`pipeline` | [`Pipeline`](#pipeline) | The pipeline after mutation. |
+
+### `Mutation.prometheusIntegrationCreate`
+
+Input type: `PrometheusIntegrationCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationprometheusintegrationcreateactive"></a>`active` | [`Boolean!`](#boolean) | Whether the integration is receiving alerts. |
+| <a id="mutationprometheusintegrationcreateapiurl"></a>`apiUrl` | [`String!`](#string) | Endpoint at which Prometheus can be queried. |
+| <a id="mutationprometheusintegrationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationprometheusintegrationcreateprojectpath"></a>`projectPath` | [`ID!`](#id) | The project to create the integration in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationprometheusintegrationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationprometheusintegrationcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationprometheusintegrationcreateintegration"></a>`integration` | [`AlertManagementPrometheusIntegration`](#alertmanagementprometheusintegration) | The newly created integration. |
+
+### `Mutation.prometheusIntegrationResetToken`
+
+Input type: `PrometheusIntegrationResetTokenInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationprometheusintegrationresettokenclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationprometheusintegrationresettokenid"></a>`id` | [`PrometheusServiceID!`](#prometheusserviceid) | The ID of the integration to mutate. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationprometheusintegrationresettokenclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationprometheusintegrationresettokenerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationprometheusintegrationresettokenintegration"></a>`integration` | [`AlertManagementPrometheusIntegration`](#alertmanagementprometheusintegration) | The newly created integration. |
+
+### `Mutation.prometheusIntegrationUpdate`
+
+Input type: `PrometheusIntegrationUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationprometheusintegrationupdateactive"></a>`active` | [`Boolean`](#boolean) | Whether the integration is receiving alerts. |
+| <a id="mutationprometheusintegrationupdateapiurl"></a>`apiUrl` | [`String`](#string) | Endpoint at which Prometheus can be queried. |
+| <a id="mutationprometheusintegrationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationprometheusintegrationupdateid"></a>`id` | [`PrometheusServiceID!`](#prometheusserviceid) | The ID of the integration to mutate. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationprometheusintegrationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationprometheusintegrationupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationprometheusintegrationupdateintegration"></a>`integration` | [`AlertManagementPrometheusIntegration`](#alertmanagementprometheusintegration) | The newly created integration. |
+
+### `Mutation.promoteToEpic`
+
+Input type: `PromoteToEpicInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpromotetoepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpromotetoepicgrouppath"></a>`groupPath` | [`ID`](#id) | The group the promoted epic will belong to. |
+| <a id="mutationpromotetoepiciid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationpromotetoepicprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationpromotetoepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationpromotetoepicepic"></a>`epic` | [`Epic`](#epic) | The epic after issue promotion. |
+| <a id="mutationpromotetoepicerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationpromotetoepicissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.releaseAssetLinkCreate`
+
+Input type: `ReleaseAssetLinkCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseassetlinkcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseassetlinkcreatedirectassetpath"></a>`directAssetPath` | [`String`](#string) | Relative path for a direct asset link. |
+| <a id="mutationreleaseassetlinkcreatelinktype"></a>`linkType` | [`ReleaseAssetLinkType`](#releaseassetlinktype) | The type of the asset link. |
+| <a id="mutationreleaseassetlinkcreatename"></a>`name` | [`String!`](#string) | Name of the asset link. |
+| <a id="mutationreleaseassetlinkcreateprojectpath"></a>`projectPath` | [`ID!`](#id) | Full path of the project the asset link is associated with. |
+| <a id="mutationreleaseassetlinkcreatetagname"></a>`tagName` | [`String!`](#string) | Name of the associated release's tag. |
+| <a id="mutationreleaseassetlinkcreateurl"></a>`url` | [`String!`](#string) | URL of the asset link. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseassetlinkcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseassetlinkcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationreleaseassetlinkcreatelink"></a>`link` | [`ReleaseAssetLink`](#releaseassetlink) | The asset link after mutation. |
+
+### `Mutation.releaseAssetLinkDelete`
+
+Input type: `ReleaseAssetLinkDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseassetlinkdeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseassetlinkdeleteid"></a>`id` | [`ReleasesLinkID!`](#releaseslinkid) | ID of the release asset link to delete. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseassetlinkdeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseassetlinkdeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationreleaseassetlinkdeletelink"></a>`link` | [`ReleaseAssetLink`](#releaseassetlink) | The deleted release asset link. |
+
+### `Mutation.releaseAssetLinkUpdate`
+
+Input type: `ReleaseAssetLinkUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseassetlinkupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseassetlinkupdatedirectassetpath"></a>`directAssetPath` | [`String`](#string) | Relative path for a direct asset link. |
+| <a id="mutationreleaseassetlinkupdateid"></a>`id` | [`ReleasesLinkID!`](#releaseslinkid) | ID of the release asset link to update. |
+| <a id="mutationreleaseassetlinkupdatelinktype"></a>`linkType` | [`ReleaseAssetLinkType`](#releaseassetlinktype) | The type of the asset link. |
+| <a id="mutationreleaseassetlinkupdatename"></a>`name` | [`String`](#string) | Name of the asset link. |
+| <a id="mutationreleaseassetlinkupdateurl"></a>`url` | [`String`](#string) | URL of the asset link. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseassetlinkupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseassetlinkupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationreleaseassetlinkupdatelink"></a>`link` | [`ReleaseAssetLink`](#releaseassetlink) | The asset link after mutation. |
+
+### `Mutation.releaseCreate`
+
+Input type: `ReleaseCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleasecreateassets"></a>`assets` | [`ReleaseAssetsInput`](#releaseassetsinput) | Assets associated to the release. |
+| <a id="mutationreleasecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleasecreatedescription"></a>`description` | [`String`](#string) | Description (also known as "release notes") of the release. |
+| <a id="mutationreleasecreatemilestones"></a>`milestones` | [`[String!]`](#string) | The title of each milestone the release is associated with. GitLab Premium customers can specify group milestones. |
+| <a id="mutationreleasecreatename"></a>`name` | [`String`](#string) | Name of the release. |
+| <a id="mutationreleasecreateprojectpath"></a>`projectPath` | [`ID!`](#id) | Full path of the project the release is associated with. |
+| <a id="mutationreleasecreateref"></a>`ref` | [`String`](#string) | The commit SHA or branch name to use if creating a new tag. |
+| <a id="mutationreleasecreatereleasedat"></a>`releasedAt` | [`Time`](#time) | The date when the release will be/was ready. Defaults to the current time. |
+| <a id="mutationreleasecreatetagname"></a>`tagName` | [`String!`](#string) | Name of the tag to associate with the release. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleasecreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleasecreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationreleasecreaterelease"></a>`release` | [`Release`](#release) | The release after mutation. |
+
+### `Mutation.releaseDelete`
+
+Input type: `ReleaseDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleasedeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleasedeleteprojectpath"></a>`projectPath` | [`ID!`](#id) | Full path of the project the release is associated with. |
+| <a id="mutationreleasedeletetagname"></a>`tagName` | [`String!`](#string) | Name of the tag associated with the release to delete. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleasedeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleasedeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationreleasedeleterelease"></a>`release` | [`Release`](#release) | The deleted release. |
+
+### `Mutation.releaseUpdate`
+
+Input type: `ReleaseUpdateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseupdatedescription"></a>`description` | [`String`](#string) | Description (release notes) of the release. |
+| <a id="mutationreleaseupdatemilestones"></a>`milestones` | [`[String!]`](#string) | The title of each milestone the release is associated with. GitLab Premium customers can specify group milestones. |
+| <a id="mutationreleaseupdatename"></a>`name` | [`String`](#string) | Name of the release. |
+| <a id="mutationreleaseupdateprojectpath"></a>`projectPath` | [`ID!`](#id) | Full path of the project the release is associated with. |
+| <a id="mutationreleaseupdatereleasedat"></a>`releasedAt` | [`Time`](#time) | The release date. |
+| <a id="mutationreleaseupdatetagname"></a>`tagName` | [`String!`](#string) | Name of the tag associated with the release. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationreleaseupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationreleaseupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationreleaseupdaterelease"></a>`release` | [`Release`](#release) | The release after mutation. |
+
+### `Mutation.removeAwardEmoji`
+
+WARNING:
+**Deprecated** in 13.2.
+Use awardEmojiRemove.
+
+Input type: `RemoveAwardEmojiInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationremoveawardemojiawardableid"></a>`awardableId` | [`AwardableID!`](#awardableid) | The global ID of the awardable resource. |
+| <a id="mutationremoveawardemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationremoveawardemojiname"></a>`name` | [`String!`](#string) | The emoji name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationremoveawardemojiawardemoji"></a>`awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
+| <a id="mutationremoveawardemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationremoveawardemojierrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.removeProjectFromSecurityDashboard`
+
+Input type: `RemoveProjectFromSecurityDashboardInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationremoveprojectfromsecuritydashboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationremoveprojectfromsecuritydashboardid"></a>`id` | [`ProjectID!`](#projectid) | ID of the project to remove from the Instance Security Dashboard. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationremoveprojectfromsecuritydashboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationremoveprojectfromsecuritydashboarderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.repositionImageDiffNote`
+
+Repositions a DiffNote on an image (a `Note` where the `position.positionType` is `"image"`).
+
+Input type: `RepositionImageDiffNoteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationrepositionimagediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationrepositionimagediffnoteid"></a>`id` | [`DiffNoteID!`](#diffnoteid) | The global ID of the DiffNote to update. |
+| <a id="mutationrepositionimagediffnoteposition"></a>`position` | [`UpdateDiffImagePositionInput!`](#updatediffimagepositioninput) | The position of this note on a diff. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationrepositionimagediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationrepositionimagediffnoteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationrepositionimagediffnotenote"></a>`note` | [`Note`](#note) | The note after mutation. |
+
+### `Mutation.revertVulnerabilityToDetected`
+
+WARNING:
+**Deprecated** in 13.5.
+Use vulnerabilityRevertToDetected.
+
+Input type: `RevertVulnerabilityToDetectedInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationrevertvulnerabilitytodetectedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationrevertvulnerabilitytodetectedid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | ID of the vulnerability to be reverted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationrevertvulnerabilitytodetectedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationrevertvulnerabilitytodetectederrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationrevertvulnerabilitytodetectedvulnerability"></a>`vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after revert. |
+
+### `Mutation.runDastScan`
+
+WARNING:
+**Deprecated** in 13.4.
+Use DastOnDemandScanCreate.
+
+Input type: `RunDASTScanInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationrundastscanbranch"></a>`branch` | [`String!`](#string) | The branch to be associated with the scan. |
+| <a id="mutationrundastscanclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationrundastscanprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the DAST scan belongs to. |
+| <a id="mutationrundastscanscantype"></a>`scanType` | [`DastScanTypeEnum!`](#dastscantypeenum) | The type of scan to be run. |
+| <a id="mutationrundastscantargeturl"></a>`targetUrl` | [`String!`](#string) | The URL of the target to be scanned. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationrundastscanclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationrundastscanerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationrundastscanpipelineurl"></a>`pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
+
+### `Mutation.terraformStateDelete`
+
+Input type: `TerraformStateDeleteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationterraformstatedeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationterraformstatedeleteid"></a>`id` | [`TerraformStateID!`](#terraformstateid) | Global ID of the Terraform state. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationterraformstatedeleteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationterraformstatedeleteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.terraformStateLock`
+
+Input type: `TerraformStateLockInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationterraformstatelockclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationterraformstatelockid"></a>`id` | [`TerraformStateID!`](#terraformstateid) | Global ID of the Terraform state. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationterraformstatelockclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationterraformstatelockerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.terraformStateUnlock`
+
+Input type: `TerraformStateUnlockInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationterraformstateunlockclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationterraformstateunlockid"></a>`id` | [`TerraformStateID!`](#terraformstateid) | Global ID of the Terraform state. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationterraformstateunlockclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationterraformstateunlockerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.todoCreate`
+
+Input type: `TodoCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodocreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodocreatetargetid"></a>`targetId` | [`TodoableID!`](#todoableid) | The global ID of the to-do item's parent. Issues, merge requests, designs and epics are supported. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodocreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodocreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationtodocreatetodo"></a>`todo` | [`Todo`](#todo) | The to-do item created. |
+
+### `Mutation.todoMarkDone`
+
+Input type: `TodoMarkDoneInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodomarkdoneclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodomarkdoneid"></a>`id` | [`TodoID!`](#todoid) | The global ID of the to-do item to mark as done. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodomarkdoneclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodomarkdoneerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationtodomarkdonetodo"></a>`todo` | [`Todo!`](#todo) | The requested to-do item. |
+
+### `Mutation.todoRestore`
+
+Input type: `TodoRestoreInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodorestoreclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodorestoreid"></a>`id` | [`TodoID!`](#todoid) | The global ID of the to-do item to restore. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodorestoreclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodorestoreerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationtodorestoretodo"></a>`todo` | [`Todo!`](#todo) | The requested to-do item. |
+
+### `Mutation.todoRestoreMany`
+
+Input type: `TodoRestoreManyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodorestoremanyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodorestoremanyids"></a>`ids` | [`[TodoID!]!`](#todoid) | The global IDs of the to-do items to restore (a maximum of 50 is supported at once). |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodorestoremanyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodorestoremanyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationtodorestoremanytodos"></a>`todos` | [`[Todo!]!`](#todo) | Updated to-do items. |
+| <a id="mutationtodorestoremanyupdatedids"></a>`updatedIds` **{warning-solid}** | [`[TodoID!]!`](#todoid) | **Deprecated:** Use to-do items. Deprecated in 13.2. |
+
+### `Mutation.todosMarkAllDone`
+
+Input type: `TodosMarkAllDoneInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodosmarkalldoneclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtodosmarkalldoneclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtodosmarkalldoneerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationtodosmarkalldonetodos"></a>`todos` | [`[Todo!]!`](#todo) | Updated to-do items. |
+| <a id="mutationtodosmarkalldoneupdatedids"></a>`updatedIds` **{warning-solid}** | [`[TodoID!]!`](#todoid) | **Deprecated:** Use to-do items. Deprecated in 13.2. |
+
+### `Mutation.toggleAwardEmoji`
+
+WARNING:
+**Deprecated** in 13.2.
+Use awardEmojiToggle.
+
+Input type: `ToggleAwardEmojiInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtoggleawardemojiawardableid"></a>`awardableId` | [`AwardableID!`](#awardableid) | The global ID of the awardable resource. |
+| <a id="mutationtoggleawardemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtoggleawardemojiname"></a>`name` | [`String!`](#string) | The emoji name. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationtoggleawardemojiawardemoji"></a>`awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
+| <a id="mutationtoggleawardemojiclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationtoggleawardemojierrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationtoggleawardemojitoggledon"></a>`toggledOn` | [`Boolean!`](#boolean) | Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
+
+### `Mutation.updateAlertStatus`
+
+Input type: `UpdateAlertStatusInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatealertstatusclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatealertstatusiid"></a>`iid` | [`String!`](#string) | The IID of the alert to mutate. |
+| <a id="mutationupdatealertstatusprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the alert to mutate is in. |
+| <a id="mutationupdatealertstatusstatus"></a>`status` | [`AlertManagementStatus!`](#alertmanagementstatus) | The status to set the alert. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatealertstatusalert"></a>`alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
+| <a id="mutationupdatealertstatusclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatealertstatuserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdatealertstatusissue"></a>`issue` | [`Issue`](#issue) | The issue created after mutation. |
+| <a id="mutationupdatealertstatustodo"></a>`todo` | [`Todo`](#todo) | The to-do item after mutation. |
+
+### `Mutation.updateBoard`
+
+Input type: `UpdateBoardInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateboardassigneeid"></a>`assigneeId` | [`UserID`](#userid) | ID of user to be assigned to the board. |
+| <a id="mutationupdateboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateboardhidebackloglist"></a>`hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
+| <a id="mutationupdateboardhideclosedlist"></a>`hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
+| <a id="mutationupdateboardid"></a>`id` | [`BoardID!`](#boardid) | The board global ID. |
+| <a id="mutationupdateboarditerationid"></a>`iterationId` | [`IterationID`](#iterationid) | ID of iteration to be assigned to the board. |
+| <a id="mutationupdateboardlabelids"></a>`labelIds` | [`[LabelID!]`](#labelid) | IDs of labels to be added to the board. |
+| <a id="mutationupdateboardlabels"></a>`labels` | [`[String!]`](#string) | Labels of the issue. |
+| <a id="mutationupdateboardmilestoneid"></a>`milestoneId` | [`MilestoneID`](#milestoneid) | ID of milestone to be assigned to the board. |
+| <a id="mutationupdateboardname"></a>`name` | [`String`](#string) | The board name. |
+| <a id="mutationupdateboardweight"></a>`weight` | [`Int`](#int) | Weight value to be assigned to the board. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateboardboard"></a>`board` | [`Board`](#board) | The board after mutation. |
+| <a id="mutationupdateboardclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateboarderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.updateBoardEpicUserPreferences`
+
+Input type: `UpdateBoardEpicUserPreferencesInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateboardepicuserpreferencesboardid"></a>`boardId` | [`BoardID!`](#boardid) | The board global ID. |
+| <a id="mutationupdateboardepicuserpreferencesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateboardepicuserpreferencescollapsed"></a>`collapsed` | [`Boolean!`](#boolean) | Whether the epic should be collapsed in the board. |
+| <a id="mutationupdateboardepicuserpreferencesepicid"></a>`epicId` | [`EpicID!`](#epicid) | ID of an epic to set preferences for. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateboardepicuserpreferencesclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateboardepicuserpreferencesepicuserpreferences"></a>`epicUserPreferences` | [`BoardEpicUserPreferences`](#boardepicuserpreferences) | User preferences for the epic in the board after mutation. |
+| <a id="mutationupdateboardepicuserpreferenceserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.updateBoardList`
+
+Input type: `UpdateBoardListInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateboardlistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateboardlistcollapsed"></a>`collapsed` | [`Boolean`](#boolean) | Indicates if the list is collapsed for this user. |
+| <a id="mutationupdateboardlistlistid"></a>`listId` | [`ListID!`](#listid) | Global ID of the list. |
+| <a id="mutationupdateboardlistposition"></a>`position` | [`Int`](#int) | Position of list within the board. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateboardlistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateboardlisterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdateboardlistlist"></a>`list` | [`BoardList`](#boardlist) | Mutated list. |
+
+### `Mutation.updateComplianceFramework`
+
+Input type: `UpdateComplianceFrameworkInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatecomplianceframeworkclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatecomplianceframeworkid"></a>`id` | [`ComplianceManagementFrameworkID!`](#compliancemanagementframeworkid) | The global ID of the compliance framework to update. |
+| <a id="mutationupdatecomplianceframeworkparams"></a>`params` | [`ComplianceFrameworkInput!`](#complianceframeworkinput) | Parameters to update the compliance framework with. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatecomplianceframeworkclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatecomplianceframeworkcomplianceframework"></a>`complianceFramework` | [`ComplianceFramework`](#complianceframework) | The compliance framework after mutation. |
+| <a id="mutationupdatecomplianceframeworkerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.updateContainerExpirationPolicy`
+
+Input type: `UpdateContainerExpirationPolicyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatecontainerexpirationpolicycadence"></a>`cadence` | [`ContainerExpirationPolicyCadenceEnum`](#containerexpirationpolicycadenceenum) | This container expiration policy schedule. |
+| <a id="mutationupdatecontainerexpirationpolicyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatecontainerexpirationpolicyenabled"></a>`enabled` | [`Boolean`](#boolean) | Indicates whether this container expiration policy is enabled. |
+| <a id="mutationupdatecontainerexpirationpolicykeepn"></a>`keepN` | [`ContainerExpirationPolicyKeepEnum`](#containerexpirationpolicykeepenum) | Number of tags to retain. |
+| <a id="mutationupdatecontainerexpirationpolicynameregex"></a>`nameRegex` | [`UntrustedRegexp`](#untrustedregexp) | Tags with names matching this regex pattern will expire. |
+| <a id="mutationupdatecontainerexpirationpolicynameregexkeep"></a>`nameRegexKeep` | [`UntrustedRegexp`](#untrustedregexp) | Tags with names matching this regex pattern will be preserved. |
+| <a id="mutationupdatecontainerexpirationpolicyolderthan"></a>`olderThan` | [`ContainerExpirationPolicyOlderThanEnum`](#containerexpirationpolicyolderthanenum) | Tags older that this will expire. |
+| <a id="mutationupdatecontainerexpirationpolicyprojectpath"></a>`projectPath` | [`ID!`](#id) | The project path where the container expiration policy is located. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatecontainerexpirationpolicyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatecontainerexpirationpolicycontainerexpirationpolicy"></a>`containerExpirationPolicy` | [`ContainerExpirationPolicy`](#containerexpirationpolicy) | The container expiration policy after mutation. |
+| <a id="mutationupdatecontainerexpirationpolicyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.updateEpic`
+
+Input type: `UpdateEpicInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateepicaddlabelids"></a>`addLabelIds` | [`[ID!]`](#id) | The IDs of labels to be added to the epic. |
+| <a id="mutationupdateepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateepicconfidential"></a>`confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
+| <a id="mutationupdateepicdescription"></a>`description` | [`String`](#string) | The description of the epic. |
+| <a id="mutationupdateepicduedatefixed"></a>`dueDateFixed` | [`String`](#string) | The end date of the epic. |
+| <a id="mutationupdateepicduedateisfixed"></a>`dueDateIsFixed` | [`Boolean`](#boolean) | Indicates end date should be sourced from due_date_fixed field not the issue milestones. |
+| <a id="mutationupdateepicgrouppath"></a>`groupPath` | [`ID!`](#id) | The group the epic to mutate is in. |
+| <a id="mutationupdateepiciid"></a>`iid` | [`ID!`](#id) | The IID of the epic to mutate. |
+| <a id="mutationupdateepicremovelabelids"></a>`removeLabelIds` | [`[ID!]`](#id) | The IDs of labels to be removed from the epic. |
+| <a id="mutationupdateepicstartdatefixed"></a>`startDateFixed` | [`String`](#string) | The start date of the epic. |
+| <a id="mutationupdateepicstartdateisfixed"></a>`startDateIsFixed` | [`Boolean`](#boolean) | Indicates start date should be sourced from start_date_fixed field not the issue milestones. |
+| <a id="mutationupdateepicstateevent"></a>`stateEvent` | [`EpicStateEvent`](#epicstateevent) | State event for the epic. |
+| <a id="mutationupdateepictitle"></a>`title` | [`String`](#string) | The title of the epic. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateepicclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateepicepic"></a>`epic` | [`Epic`](#epic) | The epic after mutation. |
+| <a id="mutationupdateepicerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.updateEpicBoardList`
+
+Input type: `UpdateEpicBoardListInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateepicboardlistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateepicboardlistcollapsed"></a>`collapsed` | [`Boolean`](#boolean) | Indicates if the list is collapsed for this user. |
+| <a id="mutationupdateepicboardlistlistid"></a>`listId` | [`BoardsEpicListID!`](#boardsepiclistid) | Global ID of the epic list. |
+| <a id="mutationupdateepicboardlistposition"></a>`position` | [`Int`](#int) | Position of list within the board. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateepicboardlistclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateepicboardlisterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdateepicboardlistlist"></a>`list` | [`EpicList`](#epiclist) | Mutated epic list. |
+
+### `Mutation.updateImageDiffNote`
+
+Updates a DiffNote on an image (a `Note` where the `position.positionType` is `"image"`).
+If the body of the Note contains only quick actions,
+the Note will be destroyed during the update, and no Note will be
+returned.
+
+Input type: `UpdateImageDiffNoteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateimagediffnotebody"></a>`body` | [`String`](#string) | Content of the note. |
+| <a id="mutationupdateimagediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateimagediffnoteid"></a>`id` | [`NoteID!`](#noteid) | The global ID of the note to update. |
+| <a id="mutationupdateimagediffnoteposition"></a>`position` | [`UpdateDiffImagePositionInput`](#updatediffimagepositioninput) | The position of this note on a diff. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateimagediffnoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateimagediffnoteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdateimagediffnotenote"></a>`note` | [`Note`](#note) | The note after mutation. |
+
+### `Mutation.updateIssue`
+
+Input type: `UpdateIssueInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateissueaddlabelids"></a>`addLabelIds` | [`[ID!]`](#id) | The IDs of labels to be added to the issue. |
+| <a id="mutationupdateissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateissueconfidential"></a>`confidential` | [`Boolean`](#boolean) | Indicates the issue is confidential. |
+| <a id="mutationupdateissuedescription"></a>`description` | [`String`](#string) | Description of the issue. |
+| <a id="mutationupdateissueduedate"></a>`dueDate` | [`ISO8601Date`](#iso8601date) | Due date of the issue. |
+| <a id="mutationupdateissueepicid"></a>`epicId` | [`EpicID`](#epicid) | The ID of the parent epic. NULL when removing the association. |
+| <a id="mutationupdateissuehealthstatus"></a>`healthStatus` | [`HealthStatus`](#healthstatus) | The desired health status. |
+| <a id="mutationupdateissueiid"></a>`iid` | [`String!`](#string) | The IID of the issue to mutate. |
+| <a id="mutationupdateissuelocked"></a>`locked` | [`Boolean`](#boolean) | Indicates discussion is locked on the issue. |
+| <a id="mutationupdateissuemilestoneid"></a>`milestoneId` | [`ID`](#id) | The ID of the milestone to assign to the issue. On update milestone will be removed if set to null. |
+| <a id="mutationupdateissueprojectpath"></a>`projectPath` | [`ID!`](#id) | The project the issue to mutate is in. |
+| <a id="mutationupdateissueremovelabelids"></a>`removeLabelIds` | [`[ID!]`](#id) | The IDs of labels to be removed from the issue. |
+| <a id="mutationupdateissuestateevent"></a>`stateEvent` | [`IssueStateEvent`](#issuestateevent) | Close or reopen an issue. |
+| <a id="mutationupdateissuetitle"></a>`title` | [`String`](#string) | Title of the issue. |
+| <a id="mutationupdateissueweight"></a>`weight` | [`Int`](#int) | The weight of the issue. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateissueclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateissueerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdateissueissue"></a>`issue` | [`Issue`](#issue) | The issue after mutation. |
+
+### `Mutation.updateIteration`
+
+Input type: `UpdateIterationInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateiterationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateiterationdescription"></a>`description` | [`String`](#string) | Description of the iteration. |
+| <a id="mutationupdateiterationduedate"></a>`dueDate` | [`String`](#string) | End date of the iteration. |
+| <a id="mutationupdateiterationgrouppath"></a>`groupPath` | [`ID!`](#id) | Group of the iteration. |
+| <a id="mutationupdateiterationid"></a>`id` | [`ID!`](#id) | Global ID of the iteration. |
+| <a id="mutationupdateiterationstartdate"></a>`startDate` | [`String`](#string) | Start date of the iteration. |
+| <a id="mutationupdateiterationtitle"></a>`title` | [`String`](#string) | Title of the iteration. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdateiterationclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdateiterationerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdateiterationiteration"></a>`iteration` | [`Iteration`](#iteration) | Updated iteration. |
+
+### `Mutation.updateNamespacePackageSettings`
+
+Input type: `UpdateNamespacePackageSettingsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatenamespacepackagesettingsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatenamespacepackagesettingsmavenduplicateexceptionregex"></a>`mavenDuplicateExceptionRegex` | [`UntrustedRegexp`](#untrustedregexp) | When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect. |
+| <a id="mutationupdatenamespacepackagesettingsmavenduplicatesallowed"></a>`mavenDuplicatesAllowed` | [`Boolean`](#boolean) | Indicates whether duplicate Maven packages are allowed for this namespace. |
+| <a id="mutationupdatenamespacepackagesettingsnamespacepath"></a>`namespacePath` | [`ID!`](#id) | The namespace path where the namespace package setting is located. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatenamespacepackagesettingsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatenamespacepackagesettingserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdatenamespacepackagesettingspackagesettings"></a>`packageSettings` | [`PackageSettings`](#packagesettings) | The namespace package setting after mutation. |
+
+### `Mutation.updateNote`
+
+Updates a Note.
+If the body of the Note contains only quick actions,
+the Note will be destroyed during the update, and no Note will be
+returned.
+
+Input type: `UpdateNoteInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatenotebody"></a>`body` | [`String`](#string) | Content of the note. |
+| <a id="mutationupdatenoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatenoteconfidential"></a>`confidential` | [`Boolean`](#boolean) | The confidentiality flag of a note. Default is false. |
+| <a id="mutationupdatenoteid"></a>`id` | [`NoteID!`](#noteid) | The global ID of the note to update. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatenoteclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatenoteerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdatenotenote"></a>`note` | [`Note`](#note) | The note after mutation. |
+
+### `Mutation.updateRequirement`
+
+Input type: `UpdateRequirementInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdaterequirementclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdaterequirementdescription"></a>`description` | [`String`](#string) | Description of the requirement. |
+| <a id="mutationupdaterequirementiid"></a>`iid` | [`String!`](#string) | The IID of the requirement to update. |
+| <a id="mutationupdaterequirementlasttestreportstate"></a>`lastTestReportState` | [`TestReportState`](#testreportstate) | Creates a test report for the requirement with the given state. |
+| <a id="mutationupdaterequirementprojectpath"></a>`projectPath` | [`ID!`](#id) | Full project path the requirement is associated with. |
+| <a id="mutationupdaterequirementstate"></a>`state` | [`RequirementState`](#requirementstate) | State of the requirement. |
+| <a id="mutationupdaterequirementtitle"></a>`title` | [`String`](#string) | Title of the requirement. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdaterequirementclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdaterequirementerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdaterequirementrequirement"></a>`requirement` | [`Requirement`](#requirement) | Requirement after mutation. |
+
+### `Mutation.updateSnippet`
+
+Input type: `UpdateSnippetInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatesnippetblobactions"></a>`blobActions` | [`[SnippetBlobActionInputType!]`](#snippetblobactioninputtype) | Actions to perform over the snippet repository and blobs. |
+| <a id="mutationupdatesnippetcaptcharesponse"></a>`captchaResponse` **{warning-solid}** | [`String`](#string) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationupdatesnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatesnippetdescription"></a>`description` | [`String`](#string) | Description of the snippet. |
+| <a id="mutationupdatesnippetid"></a>`id` | [`SnippetID!`](#snippetid) | The global ID of the snippet to update. |
+| <a id="mutationupdatesnippetspamlogid"></a>`spamLogId` **{warning-solid}** | [`Int`](#int) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationupdatesnippettitle"></a>`title` | [`String`](#string) | Title of the snippet. |
+| <a id="mutationupdatesnippetvisibilitylevel"></a>`visibilityLevel` | [`VisibilityLevelsEnum`](#visibilitylevelsenum) | The visibility level of the snippet. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationupdatesnippetcaptchasitekey"></a>`captchaSiteKey` **{warning-solid}** | [`String`](#string) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationupdatesnippetclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationupdatesnippeterrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationupdatesnippetneedscaptcharesponse"></a>`needsCaptchaResponse` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationupdatesnippetsnippet"></a>`snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
+| <a id="mutationupdatesnippetspam"></a>`spam` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+| <a id="mutationupdatesnippetspamlogid"></a>`spamLogId` **{warning-solid}** | [`Int`](#int) | **Deprecated:** Use spam protection with HTTP headers instead. Deprecated in 13.11. |
+
+### `Mutation.userCalloutCreate`
+
+Input type: `UserCalloutCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationusercalloutcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationusercalloutcreatefeaturename"></a>`featureName` | [`String!`](#string) | The feature name you want to dismiss the callout for. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationusercalloutcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationusercalloutcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationusercalloutcreateusercallout"></a>`userCallout` | [`UserCallout!`](#usercallout) | The user callout dismissed. |
+
+### `Mutation.vulnerabilityConfirm`
+
+Input type: `VulnerabilityConfirmInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityconfirmclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityconfirmid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | ID of the vulnerability to be confirmed. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityconfirmclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityconfirmerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationvulnerabilityconfirmvulnerability"></a>`vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after state change. |
+
+### `Mutation.vulnerabilityDismiss`
+
+Input type: `VulnerabilityDismissInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilitydismissclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilitydismisscomment"></a>`comment` | [`String`](#string) | Comment why vulnerability should be dismissed. |
+| <a id="mutationvulnerabilitydismissdismissalreason"></a>`dismissalReason` | [`VulnerabilityDismissalReason`](#vulnerabilitydismissalreason) | Reason why vulnerability should be dismissed. |
+| <a id="mutationvulnerabilitydismissid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | ID of the vulnerability to be dismissed. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilitydismissclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilitydismisserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationvulnerabilitydismissvulnerability"></a>`vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after dismissal. |
+
+### `Mutation.vulnerabilityExternalIssueLinkCreate`
+
+Input type: `VulnerabilityExternalIssueLinkCreateInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityexternalissuelinkcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityexternalissuelinkcreateexternaltracker"></a>`externalTracker` | [`VulnerabilityExternalIssueLinkExternalTracker!`](#vulnerabilityexternalissuelinkexternaltracker) | External tracker type of the external issue link. |
+| <a id="mutationvulnerabilityexternalissuelinkcreateid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | ID of the vulnerability. |
+| <a id="mutationvulnerabilityexternalissuelinkcreatelinktype"></a>`linkType` | [`VulnerabilityExternalIssueLinkType!`](#vulnerabilityexternalissuelinktype) | Type of the external issue link. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityexternalissuelinkcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityexternalissuelinkcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationvulnerabilityexternalissuelinkcreateexternalissuelink"></a>`externalIssueLink` | [`VulnerabilityExternalIssueLink`](#vulnerabilityexternalissuelink) | The created external issue link. |
+
+### `Mutation.vulnerabilityExternalIssueLinkDestroy`
+
+Input type: `VulnerabilityExternalIssueLinkDestroyInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityexternalissuelinkdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityexternalissuelinkdestroyid"></a>`id` | [`VulnerabilitiesExternalIssueLinkID!`](#vulnerabilitiesexternalissuelinkid) | The global ID of the vulnerability external issue link. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityexternalissuelinkdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityexternalissuelinkdestroyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+
+### `Mutation.vulnerabilityResolve`
+
+Input type: `VulnerabilityResolveInput`
+
#### Arguments
| Name | Type | Description |
| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityresolveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityresolveid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | ID of the vulnerability to be resolved. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityresolveclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityresolveerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationvulnerabilityresolvevulnerability"></a>`vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after state change. |
+
+### `Mutation.vulnerabilityRevertToDetected`
+
+Input type: `VulnerabilityRevertToDetectedInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityreverttodetectedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityreverttodetectedid"></a>`id` | [`VulnerabilityID!`](#vulnerabilityid) | ID of the vulnerability to be reverted. |
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mutationvulnerabilityreverttodetectedclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="mutationvulnerabilityreverttodetectederrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="mutationvulnerabilityreverttodetectedvulnerability"></a>`vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after revert. |
+
+## Connections
+
+Some types in our schema are `Connection` types - they represent a paginated
+collection of edges between two nodes in the graph. These follow the
+[Relay cursor connections specification](https://relay.dev/graphql/connections.htm).
+
+### Pagination arguments {#connection-pagination-arguments}
+
+All connection fields support the following pagination arguments:
+
+| Name | Type | Description |
+|------|------|-------------|
| `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
| `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
-| `endDate` | [`ISO8601Date!`](#iso8601date) | Last day for which to fetch vulnerability history. |
| `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
| `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
-| `startDate` | [`ISO8601Date!`](#iso8601date) | First day for which to fetch vulnerability history. |
-### `vulnerability`
+Since these arguments are common to all connection fields, they are not repeated for each connection.
-Find a vulnerability.
+### Connection fields
-Returns [`Vulnerability`](#vulnerability).
+All connections have at least the following fields:
-#### Arguments
+| Name | Type | Description |
+|------|------|-------------|
+| `pageInfo` | [`PageInfo!`](#pageinfo) | Pagination information. |
+| `edges` | `[edge!]` | The edges. |
+| `nodes` | `[item!]` | The items in the current page. |
+
+The precise type of `Edge` and `Item` depends on the kind of connection. A
+[`UserConnection`](#userconnection) will have nodes that have the type
+[`[User!]`](#user), and edges that have the type [`UserEdge`](#useredge).
+
+### Connection types
+
+Some of the types in the schema exist solely to model connections. Each connection
+has a distinct, named type, with a distinct named edge type. These are listed separately
+below.
+
+#### `AlertManagementAlertConnection`
+
+The connection type for [`AlertManagementAlert`](#alertmanagementalert).
+
+##### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
-| `id` | [`VulnerabilityID!`](#vulnerabilityid) | The Global ID of the Vulnerability. |
+| <a id="alertmanagementalertconnectionedges"></a>`edges` | [`[AlertManagementAlertEdge]`](#alertmanagementalertedge) | A list of edges. |
+| <a id="alertmanagementalertconnectionnodes"></a>`nodes` | [`[AlertManagementAlert]`](#alertmanagementalert) | A list of nodes. |
+| <a id="alertmanagementalertconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-## Object types
+#### `AlertManagementAlertEdge`
-Object types represent the resources that the GitLab GraphQL API can return.
-They contain _fields_. Each field has its own type, which will either be one of the
-basic GraphQL [scalar types](https://graphql.org/learn/schema/#scalar-types)
-(e.g.: `String` or `Boolean`) or other object types.
+The edge type for [`AlertManagementAlert`](#alertmanagementalert).
-For more information, see
-[Object Types and Fields](https://graphql.org/learn/schema/#object-types-and-fields)
-on `graphql.org`.
+##### Fields
-### `AccessLevel`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementalertedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="alertmanagementalertedgenode"></a>`node` | [`AlertManagementAlert`](#alertmanagementalert) | The item at the end of the edge. |
-Represents the access level of a relationship between a User and object that it is related to.
+#### `AlertManagementHttpIntegrationConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `integerValue` | [`Int`](#int) | Integer representation of access level. |
-| `stringValue` | [`AccessLevelEnum`](#accesslevelenum) | String representation of access level. |
+The connection type for [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration).
-### `AddAwardEmojiPayload`
+##### Fields
-Autogenerated return type of AddAwardEmoji.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementhttpintegrationconnectionedges"></a>`edges` | [`[AlertManagementHttpIntegrationEdge]`](#alertmanagementhttpintegrationedge) | A list of edges. |
+| <a id="alertmanagementhttpintegrationconnectionnodes"></a>`nodes` | [`[AlertManagementHttpIntegration]`](#alertmanagementhttpintegration) | A list of nodes. |
+| <a id="alertmanagementhttpintegrationconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### `AlertManagementHttpIntegrationEdge`
-### `AddProjectToSecurityDashboardPayload`
+The edge type for [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration).
-Autogenerated return type of AddProjectToSecurityDashboard.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `project` | [`Project`](#project) | Project that was added to the Instance Security Dashboard. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementhttpintegrationedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="alertmanagementhttpintegrationedgenode"></a>`node` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The item at the end of the edge. |
-### `AdminSidekiqQueuesDeleteJobsPayload`
+#### `AlertManagementIntegrationConnection`
-Autogenerated return type of AdminSidekiqQueuesDeleteJobs.
+The connection type for [`AlertManagementIntegration`](#alertmanagementintegration).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `result` | [`DeleteJobsResponse`](#deletejobsresponse) | Information about the status of the deletion request. |
+##### Fields
-### `AlertManagementAlert`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementintegrationconnectionedges"></a>`edges` | [`[AlertManagementIntegrationEdge]`](#alertmanagementintegrationedge) | A list of edges. |
+| <a id="alertmanagementintegrationconnectionnodes"></a>`nodes` | [`[AlertManagementIntegration]`](#alertmanagementintegration) | A list of nodes. |
+| <a id="alertmanagementintegrationconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Describes an alert from the project's Alert Management.
+#### `AlertManagementIntegrationEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `assignees` | [`UserConnection`](#userconnection) | Assignees of the alert. |
-| `createdAt` | [`Time`](#time) | Timestamp the alert was created. |
-| `description` | [`String`](#string) | Description of the alert. |
-| `details` | [`JSON`](#json) | Alert details. |
-| `detailsUrl` | [`String!`](#string) | The URL of the alert detail page. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `endedAt` | [`Time`](#time) | Timestamp the alert ended. |
-| `environment` | [`Environment`](#environment) | Environment for the alert. |
-| `eventCount` | [`Int`](#int) | Number of events of this alert. |
-| `hosts` | [`[String!]`](#string) | List of hosts the alert came from. |
-| `iid` | [`ID!`](#id) | Internal ID of the alert. |
-| `issue` | [`Issue`](#issue) | Issue attached to the alert. |
-| `issueIid` **{warning-solid}** | [`ID`](#id) | **Deprecated** in 13.10. Use issue field. |
-| `metricsDashboardUrl` | [`String`](#string) | URL for metrics embed for the alert. |
-| `monitoringTool` | [`String`](#string) | Monitoring tool the alert came from. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `prometheusAlert` | [`PrometheusAlert`](#prometheusalert) | The alert condition for Prometheus. |
-| `runbook` | [`String`](#string) | Runbook for the alert as defined in alert details. |
-| `service` | [`String`](#string) | Service the alert came from. |
-| `severity` | [`AlertManagementSeverity`](#alertmanagementseverity) | Severity of the alert. |
-| `startedAt` | [`Time`](#time) | Timestamp the alert was raised. |
-| `status` | [`AlertManagementStatus`](#alertmanagementstatus) | Status of the alert. |
-| `title` | [`String`](#string) | Title of the alert. |
-| `todos` | [`TodoConnection`](#todoconnection) | To-do items of the current user for the alert. |
-| `updatedAt` | [`Time`](#time) | Timestamp the alert was last updated. |
-
-### `AlertManagementAlertConnection`
-
-The connection type for AlertManagementAlert.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[AlertManagementAlertEdge]`](#alertmanagementalertedge) | A list of edges. |
-| `nodes` | [`[AlertManagementAlert]`](#alertmanagementalert) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `AlertManagementAlertEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`AlertManagementAlert`](#alertmanagementalert) | The item at the end of the edge. |
+The edge type for [`AlertManagementIntegration`](#alertmanagementintegration).
-### `AlertManagementAlertStatusCountsType`
+##### Fields
-Represents total number of alerts for the represented categories.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementintegrationedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="alertmanagementintegrationedgenode"></a>`node` | [`AlertManagementIntegration`](#alertmanagementintegration) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `acknowledged` | [`Int`](#int) | Number of alerts with status ACKNOWLEDGED for the project. |
-| `all` | [`Int`](#int) | Total number of alerts for the project. |
-| `ignored` | [`Int`](#int) | Number of alerts with status IGNORED for the project. |
-| `open` | [`Int`](#int) | Number of alerts with status TRIGGERED or ACKNOWLEDGED for the project. |
-| `resolved` | [`Int`](#int) | Number of alerts with status RESOLVED for the project. |
-| `triggered` | [`Int`](#int) | Number of alerts with status TRIGGERED for the project. |
+#### `AwardEmojiConnection`
-### `AlertManagementHttpIntegration`
+The connection type for [`AwardEmoji`](#awardemoji).
-An endpoint and credentials used to accept alerts for a project.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean`](#boolean) | Whether the endpoint is currently accepting alerts. |
-| `apiUrl` | [`String`](#string) | URL at which Prometheus metrics can be queried to populate the metrics dashboard. |
-| `id` | [`ID!`](#id) | ID of the integration. |
-| `name` | [`String`](#string) | Name of the integration. |
-| `payloadAlertFields` | [`[AlertManagementPayloadAlertField!]`](#alertmanagementpayloadalertfield) | Extract alert fields from payload example for custom mapping. |
-| `payloadAttributeMappings` | [`[AlertManagementPayloadAlertMappingField!]`](#alertmanagementpayloadalertmappingfield) | The custom mapping of GitLab alert attributes to fields from the payload_example. |
-| `payloadExample` | [`JsonString`](#jsonstring) | The example of an alert payload. |
-| `token` | [`String`](#string) | Token used to authenticate alert notification requests. |
-| `type` | [`AlertManagementIntegrationType!`](#alertmanagementintegrationtype) | Type of integration. |
-| `url` | [`String`](#string) | Endpoint which accepts alert notifications. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="awardemojiconnectionedges"></a>`edges` | [`[AwardEmojiEdge]`](#awardemojiedge) | A list of edges. |
+| <a id="awardemojiconnectionnodes"></a>`nodes` | [`[AwardEmoji]`](#awardemoji) | A list of nodes. |
+| <a id="awardemojiconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `AlertManagementHttpIntegrationConnection`
+#### `AwardEmojiEdge`
-The connection type for AlertManagementHttpIntegration.
+The edge type for [`AwardEmoji`](#awardemoji).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[AlertManagementHttpIntegrationEdge]`](#alertmanagementhttpintegrationedge) | A list of edges. |
-| `nodes` | [`[AlertManagementHttpIntegration]`](#alertmanagementhttpintegration) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `AlertManagementHttpIntegrationEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="awardemojiedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="awardemojiedgenode"></a>`node` | [`AwardEmoji`](#awardemoji) | The item at the end of the edge. |
-An edge in a connection.
+#### `BlobConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The item at the end of the edge. |
+The connection type for [`Blob`](#blob).
-### `AlertManagementIntegrationConnection`
+##### Fields
-The connection type for AlertManagementIntegration.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="blobconnectionedges"></a>`edges` | [`[BlobEdge]`](#blobedge) | A list of edges. |
+| <a id="blobconnectionnodes"></a>`nodes` | [`[Blob]`](#blob) | A list of nodes. |
+| <a id="blobconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[AlertManagementIntegrationEdge]`](#alertmanagementintegrationedge) | A list of edges. |
-| `nodes` | [`[AlertManagementIntegration]`](#alertmanagementintegration) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### `BlobEdge`
-### `AlertManagementIntegrationEdge`
+The edge type for [`Blob`](#blob).
-An edge in a connection.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`AlertManagementIntegration`](#alertmanagementintegration) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="blobedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="blobedgenode"></a>`node` | [`Blob`](#blob) | The item at the end of the edge. |
-### `AlertManagementPayloadAlertField`
+#### `BoardConnection`
-Parsed field from an alert used for custom mappings.
+The connection type for [`Board`](#board).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `label` | [`String`](#string) | Human-readable label of the payload path. |
-| `path` | [`[PayloadAlertFieldPathSegment!]`](#payloadalertfieldpathsegment) | Path to value inside payload JSON. |
-| `type` | [`AlertManagementPayloadAlertFieldType`](#alertmanagementpayloadalertfieldtype) | Type of the parsed value. |
+##### Fields
-### `AlertManagementPayloadAlertMappingField`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardconnectionedges"></a>`edges` | [`[BoardEdge]`](#boardedge) | A list of edges. |
+| <a id="boardconnectionnodes"></a>`nodes` | [`[Board]`](#board) | A list of nodes. |
+| <a id="boardconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Parsed field (with its name) from an alert used for custom mappings.
+#### `BoardEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `fieldName` | [`AlertManagementPayloadAlertFieldName`](#alertmanagementpayloadalertfieldname) | A GitLab alert field name. |
-| `label` | [`String`](#string) | Human-readable label of the payload path. |
-| `path` | [`[PayloadAlertFieldPathSegment!]`](#payloadalertfieldpathsegment) | Path to value inside payload JSON. |
-| `type` | [`AlertManagementPayloadAlertFieldType`](#alertmanagementpayloadalertfieldtype) | Type of the parsed value. |
+The edge type for [`Board`](#board).
-### `AlertManagementPrometheusIntegration`
+##### Fields
-An endpoint and credentials used to accept Prometheus alerts for a project.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="boardedgenode"></a>`node` | [`Board`](#board) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean`](#boolean) | Whether the endpoint is currently accepting alerts. |
-| `apiUrl` | [`String`](#string) | URL at which Prometheus metrics can be queried to populate the metrics dashboard. |
-| `id` | [`ID!`](#id) | ID of the integration. |
-| `name` | [`String`](#string) | Name of the integration. |
-| `token` | [`String`](#string) | Token used to authenticate alert notification requests. |
-| `type` | [`AlertManagementIntegrationType!`](#alertmanagementintegrationtype) | Type of integration. |
-| `url` | [`String`](#string) | Endpoint which accepts alert notifications. |
+#### `BoardEpicConnection`
-### `AlertSetAssigneesPayload`
+The connection type for [`BoardEpic`](#boardepic).
-Autogenerated return type of AlertSetAssignees.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue created after mutation. |
-| `todo` | [`Todo`](#todo) | The to-do item after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepicconnectionedges"></a>`edges` | [`[BoardEpicEdge]`](#boardepicedge) | A list of edges. |
+| <a id="boardepicconnectionnodes"></a>`nodes` | [`[BoardEpic]`](#boardepic) | A list of nodes. |
+| <a id="boardepicconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `AlertTodoCreatePayload`
+#### `BoardEpicEdge`
-Autogenerated return type of AlertTodoCreate.
+The edge type for [`BoardEpic`](#boardepic).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue created after mutation. |
-| `todo` | [`Todo`](#todo) | The to-do item after mutation. |
+##### Fields
-### `ApiFuzzingCiConfiguration`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepicedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="boardepicedgenode"></a>`node` | [`BoardEpic`](#boardepic) | The item at the end of the edge. |
-Data associated with configuring API fuzzing scans in GitLab CI.
+#### `BoardListConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `scanModes` | [`[ApiFuzzingScanMode!]`](#apifuzzingscanmode) | All available scan modes. |
-| `scanProfiles` | [`[ApiFuzzingScanProfile!]`](#apifuzzingscanprofile) | All default scan profiles. |
+The connection type for [`BoardList`](#boardlist).
-### `ApiFuzzingCiConfigurationCreatePayload`
+##### Fields
-Autogenerated return type of ApiFuzzingCiConfigurationCreate.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardlistconnectionedges"></a>`edges` | [`[BoardListEdge]`](#boardlistedge) | A list of edges. |
+| <a id="boardlistconnectionnodes"></a>`nodes` | [`[BoardList]`](#boardlist) | A list of nodes. |
+| <a id="boardlistconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `configurationYaml` | [`String`](#string) | A YAML snippet that can be inserted into the project's `.gitlab-ci.yml` to set up API fuzzing scans. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `gitlabCiYamlEditPath` | [`String`](#string) | The location at which the project's `.gitlab-ci.yml` file can be edited in the browser. |
+#### `BoardListEdge`
-### `ApiFuzzingScanProfile`
+The edge type for [`BoardList`](#boardlist).
-An API Fuzzing scan profile.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | A short description of the profile. |
-| `name` | [`String`](#string) | The unique name of the profile. |
-| `yaml` | [`String`](#string) | A syntax highlit HTML representation of the YAML. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardlistedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="boardlistedgenode"></a>`node` | [`BoardList`](#boardlist) | The item at the end of the edge. |
-### `ApprovalRule`
+#### `CiBuildNeedConnection`
-Describes a rule for who can approve merge requests.
+The connection type for [`CiBuildNeed`](#cibuildneed).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `id` | [`GlobalID!`](#globalid) | ID of the rule. |
-| `name` | [`String`](#string) | Name of the rule. |
-| `type` | [`ApprovalRuleType`](#approvalruletype) | Type of the rule. |
+##### Fields
-### `AwardEmoji`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cibuildneedconnectionedges"></a>`edges` | [`[CiBuildNeedEdge]`](#cibuildneededge) | A list of edges. |
+| <a id="cibuildneedconnectionnodes"></a>`nodes` | [`[CiBuildNeed]`](#cibuildneed) | A list of nodes. |
+| <a id="cibuildneedconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-An emoji awarded by a user.
+#### `CiBuildNeedEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String!`](#string) | The emoji description. |
-| `emoji` | [`String!`](#string) | The emoji as an icon. |
-| `name` | [`String!`](#string) | The emoji name. |
-| `unicode` | [`String!`](#string) | The emoji in Unicode. |
-| `unicodeVersion` | [`String!`](#string) | The Unicode version for this emoji. |
-| `user` | [`User!`](#user) | The user who awarded the emoji. |
+The edge type for [`CiBuildNeed`](#cibuildneed).
-### `AwardEmojiAddPayload`
+##### Fields
-Autogenerated return type of AwardEmojiAdd.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cibuildneededgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="cibuildneededgenode"></a>`node` | [`CiBuildNeed`](#cibuildneed) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### `CiConfigGroupConnection`
-### `AwardEmojiConnection`
+The connection type for [`CiConfigGroup`](#ciconfiggroup).
-The connection type for AwardEmoji.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[AwardEmojiEdge]`](#awardemojiedge) | A list of edges. |
-| `nodes` | [`[AwardEmoji]`](#awardemoji) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfiggroupconnectionedges"></a>`edges` | [`[CiConfigGroupEdge]`](#ciconfiggroupedge) | A list of edges. |
+| <a id="ciconfiggroupconnectionnodes"></a>`nodes` | [`[CiConfigGroup]`](#ciconfiggroup) | A list of nodes. |
+| <a id="ciconfiggroupconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `AwardEmojiEdge`
+#### `CiConfigGroupEdge`
-An edge in a connection.
+The edge type for [`CiConfigGroup`](#ciconfiggroup).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`AwardEmoji`](#awardemoji) | The item at the end of the edge. |
+##### Fields
-### `AwardEmojiRemovePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfiggroupedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="ciconfiggroupedgenode"></a>`node` | [`CiConfigGroup`](#ciconfiggroup) | The item at the end of the edge. |
-Autogenerated return type of AwardEmojiRemove.
+#### `CiConfigJobConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+The connection type for [`CiConfigJob`](#ciconfigjob).
-### `AwardEmojiTogglePayload`
+##### Fields
-Autogenerated return type of AwardEmojiToggle.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigjobconnectionedges"></a>`edges` | [`[CiConfigJobEdge]`](#ciconfigjobedge) | A list of edges. |
+| <a id="ciconfigjobconnectionnodes"></a>`nodes` | [`[CiConfigJob]`](#ciconfigjob) | A list of nodes. |
+| <a id="ciconfigjobconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `toggledOn` | [`Boolean!`](#boolean) | Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
+#### `CiConfigJobEdge`
-### `BaseService`
+The edge type for [`CiConfigJob`](#ciconfigjob).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean`](#boolean) | Indicates if the service is active. |
-| `type` | [`String`](#string) | Class name of the service. |
+##### Fields
-### `Blob`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigjobedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="ciconfigjobedgenode"></a>`node` | [`CiConfigJob`](#ciconfigjob) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `flatPath` | [`String!`](#string) | Flat path of the entry. |
-| `id` | [`ID!`](#id) | ID of the entry. |
-| `lfsOid` | [`String`](#string) | LFS ID of the blob. |
-| `mode` | [`String`](#string) | Blob mode in numeric format. |
-| `name` | [`String!`](#string) | Name of the entry. |
-| `path` | [`String!`](#string) | Path of the entry. |
-| `sha` | [`String!`](#string) | Last commit SHA for the entry. |
-| `type` | [`EntryType!`](#entrytype) | Type of tree entry. |
-| `webPath` | [`String`](#string) | Web path of the blob. |
-| `webUrl` | [`String`](#string) | Web URL of the blob. |
+#### `CiConfigNeedConnection`
-### `BlobConnection`
+The connection type for [`CiConfigNeed`](#ciconfigneed).
-The connection type for Blob.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[BlobEdge]`](#blobedge) | A list of edges. |
-| `nodes` | [`[Blob]`](#blob) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigneedconnectionedges"></a>`edges` | [`[CiConfigNeedEdge]`](#ciconfigneededge) | A list of edges. |
+| <a id="ciconfigneedconnectionnodes"></a>`nodes` | [`[CiConfigNeed]`](#ciconfigneed) | A list of nodes. |
+| <a id="ciconfigneedconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `BlobEdge`
+#### `CiConfigNeedEdge`
-An edge in a connection.
+The edge type for [`CiConfigNeed`](#ciconfigneed).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Blob`](#blob) | The item at the end of the edge. |
+##### Fields
-### `Board`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigneededgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="ciconfigneededgenode"></a>`node` | [`CiConfigNeed`](#ciconfigneed) | The item at the end of the edge. |
-Represents a project or group issue board.
+#### `CiConfigStageConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `assignee` | [`User`](#user) | The board assignee. |
-| `createdAt` | [`Time!`](#time) | Timestamp of when the board was created. |
-| `epics` | [`BoardEpicConnection`](#boardepicconnection) | Epics associated with board issues. |
-| `hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
-| `hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
-| `id` | [`ID!`](#id) | ID (global ID) of the board. |
-| `iteration` | [`Iteration`](#iteration) | The board iteration. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels of the board. |
-| `lists` | [`BoardListConnection`](#boardlistconnection) | Lists of the board. |
-| `milestone` | [`Milestone`](#milestone) | The board milestone. |
-| `name` | [`String`](#string) | Name of the board. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of when the board was last updated. |
-| `webPath` | [`String!`](#string) | Web path of the board. |
-| `webUrl` | [`String!`](#string) | Web URL of the board. |
-| `weight` | [`Int`](#int) | Weight of the board. |
-
-### `BoardConnection`
-
-The connection type for Board.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[BoardEdge]`](#boardedge) | A list of edges. |
-| `nodes` | [`[Board]`](#board) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `BoardEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Board`](#board) | The item at the end of the edge. |
+The connection type for [`CiConfigStage`](#ciconfigstage).
-### `BoardEpic`
+##### Fields
-Represents an epic on an issue board.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigstageconnectionedges"></a>`edges` | [`[CiConfigStageEdge]`](#ciconfigstageedge) | A list of edges. |
+| <a id="ciconfigstageconnectionnodes"></a>`nodes` | [`[CiConfigStage]`](#ciconfigstage) | A list of nodes. |
+| <a id="ciconfigstageconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `author` | [`User!`](#user) | Author of the epic. |
-| `awardEmoji` | [`AwardEmojiConnection`](#awardemojiconnection) | A list of award emojis associated with the epic. |
-| `children` | [`EpicConnection`](#epicconnection) | Children (sub-epics) of the epic. |
-| `closedAt` | [`Time`](#time) | Timestamp of when the epic was closed. |
-| `confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
-| `createdAt` | [`Time`](#time) | Timestamp of when the epic was created. |
-| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
-| `descendantCounts` | [`EpicDescendantCount`](#epicdescendantcount) | Number of open and closed descendant epics and issues. |
-| `descendantWeightSum` | [`EpicDescendantWeights`](#epicdescendantweights) | Total weight of open and closed issues in the epic and its descendants. |
-| `description` | [`String`](#string) | Description of the epic. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `downvotes` | [`Int!`](#int) | Number of downvotes the epic has received. |
-| `dueDate` | [`Time`](#time) | Due date of the epic. |
-| `dueDateFixed` | [`Time`](#time) | Fixed due date of the epic. |
-| `dueDateFromMilestones` | [`Time`](#time) | Inherited due date of the epic from milestones. |
-| `dueDateIsFixed` | [`Boolean`](#boolean) | Indicates if the due date has been manually set. |
-| `events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
-| `group` | [`Group!`](#group) | Group to which the epic belongs. |
-| `hasChildren` | [`Boolean!`](#boolean) | Indicates if the epic has children. |
-| `hasIssues` | [`Boolean!`](#boolean) | Indicates if the epic has direct issues. |
-| `hasParent` | [`Boolean!`](#boolean) | Indicates if the epic has a parent epic. |
-| `healthStatus` | [`EpicHealthStatus`](#epichealthstatus) | Current health status of the epic. |
-| `id` | [`ID!`](#id) | ID of the epic. |
-| `iid` | [`ID!`](#id) | Internal ID of the epic. |
-| `issues` | [`EpicIssueConnection`](#epicissueconnection) | A list of issues associated with the epic. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels assigned to the epic. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `parent` | [`Epic`](#epic) | Parent epic of the epic. |
-| `participants` | [`UserConnection`](#userconnection) | List of participants for the epic. |
-| `reference` | [`String!`](#string) | Internal reference of the epic. Returned in shortened format by default. |
-| `relationPath` | [`String`](#string) | URI path of the epic-issue relationship. |
-| `relativePosition` | [`Int`](#int) | The relative position of the epic in the epic tree. |
-| `startDate` | [`Time`](#time) | Start date of the epic. |
-| `startDateFixed` | [`Time`](#time) | Fixed start date of the epic. |
-| `startDateFromMilestones` | [`Time`](#time) | Inherited start date of the epic from milestones. |
-| `startDateIsFixed` | [`Boolean`](#boolean) | Indicates if the start date has been manually set. |
-| `state` | [`EpicState!`](#epicstate) | State of the epic. |
-| `subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the epic. |
-| `title` | [`String`](#string) | Title of the epic. |
-| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
-| `updatedAt` | [`Time`](#time) | Timestamp of when the epic was updated. |
-| `upvotes` | [`Int!`](#int) | Number of upvotes the epic has received. |
-| `userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the epic. |
-| `userNotesCount` | [`Int!`](#int) | Number of user notes of the epic. |
-| `userPermissions` | [`EpicPermissions!`](#epicpermissions) | Permissions for the current user on the resource. |
-| `userPreferences` | [`BoardEpicUserPreferences`](#boardepicuserpreferences) | User preferences for the epic on the issue board. |
-| `webPath` | [`String!`](#string) | Web path of the epic. |
-| `webUrl` | [`String!`](#string) | Web URL of the epic. |
-
-### `BoardEpicConnection`
-
-The connection type for BoardEpic.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[BoardEpicEdge]`](#boardepicedge) | A list of edges. |
-| `nodes` | [`[BoardEpic]`](#boardepic) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `BoardEpicEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`BoardEpic`](#boardepic) | The item at the end of the edge. |
+#### `CiConfigStageEdge`
-### `BoardEpicUserPreferences`
+The edge type for [`CiConfigStage`](#ciconfigstage).
-Represents user preferences for a board epic.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `collapsed` | [`Boolean!`](#boolean) | Indicates epic should be displayed as collapsed. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigstageedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="ciconfigstageedgenode"></a>`node` | [`CiConfigStage`](#ciconfigstage) | The item at the end of the edge. |
-### `BoardList`
+#### `CiGroupConnection`
-Represents a list for an issue board.
+The connection type for [`CiGroup`](#cigroup).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `assignee` | [`User`](#user) | Assignee in the list. |
-| `collapsed` | [`Boolean`](#boolean) | Indicates if the list is collapsed for this user. |
-| `id` | [`ID!`](#id) | ID (global ID) of the list. |
-| `issues` | [`IssueConnection`](#issueconnection) | Board issues. |
-| `issuesCount` | [`Int`](#int) | Count of issues in the list. |
-| `iteration` | [`Iteration`](#iteration) | Iteration of the list. |
-| `label` | [`Label`](#label) | Label of the list. |
-| `limitMetric` | [`ListLimitMetric`](#listlimitmetric) | The current limit metric for the list. |
-| `listType` | [`String!`](#string) | Type of the list. |
-| `maxIssueCount` | [`Int`](#int) | Maximum number of issues in the list. |
-| `maxIssueWeight` | [`Int`](#int) | Maximum weight of issues in the list. |
-| `milestone` | [`Milestone`](#milestone) | Milestone of the list. |
-| `position` | [`Int`](#int) | Position of list within the board. |
-| `title` | [`String!`](#string) | Title of the list. |
-| `totalWeight` | [`Int`](#int) | Total weight of all issues in the list. |
+##### Fields
-### `BoardListConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cigroupconnectionedges"></a>`edges` | [`[CiGroupEdge]`](#cigroupedge) | A list of edges. |
+| <a id="cigroupconnectionnodes"></a>`nodes` | [`[CiGroup]`](#cigroup) | A list of nodes. |
+| <a id="cigroupconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-The connection type for BoardList.
+#### `CiGroupEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[BoardListEdge]`](#boardlistedge) | A list of edges. |
-| `nodes` | [`[BoardList]`](#boardlist) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+The edge type for [`CiGroup`](#cigroup).
-### `BoardListCreatePayload`
+##### Fields
-Autogenerated return type of BoardListCreate.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cigroupedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="cigroupedgenode"></a>`node` | [`CiGroup`](#cigroup) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `list` | [`BoardList`](#boardlist) | Issue list in the issue board. |
+#### `CiJobArtifactConnection`
-### `BoardListEdge`
+The connection type for [`CiJobArtifact`](#cijobartifact).
-An edge in a connection.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`BoardList`](#boardlist) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cijobartifactconnectionedges"></a>`edges` | [`[CiJobArtifactEdge]`](#cijobartifactedge) | A list of edges. |
+| <a id="cijobartifactconnectionnodes"></a>`nodes` | [`[CiJobArtifact]`](#cijobartifact) | A list of nodes. |
+| <a id="cijobartifactconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `BoardListUpdateLimitMetricsPayload`
+#### `CiJobArtifactEdge`
-Autogenerated return type of BoardListUpdateLimitMetrics.
+The edge type for [`CiJobArtifact`](#cijobartifact).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `list` | [`BoardList`](#boardlist) | The updated list. |
+##### Fields
-### `Branch`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cijobartifactedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="cijobartifactedgenode"></a>`node` | [`CiJobArtifact`](#cijobartifact) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `commit` | [`Commit`](#commit) | Commit for the branch. |
-| `name` | [`String!`](#string) | Name of the branch. |
+#### `CiJobConnection`
-### `BulkFindOrCreateDevopsAdoptionSegmentsPayload`
+The connection type for [`CiJob`](#cijob).
-Autogenerated return type of BulkFindOrCreateDevopsAdoptionSegments.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `segments` | [`[DevopsAdoptionSegment!]`](#devopsadoptionsegment) | Created segments after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cijobconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="cijobconnectionedges"></a>`edges` | [`[CiJobEdge]`](#cijobedge) | A list of edges. |
+| <a id="cijobconnectionnodes"></a>`nodes` | [`[CiJob]`](#cijob) | A list of nodes. |
+| <a id="cijobconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `BurnupChartDailyTotals`
+#### `CiJobEdge`
-Represents the total number of issues and their weights for a particular day.
+The edge type for [`CiJob`](#cijob).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `completedCount` | [`Int!`](#int) | Number of closed issues as of this day. |
-| `completedWeight` | [`Int!`](#int) | Total weight of closed issues as of this day. |
-| `date` | [`ISO8601Date!`](#iso8601date) | Date for burnup totals. |
-| `scopeCount` | [`Int!`](#int) | Number of issues as of this day. |
-| `scopeWeight` | [`Int!`](#int) | Total weight of issues as of this day. |
+##### Fields
-### `CiApplicationSettings`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cijobedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="cijobedgenode"></a>`node` | [`CiJob`](#cijob) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `keepLatestArtifact` | [`Boolean`](#boolean) | Whether to keep the latest jobs artifacts. |
+#### `CiStageConnection`
-### `CiBuildNeed`
+The connection type for [`CiStage`](#cistage).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `name` | [`String`](#string) | Name of the job we need to complete. |
+##### Fields
-### `CiBuildNeedConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cistageconnectionedges"></a>`edges` | [`[CiStageEdge]`](#cistageedge) | A list of edges. |
+| <a id="cistageconnectionnodes"></a>`nodes` | [`[CiStage]`](#cistage) | A list of nodes. |
+| <a id="cistageconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-The connection type for CiBuildNeed.
+#### `CiStageEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiBuildNeedEdge]`](#cibuildneededge) | A list of edges. |
-| `nodes` | [`[CiBuildNeed]`](#cibuildneed) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+The edge type for [`CiStage`](#cistage).
-### `CiBuildNeedEdge`
+##### Fields
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cistageedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="cistageedgenode"></a>`node` | [`CiStage`](#cistage) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiBuildNeed`](#cibuildneed) | The item at the end of the edge. |
+#### `ClusterAgentConnection`
-### `CiCdSettingsUpdatePayload`
+The connection type for [`ClusterAgent`](#clusteragent).
-Autogenerated return type of CiCdSettingsUpdate.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `ciCdSettings` | [`ProjectCiCdSetting!`](#projectcicdsetting) | The CI/CD settings after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="clusteragentconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="clusteragentconnectionedges"></a>`edges` | [`[ClusterAgentEdge]`](#clusteragentedge) | A list of edges. |
+| <a id="clusteragentconnectionnodes"></a>`nodes` | [`[ClusterAgent]`](#clusteragent) | A list of nodes. |
+| <a id="clusteragentconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CiConfig`
+#### `ClusterAgentEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `errors` | [`[String!]`](#string) | Linting errors. |
-| `mergedYaml` | [`String`](#string) | Merged CI configuration YAML. |
-| `stages` | [`CiConfigStageConnection`](#ciconfigstageconnection) | Stages of the pipeline. |
-| `status` | [`CiConfigStatus`](#ciconfigstatus) | Status of linting, can be either valid or invalid. |
+The edge type for [`ClusterAgent`](#clusteragent).
-### `CiConfigGroup`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `jobs` | [`CiConfigJobConnection`](#ciconfigjobconnection) | Jobs in group. |
-| `name` | [`String`](#string) | Name of the job group. |
-| `size` | [`Int`](#int) | Size of the job group. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="clusteragentedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="clusteragentedgenode"></a>`node` | [`ClusterAgent`](#clusteragent) | The item at the end of the edge. |
-### `CiConfigGroupConnection`
+#### `ClusterAgentTokenConnection`
-The connection type for CiConfigGroup.
+The connection type for [`ClusterAgentToken`](#clusteragenttoken).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiConfigGroupEdge]`](#ciconfiggroupedge) | A list of edges. |
-| `nodes` | [`[CiConfigGroup]`](#ciconfiggroup) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `CiConfigGroupEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="clusteragenttokenconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="clusteragenttokenconnectionedges"></a>`edges` | [`[ClusterAgentTokenEdge]`](#clusteragenttokenedge) | A list of edges. |
+| <a id="clusteragenttokenconnectionnodes"></a>`nodes` | [`[ClusterAgentToken]`](#clusteragenttoken) | A list of nodes. |
+| <a id="clusteragenttokenconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-An edge in a connection.
+#### `ClusterAgentTokenEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiConfigGroup`](#ciconfiggroup) | The item at the end of the edge. |
+The edge type for [`ClusterAgentToken`](#clusteragenttoken).
-### `CiConfigJob`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `afterScript` | [`[String!]`](#string) | Override a set of commands that are executed after the job. |
-| `allowFailure` | [`Boolean`](#boolean) | Allow job to fail. |
-| `beforeScript` | [`[String!]`](#string) | Override a set of commands that are executed before the job. |
-| `environment` | [`String`](#string) | Name of an environment to which the job deploys. |
-| `except` | [`CiConfigJobRestriction`](#ciconfigjobrestriction) | Limit when jobs are not created. |
-| `groupName` | [`String`](#string) | Name of the job group. |
-| `name` | [`String`](#string) | Name of the job. |
-| `needs` | [`CiConfigNeedConnection`](#ciconfigneedconnection) | Builds that must complete before the jobs run. |
-| `only` | [`CiConfigJobRestriction`](#ciconfigjobrestriction) | Jobs are created when these conditions do not apply. |
-| `script` | [`[String!]`](#string) | Shell script that is executed by a runner. |
-| `stage` | [`String`](#string) | Name of the job stage. |
-| `tags` | [`[String!]`](#string) | List of tags that are used to select a runner. |
-| `when` | [`String`](#string) | When to run the job. |
-
-### `CiConfigJobConnection`
-
-The connection type for CiConfigJob.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiConfigJobEdge]`](#ciconfigjobedge) | A list of edges. |
-| `nodes` | [`[CiConfigJob]`](#ciconfigjob) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `CiConfigJobEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiConfigJob`](#ciconfigjob) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="clusteragenttokenedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="clusteragenttokenedgenode"></a>`node` | [`ClusterAgentToken`](#clusteragenttoken) | The item at the end of the edge. |
-### `CiConfigJobRestriction`
+#### `CodeCoverageActivityConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `refs` | [`[String!]`](#string) | The Git refs the job restriction applies to. |
+The connection type for [`CodeCoverageActivity`](#codecoverageactivity).
-### `CiConfigNeed`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `name` | [`String`](#string) | Name of the need. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="codecoverageactivityconnectionedges"></a>`edges` | [`[CodeCoverageActivityEdge]`](#codecoverageactivityedge) | A list of edges. |
+| <a id="codecoverageactivityconnectionnodes"></a>`nodes` | [`[CodeCoverageActivity]`](#codecoverageactivity) | A list of nodes. |
+| <a id="codecoverageactivityconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CiConfigNeedConnection`
+#### `CodeCoverageActivityEdge`
-The connection type for CiConfigNeed.
+The edge type for [`CodeCoverageActivity`](#codecoverageactivity).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiConfigNeedEdge]`](#ciconfigneededge) | A list of edges. |
-| `nodes` | [`[CiConfigNeed]`](#ciconfigneed) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `CiConfigNeedEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="codecoverageactivityedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="codecoverageactivityedgenode"></a>`node` | [`CodeCoverageActivity`](#codecoverageactivity) | The item at the end of the edge. |
-An edge in a connection.
+#### `CommitConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiConfigNeed`](#ciconfigneed) | The item at the end of the edge. |
+The connection type for [`Commit`](#commit).
-### `CiConfigStage`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `groups` | [`CiConfigGroupConnection`](#ciconfiggroupconnection) | Groups of jobs for the stage. |
-| `name` | [`String`](#string) | Name of the stage. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="commitconnectionedges"></a>`edges` | [`[CommitEdge]`](#commitedge) | A list of edges. |
+| <a id="commitconnectionnodes"></a>`nodes` | [`[Commit]`](#commit) | A list of nodes. |
+| <a id="commitconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CiConfigStageConnection`
+#### `CommitEdge`
-The connection type for CiConfigStage.
+The edge type for [`Commit`](#commit).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiConfigStageEdge]`](#ciconfigstageedge) | A list of edges. |
-| `nodes` | [`[CiConfigStage]`](#ciconfigstage) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `CiConfigStageEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="commitedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="commitedgenode"></a>`node` | [`Commit`](#commit) | The item at the end of the edge. |
-An edge in a connection.
+#### `ComplianceFrameworkConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiConfigStage`](#ciconfigstage) | The item at the end of the edge. |
+The connection type for [`ComplianceFramework`](#complianceframework).
-### `CiGroup`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `detailedStatus` | [`DetailedStatus`](#detailedstatus) | Detailed status of the group. |
-| `jobs` | [`CiJobConnection`](#cijobconnection) | Jobs in group. |
-| `name` | [`String`](#string) | Name of the job group. |
-| `size` | [`Int`](#int) | Size of the group. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="complianceframeworkconnectionedges"></a>`edges` | [`[ComplianceFrameworkEdge]`](#complianceframeworkedge) | A list of edges. |
+| <a id="complianceframeworkconnectionnodes"></a>`nodes` | [`[ComplianceFramework]`](#complianceframework) | A list of nodes. |
+| <a id="complianceframeworkconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CiGroupConnection`
+#### `ComplianceFrameworkEdge`
-The connection type for CiGroup.
+The edge type for [`ComplianceFramework`](#complianceframework).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiGroupEdge]`](#cigroupedge) | A list of edges. |
-| `nodes` | [`[CiGroup]`](#cigroup) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `CiGroupEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="complianceframeworkedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="complianceframeworkedgenode"></a>`node` | [`ComplianceFramework`](#complianceframework) | The item at the end of the edge. |
-An edge in a connection.
+#### `ContainerRepositoryConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiGroup`](#cigroup) | The item at the end of the edge. |
+The connection type for [`ContainerRepository`](#containerrepository).
-### `CiJob`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean!`](#boolean) | Indicates the job is active. |
-| `allowFailure` | [`Boolean!`](#boolean) | Whether this job is allowed to fail. |
-| `artifacts` | [`CiJobArtifactConnection`](#cijobartifactconnection) | Artifacts generated by the job. |
-| `cancelable` | [`Boolean!`](#boolean) | Indicates the job can be canceled. |
-| `commitPath` | [`String`](#string) | Path to the commit that triggered the job. |
-| `coverage` | [`Float`](#float) | Coverage level of the job. |
-| `createdAt` | [`Time!`](#time) | When the job was created. |
-| `detailedStatus` | [`DetailedStatus`](#detailedstatus) | Detailed status of the job. |
-| `duration` | [`Int`](#int) | Duration of the job in seconds. |
-| `finishedAt` | [`Time`](#time) | When a job has finished running. |
-| `id` | [`JobID`](#jobid) | ID of the job. |
-| `name` | [`String`](#string) | Name of the job. |
-| `needs` | [`CiBuildNeedConnection`](#cibuildneedconnection) | References to builds that must complete before the jobs run. |
-| `pipeline` | [`Pipeline`](#pipeline) | Pipeline the job belongs to. |
-| `playable` | [`Boolean!`](#boolean) | Indicates the job can be played. |
-| `queuedAt` | [`Time`](#time) | When the job was enqueued and marked as pending. |
-| `refName` | [`String`](#string) | Ref name of the job. |
-| `refPath` | [`String`](#string) | Path to the ref. |
-| `retryable` | [`Boolean!`](#boolean) | Indicates the job can be retried. |
-| `scheduledAt` | [`Time`](#time) | Schedule for the build. |
-| `schedulingType` | [`String`](#string) | Type of pipeline scheduling. Value is `dag` if the pipeline uses the `needs` keyword, and `stage` otherwise. |
-| `shortSha` | [`String!`](#string) | Short SHA1 ID of the commit. |
-| `stage` | [`CiStage`](#cistage) | Stage of the job. |
-| `startedAt` | [`Time`](#time) | When the job was started. |
-| `status` | [`CiJobStatus`](#cijobstatus) | Status of the job. |
-| `tags` | [`[String!]`](#string) | Tags for the current job. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerrepositoryconnectionedges"></a>`edges` | [`[ContainerRepositoryEdge]`](#containerrepositoryedge) | A list of edges. |
+| <a id="containerrepositoryconnectionnodes"></a>`nodes` | [`[ContainerRepository]`](#containerrepository) | A list of nodes. |
+| <a id="containerrepositoryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CiJobArtifact`
+#### `ContainerRepositoryEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `downloadPath` | [`String`](#string) | URL for downloading the artifact's file. |
-| `fileType` | [`JobArtifactFileType`](#jobartifactfiletype) | File type of the artifact. |
+The edge type for [`ContainerRepository`](#containerrepository).
-### `CiJobArtifactConnection`
+##### Fields
-The connection type for CiJobArtifact.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerrepositoryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="containerrepositoryedgenode"></a>`node` | [`ContainerRepository`](#containerrepository) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiJobArtifactEdge]`](#cijobartifactedge) | A list of edges. |
-| `nodes` | [`[CiJobArtifact]`](#cijobartifact) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### `ContainerRepositoryTagConnection`
-### `CiJobArtifactEdge`
+The connection type for [`ContainerRepositoryTag`](#containerrepositorytag).
-An edge in a connection.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiJobArtifact`](#cijobartifact) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerrepositorytagconnectionedges"></a>`edges` | [`[ContainerRepositoryTagEdge]`](#containerrepositorytagedge) | A list of edges. |
+| <a id="containerrepositorytagconnectionnodes"></a>`nodes` | [`[ContainerRepositoryTag]`](#containerrepositorytag) | A list of nodes. |
+| <a id="containerrepositorytagconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CiJobConnection`
+#### `ContainerRepositoryTagEdge`
-The connection type for CiJob.
+The edge type for [`ContainerRepositoryTag`](#containerrepositorytag).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[CiJobEdge]`](#cijobedge) | A list of edges. |
-| `nodes` | [`[CiJob]`](#cijob) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `CiJobEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerrepositorytagedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="containerrepositorytagedgenode"></a>`node` | [`ContainerRepositoryTag`](#containerrepositorytag) | The item at the end of the edge. |
-An edge in a connection.
+#### `CustomEmojiConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiJob`](#cijob) | The item at the end of the edge. |
+The connection type for [`CustomEmoji`](#customemoji).
-### `CiStage`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `detailedStatus` | [`DetailedStatus`](#detailedstatus) | Detailed status of the stage. |
-| `groups` | [`CiGroupConnection`](#cigroupconnection) | Group of jobs for the stage. |
-| `jobs` | [`CiJobConnection`](#cijobconnection) | Jobs for the stage. |
-| `name` | [`String`](#string) | Name of the stage. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="customemojiconnectionedges"></a>`edges` | [`[CustomEmojiEdge]`](#customemojiedge) | A list of edges. |
+| <a id="customemojiconnectionnodes"></a>`nodes` | [`[CustomEmoji]`](#customemoji) | A list of nodes. |
+| <a id="customemojiconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CiStageConnection`
+#### `CustomEmojiEdge`
-The connection type for CiStage.
+The edge type for [`CustomEmoji`](#customemoji).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CiStageEdge]`](#cistageedge) | A list of edges. |
-| `nodes` | [`[CiStage]`](#cistage) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `CiStageEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="customemojiedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="customemojiedgenode"></a>`node` | [`CustomEmoji`](#customemoji) | The item at the end of the edge. |
-An edge in a connection.
+#### `DastProfileConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CiStage`](#cistage) | The item at the end of the edge. |
+The connection type for [`DastProfile`](#dastprofile).
-### `ClusterAgent`
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp the cluster agent was created. |
-| `createdByUser` | [`User`](#user) | User object, containing information about the person who created the agent. |
-| `id` | [`ID!`](#id) | ID of the cluster agent. |
-| `name` | [`String`](#string) | Name of the cluster agent. |
-| `project` | [`Project`](#project) | The project this cluster agent is associated with. |
-| `tokens` | [`ClusterAgentTokenConnection`](#clusteragenttokenconnection) | Tokens associated with the cluster agent. |
-| `updatedAt` | [`Time`](#time) | Timestamp the cluster agent was updated. |
-| `webPath` | [`String`](#string) | Web path of the cluster agent. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastprofileconnectionedges"></a>`edges` | [`[DastProfileEdge]`](#dastprofileedge) | A list of edges. |
+| <a id="dastprofileconnectionnodes"></a>`nodes` | [`[DastProfile]`](#dastprofile) | A list of nodes. |
+| <a id="dastprofileconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `ClusterAgentConnection`
+#### `DastProfileEdge`
-The connection type for ClusterAgent.
+The edge type for [`DastProfile`](#dastprofile).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[ClusterAgentEdge]`](#clusteragentedge) | A list of edges. |
-| `nodes` | [`[ClusterAgent]`](#clusteragent) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `ClusterAgentDeletePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastprofileedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="dastprofileedgenode"></a>`node` | [`DastProfile`](#dastprofile) | The item at the end of the edge. |
-Autogenerated return type of ClusterAgentDelete.
+#### `DastScannerProfileConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+The connection type for [`DastScannerProfile`](#dastscannerprofile).
-### `ClusterAgentEdge`
+##### Fields
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastscannerprofileconnectionedges"></a>`edges` | [`[DastScannerProfileEdge]`](#dastscannerprofileedge) | A list of edges. |
+| <a id="dastscannerprofileconnectionnodes"></a>`nodes` | [`[DastScannerProfile]`](#dastscannerprofile) | A list of nodes. |
+| <a id="dastscannerprofileconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ClusterAgent`](#clusteragent) | The item at the end of the edge. |
+#### `DastScannerProfileEdge`
-### `ClusterAgentToken`
+The edge type for [`DastScannerProfile`](#dastscannerprofile).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clusterAgent` | [`ClusterAgent`](#clusteragent) | Cluster agent this token is associated with. |
-| `createdAt` | [`Time`](#time) | Timestamp the token was created. |
-| `createdByUser` | [`User`](#user) | The user who created the token. |
-| `description` | [`String`](#string) | Description of the token. |
-| `id` | [`ClustersAgentTokenID!`](#clustersagenttokenid) | Global ID of the token. |
-| `lastUsedAt` | [`Time`](#time) | Timestamp the token was last used. |
-| `name` | [`String`](#string) | Name given to the token. |
+##### Fields
-### `ClusterAgentTokenConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastscannerprofileedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="dastscannerprofileedgenode"></a>`node` | [`DastScannerProfile`](#dastscannerprofile) | The item at the end of the edge. |
-The connection type for ClusterAgentToken.
+#### `DastSiteProfileConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[ClusterAgentTokenEdge]`](#clusteragenttokenedge) | A list of edges. |
-| `nodes` | [`[ClusterAgentToken]`](#clusteragenttoken) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+The connection type for [`DastSiteProfile`](#dastsiteprofile).
-### `ClusterAgentTokenCreatePayload`
+##### Fields
-Autogenerated return type of ClusterAgentTokenCreate.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsiteprofileconnectionedges"></a>`edges` | [`[DastSiteProfileEdge]`](#dastsiteprofileedge) | A list of edges. |
+| <a id="dastsiteprofileconnectionnodes"></a>`nodes` | [`[DastSiteProfile]`](#dastsiteprofile) | A list of nodes. |
+| <a id="dastsiteprofileconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `secret` | [`String`](#string) | Token secret value. Make sure you save it - you won't be able to access it again. |
-| `token` | [`ClusterAgentToken`](#clusteragenttoken) | Token created after mutation. |
+#### `DastSiteProfileEdge`
-### `ClusterAgentTokenDeletePayload`
+The edge type for [`DastSiteProfile`](#dastsiteprofile).
-Autogenerated return type of ClusterAgentTokenDelete.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsiteprofileedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="dastsiteprofileedgenode"></a>`node` | [`DastSiteProfile`](#dastsiteprofile) | The item at the end of the edge. |
-### `ClusterAgentTokenEdge`
+#### `DastSiteValidationConnection`
-An edge in a connection.
+The connection type for [`DastSiteValidation`](#dastsitevalidation).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ClusterAgentToken`](#clusteragenttoken) | The item at the end of the edge. |
+##### Fields
-### `CodeCoverageActivity`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsitevalidationconnectionedges"></a>`edges` | [`[DastSiteValidationEdge]`](#dastsitevalidationedge) | A list of edges. |
+| <a id="dastsitevalidationconnectionnodes"></a>`nodes` | [`[DastSiteValidation]`](#dastsitevalidation) | A list of nodes. |
+| <a id="dastsitevalidationconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Represents the code coverage activity for a group.
+#### `DastSiteValidationEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `averageCoverage` | [`Float`](#float) | Average percentage of the different code coverage results available for the group. |
-| `coverageCount` | [`Int`](#int) | Number of different code coverage results available for the group. |
-| `date` | [`Date!`](#date) | Date when the code coverage was created. |
-| `projectCount` | [`Int`](#int) | Number of projects with code coverage results for the group. |
+The edge type for [`DastSiteValidation`](#dastsitevalidation).
-### `CodeCoverageActivityConnection`
+##### Fields
-The connection type for CodeCoverageActivity.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsitevalidationedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="dastsitevalidationedgenode"></a>`node` | [`DastSiteValidation`](#dastsitevalidation) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CodeCoverageActivityEdge]`](#codecoverageactivityedge) | A list of edges. |
-| `nodes` | [`[CodeCoverageActivity]`](#codecoverageactivity) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### `DesignAtVersionConnection`
-### `CodeCoverageActivityEdge`
+The connection type for [`DesignAtVersion`](#designatversion).
-An edge in a connection.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CodeCoverageActivity`](#codecoverageactivity) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designatversionconnectionedges"></a>`edges` | [`[DesignAtVersionEdge]`](#designatversionedge) | A list of edges. |
+| <a id="designatversionconnectionnodes"></a>`nodes` | [`[DesignAtVersion]`](#designatversion) | A list of nodes. |
+| <a id="designatversionconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CodeCoverageSummary`
+#### `DesignAtVersionEdge`
-Represents the code coverage summary for a project.
+The edge type for [`DesignAtVersion`](#designatversion).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `averageCoverage` | [`Float`](#float) | Average percentage of the different code coverage results available for the project. |
-| `coverageCount` | [`Int`](#int) | Number of different code coverage results available. |
-| `lastUpdatedOn` | [`Date`](#date) | Latest date when the code coverage was created for the project. |
+##### Fields
-### `Commit`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designatversionedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="designatversionedgenode"></a>`node` | [`DesignAtVersion`](#designatversion) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `author` | [`User`](#user) | Author of the commit. |
-| `authorGravatar` | [`String`](#string) | Commit authors gravatar. |
-| `authorName` | [`String`](#string) | Commit authors name. |
-| `authoredDate` | [`Time`](#time) | Timestamp of when the commit was authored. |
-| `description` | [`String`](#string) | Description of the commit message. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `id` | [`ID!`](#id) | ID (global ID) of the commit. |
-| `message` | [`String`](#string) | Raw commit message. |
-| `pipelines` | [`PipelineConnection`](#pipelineconnection) | Pipelines of the commit ordered latest first. |
-| `sha` | [`String!`](#string) | SHA1 ID of the commit. |
-| `shortId` | [`String!`](#string) | Short SHA1 ID of the commit. |
-| `signatureHtml` | [`String`](#string) | Rendered HTML of the commit signature. |
-| `title` | [`String`](#string) | Title of the commit message. |
-| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
-| `webPath` | [`String!`](#string) | Web path of the commit. |
-| `webUrl` | [`String!`](#string) | Web URL of the commit. |
-
-### `CommitConnection`
-
-The connection type for Commit.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CommitEdge]`](#commitedge) | A list of edges. |
-| `nodes` | [`[Commit]`](#commit) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `CommitCreatePayload`
-
-Autogenerated return type of CommitCreate.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `commit` | [`Commit`](#commit) | The commit after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-
-### `CommitEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Commit`](#commit) | The item at the end of the edge. |
+#### `DesignConnection`
-### `ComplianceFramework`
+The connection type for [`Design`](#design).
-Represents a ComplianceFramework associated with a Project.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `color` | [`String!`](#string) | Hexadecimal representation of compliance framework's label color. |
-| `description` | [`String!`](#string) | Description of the compliance framework. |
-| `id` | [`ID!`](#id) | Compliance framework ID. |
-| `name` | [`String!`](#string) | Name of the compliance framework. |
-| `pipelineConfigurationFullPath` | [`String`](#string) | Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa` **(ULTIMATE)**. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designconnectionedges"></a>`edges` | [`[DesignEdge]`](#designedge) | A list of edges. |
+| <a id="designconnectionnodes"></a>`nodes` | [`[Design]`](#design) | A list of nodes. |
+| <a id="designconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `ComplianceFrameworkConnection`
+#### `DesignEdge`
-The connection type for ComplianceFramework.
+The edge type for [`Design`](#design).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ComplianceFrameworkEdge]`](#complianceframeworkedge) | A list of edges. |
-| `nodes` | [`[ComplianceFramework]`](#complianceframework) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `ComplianceFrameworkEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="designedgenode"></a>`node` | [`Design`](#design) | The item at the end of the edge. |
-An edge in a connection.
+#### `DesignVersionConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ComplianceFramework`](#complianceframework) | The item at the end of the edge. |
+The connection type for [`DesignVersion`](#designversion).
-### `ComposerMetadata`
+##### Fields
-Composer metadata.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designversionconnectionedges"></a>`edges` | [`[DesignVersionEdge]`](#designversionedge) | A list of edges. |
+| <a id="designversionconnectionnodes"></a>`nodes` | [`[DesignVersion]`](#designversion) | A list of nodes. |
+| <a id="designversionconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `composerJson` | [`PackageComposerJsonType!`](#packagecomposerjsontype) | Data of the Composer JSON file. |
-| `targetSha` | [`String!`](#string) | Target SHA of the package. |
+#### `DesignVersionEdge`
-### `ConanFileMetadata`
+The edge type for [`DesignVersion`](#designversion).
-Conan file metadata.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `conanFileType` | [`ConanMetadatumFileTypeEnum!`](#conanmetadatumfiletypeenum) | Type of the Conan file. |
-| `conanPackageReference` | [`String`](#string) | Reference of the Conan package. |
-| `createdAt` | [`Time!`](#time) | Date of creation. |
-| `id` | [`PackagesConanFileMetadatumID!`](#packagesconanfilemetadatumid) | ID of the metadatum. |
-| `packageRevision` | [`String`](#string) | Revision of the package. |
-| `recipeRevision` | [`String!`](#string) | Revision of the Conan recipe. |
-| `updatedAt` | [`Time!`](#time) | Date of most recent update. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designversionedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="designversionedgenode"></a>`node` | [`DesignVersion`](#designversion) | The item at the end of the edge. |
-### `ConanMetadata`
+#### `DevopsAdoptionSegmentConnection`
-Conan metadata.
+The connection type for [`DevopsAdoptionSegment`](#devopsadoptionsegment).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Date of creation. |
-| `id` | [`PackagesConanMetadatumID!`](#packagesconanmetadatumid) | ID of the metadatum. |
-| `packageChannel` | [`String!`](#string) | Channel of the Conan package. |
-| `packageUsername` | [`String!`](#string) | Username of the Conan package. |
-| `recipe` | [`String!`](#string) | Recipe of the Conan package. |
-| `recipePath` | [`String!`](#string) | Recipe path of the Conan package. |
-| `updatedAt` | [`Time!`](#time) | Date of most recent update. |
+##### Fields
-### `ConfigureSastPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="devopsadoptionsegmentconnectionedges"></a>`edges` | [`[DevopsAdoptionSegmentEdge]`](#devopsadoptionsegmentedge) | A list of edges. |
+| <a id="devopsadoptionsegmentconnectionnodes"></a>`nodes` | [`[DevopsAdoptionSegment]`](#devopsadoptionsegment) | A list of nodes. |
+| <a id="devopsadoptionsegmentconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Autogenerated return type of ConfigureSast.
+#### `DevopsAdoptionSegmentEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `status` | [`String!`](#string) | Status of creating the commit for the supplied SAST CI configuration. |
-| `successPath` | [`String`](#string) | Redirect path to use when the response is successful. |
+The edge type for [`DevopsAdoptionSegment`](#devopsadoptionsegment).
-### `ContainerExpirationPolicy`
+##### Fields
-A tag expiration policy designed to keep only the images that matter most.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="devopsadoptionsegmentedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="devopsadoptionsegmentedgenode"></a>`node` | [`DevopsAdoptionSegment`](#devopsadoptionsegment) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cadence` | [`ContainerExpirationPolicyCadenceEnum!`](#containerexpirationpolicycadenceenum) | This container expiration policy schedule. |
-| `createdAt` | [`Time!`](#time) | Timestamp of when the container expiration policy was created. |
-| `enabled` | [`Boolean!`](#boolean) | Indicates whether this container expiration policy is enabled. |
-| `keepN` | [`ContainerExpirationPolicyKeepEnum`](#containerexpirationpolicykeepenum) | Number of tags to retain. |
-| `nameRegex` | [`UntrustedRegexp`](#untrustedregexp) | Tags with names matching this regex pattern will expire. |
-| `nameRegexKeep` | [`UntrustedRegexp`](#untrustedregexp) | Tags with names matching this regex pattern will be preserved. |
-| `nextRunAt` | [`Time`](#time) | Next time that this container expiration policy will get executed. |
-| `olderThan` | [`ContainerExpirationPolicyOlderThanEnum`](#containerexpirationpolicyolderthanenum) | Tags older that this will expire. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of when the container expiration policy was updated. |
+#### `DiscussionConnection`
-### `ContainerRepository`
+The connection type for [`Discussion`](#discussion).
-A container repository.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `canDelete` | [`Boolean!`](#boolean) | Can the current user delete the container repository. |
-| `createdAt` | [`Time!`](#time) | Timestamp when the container repository was created. |
-| `expirationPolicyCleanupStatus` | [`ContainerRepositoryCleanupStatus`](#containerrepositorycleanupstatus) | The tags cleanup status for the container repository. |
-| `expirationPolicyStartedAt` | [`Time`](#time) | Timestamp when the cleanup done by the expiration policy was started on the container repository. |
-| `id` | [`ID!`](#id) | ID of the container repository. |
-| `location` | [`String!`](#string) | URL of the container repository. |
-| `name` | [`String!`](#string) | Name of the container repository. |
-| `path` | [`String!`](#string) | Path of the container repository. |
-| `project` | [`Project!`](#project) | Project of the container registry. |
-| `status` | [`ContainerRepositoryStatus`](#containerrepositorystatus) | Status of the container repository. |
-| `tagsCount` | [`Int!`](#int) | Number of tags associated with this image. |
-| `updatedAt` | [`Time!`](#time) | Timestamp when the container repository was updated. |
-
-### `ContainerRepositoryConnection`
-
-The connection type for ContainerRepository.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ContainerRepositoryEdge]`](#containerrepositoryedge) | A list of edges. |
-| `nodes` | [`[ContainerRepository]`](#containerrepository) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="discussionconnectionedges"></a>`edges` | [`[DiscussionEdge]`](#discussionedge) | A list of edges. |
+| <a id="discussionconnectionnodes"></a>`nodes` | [`[Discussion]`](#discussion) | A list of nodes. |
+| <a id="discussionconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `ContainerRepositoryDetails`
+#### `DiscussionEdge`
-Details of a container repository.
+The edge type for [`Discussion`](#discussion).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `canDelete` | [`Boolean!`](#boolean) | Can the current user delete the container repository. |
-| `createdAt` | [`Time!`](#time) | Timestamp when the container repository was created. |
-| `expirationPolicyCleanupStatus` | [`ContainerRepositoryCleanupStatus`](#containerrepositorycleanupstatus) | The tags cleanup status for the container repository. |
-| `expirationPolicyStartedAt` | [`Time`](#time) | Timestamp when the cleanup done by the expiration policy was started on the container repository. |
-| `id` | [`ID!`](#id) | ID of the container repository. |
-| `location` | [`String!`](#string) | URL of the container repository. |
-| `name` | [`String!`](#string) | Name of the container repository. |
-| `path` | [`String!`](#string) | Path of the container repository. |
-| `project` | [`Project!`](#project) | Project of the container registry. |
-| `status` | [`ContainerRepositoryStatus`](#containerrepositorystatus) | Status of the container repository. |
-| `tags` | [`ContainerRepositoryTagConnection`](#containerrepositorytagconnection) | Tags of the container repository. |
-| `tagsCount` | [`Int!`](#int) | Number of tags associated with this image. |
-| `updatedAt` | [`Time!`](#time) | Timestamp when the container repository was updated. |
-
-### `ContainerRepositoryEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ContainerRepository`](#containerrepository) | The item at the end of the edge. |
+##### Fields
-### `ContainerRepositoryTag`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="discussionedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="discussionedgenode"></a>`node` | [`Discussion`](#discussion) | The item at the end of the edge. |
-A tag from a container repository.
+#### `EnvironmentConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `canDelete` | [`Boolean!`](#boolean) | Can the current user delete this tag. |
-| `createdAt` | [`Time`](#time) | Timestamp when the tag was created. |
-| `digest` | [`String`](#string) | Digest of the tag. |
-| `location` | [`String!`](#string) | URL of the tag. |
-| `name` | [`String!`](#string) | Name of the tag. |
-| `path` | [`String!`](#string) | Path of the tag. |
-| `revision` | [`String`](#string) | Revision of the tag. |
-| `shortRevision` | [`String`](#string) | Short revision of the tag. |
-| `totalSize` | [`BigInt`](#bigint) | The size of the tag. |
+The connection type for [`Environment`](#environment).
-### `ContainerRepositoryTagConnection`
+##### Fields
-The connection type for ContainerRepositoryTag.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="environmentconnectionedges"></a>`edges` | [`[EnvironmentEdge]`](#environmentedge) | A list of edges. |
+| <a id="environmentconnectionnodes"></a>`nodes` | [`[Environment]`](#environment) | A list of nodes. |
+| <a id="environmentconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ContainerRepositoryTagEdge]`](#containerrepositorytagedge) | A list of edges. |
-| `nodes` | [`[ContainerRepositoryTag]`](#containerrepositorytag) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### `EnvironmentEdge`
-### `ContainerRepositoryTagEdge`
+The edge type for [`Environment`](#environment).
-An edge in a connection.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ContainerRepositoryTag`](#containerrepositorytag) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="environmentedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="environmentedgenode"></a>`node` | [`Environment`](#environment) | The item at the end of the edge. |
-### `CreateAlertIssuePayload`
+#### `EpicBoardConnection`
-Autogenerated return type of CreateAlertIssue.
+The connection type for [`EpicBoard`](#epicboard).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue created after mutation. |
-| `todo` | [`Todo`](#todo) | The to-do item after mutation. |
+##### Fields
-### `CreateAnnotationPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicboardconnectionedges"></a>`edges` | [`[EpicBoardEdge]`](#epicboardedge) | A list of edges. |
+| <a id="epicboardconnectionnodes"></a>`nodes` | [`[EpicBoard]`](#epicboard) | A list of nodes. |
+| <a id="epicboardconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Autogenerated return type of CreateAnnotation.
+#### `EpicBoardEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `annotation` | [`MetricsDashboardAnnotation`](#metricsdashboardannotation) | The created annotation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+The edge type for [`EpicBoard`](#epicboard).
-### `CreateBoardPayload`
+##### Fields
-Autogenerated return type of CreateBoard.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicboardedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="epicboardedgenode"></a>`node` | [`EpicBoard`](#epicboard) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `board` | [`Board`](#board) | The board after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### `EpicConnection`
-### `CreateBranchPayload`
+The connection type for [`Epic`](#epic).
-Autogenerated return type of CreateBranch.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `branch` | [`Branch`](#branch) | Branch after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicconnectionedges"></a>`edges` | [`[EpicEdge]`](#epicedge) | A list of edges. |
+| <a id="epicconnectionnodes"></a>`nodes` | [`[Epic]`](#epic) | A list of nodes. |
+| <a id="epicconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CreateClusterAgentPayload`
+#### `EpicEdge`
-Autogenerated return type of CreateClusterAgent.
+The edge type for [`Epic`](#epic).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `clusterAgent` | [`ClusterAgent`](#clusteragent) | Cluster agent created after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+##### Fields
-### `CreateComplianceFrameworkPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="epicedgenode"></a>`node` | [`Epic`](#epic) | The item at the end of the edge. |
-Autogenerated return type of CreateComplianceFramework.
+#### `EpicIssueConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `framework` | [`ComplianceFramework`](#complianceframework) | The created compliance framework. |
+The connection type for [`EpicIssue`](#epicissue).
-### `CreateCustomEmojiPayload`
+##### Fields
-Autogenerated return type of CreateCustomEmoji.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicissueconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="epicissueconnectionedges"></a>`edges` | [`[EpicIssueEdge]`](#epicissueedge) | A list of edges. |
+| <a id="epicissueconnectionnodes"></a>`nodes` | [`[EpicIssue]`](#epicissue) | A list of nodes. |
+| <a id="epicissueconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| <a id="epicissueconnectionweight"></a>`weight` | [`Int!`](#int) | Total weight of issues collection. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `customEmoji` | [`CustomEmoji`](#customemoji) | The new custom emoji. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### `EpicIssueEdge`
-### `CreateDevopsAdoptionSegmentPayload`
+The edge type for [`EpicIssue`](#epicissue).
-Autogenerated return type of CreateDevopsAdoptionSegment.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `segment` | [`DevopsAdoptionSegment`](#devopsadoptionsegment) | The segment after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicissueedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="epicissueedgenode"></a>`node` | [`EpicIssue`](#epicissue) | The item at the end of the edge. |
-### `CreateDiffNotePayload`
+#### `EpicListConnection`
-Autogenerated return type of CreateDiffNote.
+The connection type for [`EpicList`](#epiclist).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `note` | [`Note`](#note) | The note after mutation. |
+##### Fields
-### `CreateEpicPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epiclistconnectionedges"></a>`edges` | [`[EpicListEdge]`](#epiclistedge) | A list of edges. |
+| <a id="epiclistconnectionnodes"></a>`nodes` | [`[EpicList]`](#epiclist) | A list of nodes. |
+| <a id="epiclistconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Autogenerated return type of CreateEpic.
+#### `EpicListEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epic` | [`Epic`](#epic) | The created epic. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+The edge type for [`EpicList`](#epiclist).
-### `CreateImageDiffNotePayload`
+##### Fields
-Autogenerated return type of CreateImageDiffNote.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epiclistedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="epiclistedgenode"></a>`node` | [`EpicList`](#epiclist) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `note` | [`Note`](#note) | The note after mutation. |
+#### `EventConnection`
-### `CreateIssuePayload`
+The connection type for [`Event`](#event).
-Autogenerated return type of CreateIssue.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="eventconnectionedges"></a>`edges` | [`[EventEdge]`](#eventedge) | A list of edges. |
+| <a id="eventconnectionnodes"></a>`nodes` | [`[Event]`](#event) | A list of nodes. |
+| <a id="eventconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CreateIterationPayload`
+#### `EventEdge`
-Autogenerated return type of CreateIteration.
+The edge type for [`Event`](#event).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `iteration` | [`Iteration`](#iteration) | The created iteration. |
+##### Fields
-### `CreateNotePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="eventedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="eventedgenode"></a>`node` | [`Event`](#event) | The item at the end of the edge. |
-Autogenerated return type of CreateNote.
+#### `GroupMemberConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `note` | [`Note`](#note) | The note after mutation. |
+The connection type for [`GroupMember`](#groupmember).
-### `CreateRequirementPayload`
+##### Fields
-Autogenerated return type of CreateRequirement.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupmemberconnectionedges"></a>`edges` | [`[GroupMemberEdge]`](#groupmemberedge) | A list of edges. |
+| <a id="groupmemberconnectionnodes"></a>`nodes` | [`[GroupMember]`](#groupmember) | A list of nodes. |
+| <a id="groupmemberconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `requirement` | [`Requirement`](#requirement) | Requirement after mutation. |
+#### `GroupMemberEdge`
-### `CreateSnippetPayload`
+The edge type for [`GroupMember`](#groupmember).
-Autogenerated return type of CreateSnippet.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `captchaSiteKey` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `needsCaptchaResponse` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
-| `snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
-| `spam` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
-| `spamLogId` **{warning-solid}** | [`Int`](#int) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupmemberedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="groupmemberedgenode"></a>`node` | [`GroupMember`](#groupmember) | The item at the end of the edge. |
-### `CreateTestCasePayload`
+#### `GroupWikiRepositoryRegistryConnection`
-Autogenerated return type of CreateTestCase.
+The connection type for [`GroupWikiRepositoryRegistry`](#groupwikirepositoryregistry).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `testCase` | [`Issue`](#issue) | The test case created. |
+##### Fields
-### `CurrentLicense`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupwikirepositoryregistryconnectionedges"></a>`edges` | [`[GroupWikiRepositoryRegistryEdge]`](#groupwikirepositoryregistryedge) | A list of edges. |
+| <a id="groupwikirepositoryregistryconnectionnodes"></a>`nodes` | [`[GroupWikiRepositoryRegistry]`](#groupwikirepositoryregistry) | A list of nodes. |
+| <a id="groupwikirepositoryregistryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Represents the current license.
+#### `GroupWikiRepositoryRegistryEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `activatedAt` | [`Date`](#date) | Date when the license was activated. |
-| `billableUsersCount` | [`Int`](#int) | Number of billable users on the system. |
-| `company` | [`String`](#string) | Company of the licensee. |
-| `email` | [`String`](#string) | Email of the licensee. |
-| `expiresAt` | [`Date`](#date) | Date when the license expires. |
-| `id` | [`ID!`](#id) | ID of the license. |
-| `lastSync` | [`Time`](#time) | Date when the license was last synced. |
-| `maximumUserCount` | [`Int`](#int) | Highest number of billable users on the system during the term of the current license. |
-| `name` | [`String`](#string) | Name of the licensee. |
-| `plan` | [`String!`](#string) | Name of the subscription plan. |
-| `startsAt` | [`Date`](#date) | Date when the license started. |
-| `type` | [`String!`](#string) | Type of the license. |
-| `usersInLicenseCount` | [`Int`](#int) | Number of paid users in the license. |
-| `usersOverLicenseCount` | [`Int`](#int) | Number of users over the paid users in the license. |
+The edge type for [`GroupWikiRepositoryRegistry`](#groupwikirepositoryregistry).
-### `CustomEmoji`
+##### Fields
-A custom emoji uploaded by user.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupwikirepositoryregistryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="groupwikirepositoryregistryedgenode"></a>`node` | [`GroupWikiRepositoryRegistry`](#groupwikirepositoryregistry) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `external` | [`Boolean!`](#boolean) | Whether the emoji is an external link. |
-| `id` | [`CustomEmojiID!`](#customemojiid) | The ID of the emoji. |
-| `name` | [`String!`](#string) | The name of the emoji. |
-| `url` | [`String!`](#string) | The link to file of the emoji. |
+#### `IncidentManagementOncallRotationConnection`
-### `CustomEmojiConnection`
+The connection type for [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation).
-The connection type for CustomEmoji.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[CustomEmojiEdge]`](#customemojiedge) | A list of edges. |
-| `nodes` | [`[CustomEmoji]`](#customemoji) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallrotationconnectionedges"></a>`edges` | [`[IncidentManagementOncallRotationEdge]`](#incidentmanagementoncallrotationedge) | A list of edges. |
+| <a id="incidentmanagementoncallrotationconnectionnodes"></a>`nodes` | [`[IncidentManagementOncallRotation]`](#incidentmanagementoncallrotation) | A list of nodes. |
+| <a id="incidentmanagementoncallrotationconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `CustomEmojiEdge`
+#### `IncidentManagementOncallRotationEdge`
-An edge in a connection.
+The edge type for [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`CustomEmoji`](#customemoji) | The item at the end of the edge. |
+##### Fields
-### `DastOnDemandScanCreatePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallrotationedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="incidentmanagementoncallrotationedgenode"></a>`node` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The item at the end of the edge. |
-Autogenerated return type of DastOnDemandScanCreate.
+#### `IncidentManagementOncallScheduleConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
+The connection type for [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule).
-### `DastProfile`
+##### Fields
-Represents a DAST Profile.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallscheduleconnectionedges"></a>`edges` | [`[IncidentManagementOncallScheduleEdge]`](#incidentmanagementoncallscheduleedge) | A list of edges. |
+| <a id="incidentmanagementoncallscheduleconnectionnodes"></a>`nodes` | [`[IncidentManagementOncallSchedule]`](#incidentmanagementoncallschedule) | A list of nodes. |
+| <a id="incidentmanagementoncallscheduleconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `branch` | [`DastProfileBranch`](#dastprofilebranch) | The associated branch. |
-| `dastScannerProfile` | [`DastScannerProfile`](#dastscannerprofile) | The associated scanner profile. |
-| `dastSiteProfile` | [`DastSiteProfile`](#dastsiteprofile) | The associated site profile. |
-| `description` | [`String`](#string) | The description of the scan. |
-| `editPath` | [`String`](#string) | Relative web path to the edit page of a profile. |
-| `id` | [`DastProfileID!`](#dastprofileid) | ID of the profile. |
-| `name` | [`String`](#string) | The name of the profile. |
+#### `IncidentManagementOncallScheduleEdge`
-### `DastProfileBranch`
+The edge type for [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule).
-Represents a DAST Profile Branch.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `exists` | [`Boolean`](#boolean) | Indicates whether or not the branch exists. |
-| `name` | [`String`](#string) | The name of the branch. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallscheduleedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="incidentmanagementoncallscheduleedgenode"></a>`node` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The item at the end of the edge. |
-### `DastProfileConnection`
+#### `IncidentManagementOncallShiftConnection`
-The connection type for DastProfile.
+The connection type for [`IncidentManagementOncallShift`](#incidentmanagementoncallshift).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DastProfileEdge]`](#dastprofileedge) | A list of edges. |
-| `nodes` | [`[DastProfile]`](#dastprofile) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### Fields
-### `DastProfileCreatePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallshiftconnectionedges"></a>`edges` | [`[IncidentManagementOncallShiftEdge]`](#incidentmanagementoncallshiftedge) | A list of edges. |
+| <a id="incidentmanagementoncallshiftconnectionnodes"></a>`nodes` | [`[IncidentManagementOncallShift]`](#incidentmanagementoncallshift) | A list of nodes. |
+| <a id="incidentmanagementoncallshiftconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Autogenerated return type of DastProfileCreate.
+#### `IncidentManagementOncallShiftEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `dastProfile` | [`DastProfile`](#dastprofile) | The created profile. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `pipelineUrl` | [`String`](#string) | The URL of the pipeline that was created. Requires `runAfterCreate` to be set to `true`. |
+The edge type for [`IncidentManagementOncallShift`](#incidentmanagementoncallshift).
-### `DastProfileDeletePayload`
+##### Fields
-Autogenerated return type of DastProfileDelete.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallshiftedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="incidentmanagementoncallshiftedgenode"></a>`node` | [`IncidentManagementOncallShift`](#incidentmanagementoncallshift) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### `IssueConnection`
-### `DastProfileEdge`
+The connection type for [`Issue`](#issue).
-An edge in a connection.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`DastProfile`](#dastprofile) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="issueconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="issueconnectionedges"></a>`edges` | [`[IssueEdge]`](#issueedge) | A list of edges. |
+| <a id="issueconnectionnodes"></a>`nodes` | [`[Issue]`](#issue) | A list of nodes. |
+| <a id="issueconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| <a id="issueconnectionweight"></a>`weight` | [`Int!`](#int) | Total weight of issues collection. |
-### `DastProfileRunPayload`
+#### `IssueEdge`
-Autogenerated return type of DastProfileRun.
+The edge type for [`Issue`](#issue).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
+##### Fields
-### `DastProfileUpdatePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="issueedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="issueedgenode"></a>`node` | [`Issue`](#issue) | The item at the end of the edge. |
-Autogenerated return type of DastProfileUpdate.
+#### `IterationCadenceConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `dastProfile` | [`DastProfile`](#dastprofile) | The updated profile. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `pipelineUrl` | [`String`](#string) | The URL of the pipeline that was created. Requires the input argument `runAfterUpdate` to be set to `true` when calling the mutation, otherwise no pipeline will be created. |
+The connection type for [`IterationCadence`](#iterationcadence).
-### `DastScannerProfile`
+##### Fields
-Represents a DAST scanner profile.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="iterationcadenceconnectionedges"></a>`edges` | [`[IterationCadenceEdge]`](#iterationcadenceedge) | A list of edges. |
+| <a id="iterationcadenceconnectionnodes"></a>`nodes` | [`[IterationCadence]`](#iterationcadence) | A list of nodes. |
+| <a id="iterationcadenceconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `editPath` | [`String`](#string) | Relative web path to the edit page of a scanner profile. |
-| `globalId` **{warning-solid}** | [`DastScannerProfileID!`](#dastscannerprofileid) | **Deprecated** in 13.6. Use `id`. |
-| `id` | [`DastScannerProfileID!`](#dastscannerprofileid) | ID of the DAST scanner profile. |
-| `profileName` | [`String`](#string) | Name of the DAST scanner profile. |
-| `referencedInSecurityPolicies` | [`[String!]`](#string) | List of security policy names that are referencing given project. |
-| `scanType` | [`DastScanTypeEnum`](#dastscantypeenum) | Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan. |
-| `showDebugMessages` | [`Boolean!`](#boolean) | Indicates if debug messages should be included in DAST console output. True to include the debug messages. |
-| `spiderTimeout` | [`Int`](#int) | The maximum number of minutes allowed for the spider to traverse the site. |
-| `targetTimeout` | [`Int`](#int) | The maximum number of seconds allowed for the site under test to respond to a request. |
-| `useAjaxSpider` | [`Boolean!`](#boolean) | Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider. |
+#### `IterationCadenceEdge`
-### `DastScannerProfileConnection`
+The edge type for [`IterationCadence`](#iterationcadence).
-The connection type for DastScannerProfile.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DastScannerProfileEdge]`](#dastscannerprofileedge) | A list of edges. |
-| `nodes` | [`[DastScannerProfile]`](#dastscannerprofile) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="iterationcadenceedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="iterationcadenceedgenode"></a>`node` | [`IterationCadence`](#iterationcadence) | The item at the end of the edge. |
-### `DastScannerProfileCreatePayload`
+#### `IterationConnection`
-Autogenerated return type of DastScannerProfileCreate.
+The connection type for [`Iteration`](#iteration).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `globalId` **{warning-solid}** | [`DastScannerProfileID`](#dastscannerprofileid) | **Deprecated** in 13.6. Use `id`. |
-| `id` | [`DastScannerProfileID`](#dastscannerprofileid) | ID of the scanner profile. |
+##### Fields
-### `DastScannerProfileDeletePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="iterationconnectionedges"></a>`edges` | [`[IterationEdge]`](#iterationedge) | A list of edges. |
+| <a id="iterationconnectionnodes"></a>`nodes` | [`[Iteration]`](#iteration) | A list of nodes. |
+| <a id="iterationconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-Autogenerated return type of DastScannerProfileDelete.
+#### `IterationEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+The edge type for [`Iteration`](#iteration).
-### `DastScannerProfileEdge`
+##### Fields
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="iterationedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="iterationedgenode"></a>`node` | [`Iteration`](#iteration) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`DastScannerProfile`](#dastscannerprofile) | The item at the end of the edge. |
+#### `JiraImportConnection`
-### `DastScannerProfileUpdatePayload`
+The connection type for [`JiraImport`](#jiraimport).
-Autogenerated return type of DastScannerProfileUpdate.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `id` | [`DastScannerProfileID`](#dastscannerprofileid) | ID of the scanner profile. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraimportconnectionedges"></a>`edges` | [`[JiraImportEdge]`](#jiraimportedge) | A list of edges. |
+| <a id="jiraimportconnectionnodes"></a>`nodes` | [`[JiraImport]`](#jiraimport) | A list of nodes. |
+| <a id="jiraimportconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `DastSiteProfile`
+#### `JiraImportEdge`
-Represents a DAST Site Profile.
+The edge type for [`JiraImport`](#jiraimport).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `auth` | [`DastSiteProfileAuth`](#dastsiteprofileauth) | Target authentication details. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
-| `editPath` | [`String`](#string) | Relative web path to the edit page of a site profile. |
-| `excludedUrls` | [`[String!]`](#string) | The URLs to skip during an authenticated scan. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
-| `id` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile. |
-| `normalizedTargetUrl` | [`String`](#string) | Normalized URL of the target to be scanned. |
-| `profileName` | [`String`](#string) | The name of the site profile. |
-| `referencedInSecurityPolicies` | [`[String!]`](#string) | List of security policy names that are referencing given project. |
-| `requestHeaders` | [`String`](#string) | Comma-separated list of request header names and values to be added to every request made by DAST. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
-| `targetType` | [`DastTargetTypeEnum`](#dasttargettypeenum) | The type of target to be scanned. Will always return `null` if `security_dast_site_profiles_api_option` feature flag is disabled. |
-| `targetUrl` | [`String`](#string) | The URL of the target to be scanned. |
-| `userPermissions` | [`DastSiteProfilePermissions!`](#dastsiteprofilepermissions) | Permissions for the current user on the resource. |
-| `validationStatus` | [`DastSiteProfileValidationStatusEnum`](#dastsiteprofilevalidationstatusenum) | The current validation status of the site profile. |
+##### Fields
-### `DastSiteProfileAuth`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraimportedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="jiraimportedgenode"></a>`node` | [`JiraImport`](#jiraimport) | The item at the end of the edge. |
-Input type for DastSiteProfile authentication.
+#### `JiraProjectConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `enabled` | [`Boolean`](#boolean) | Indicates whether authentication is enabled. |
-| `password` | [`String`](#string) | Redacted password to authenticate with on the target website. |
-| `passwordField` | [`String`](#string) | The name of password field at the sign-in HTML form. |
-| `url` | [`String`](#string) | The URL of the page containing the sign-in HTML form on the target website. |
-| `username` | [`String`](#string) | The username to authenticate with on the target website. |
-| `usernameField` | [`String`](#string) | The name of username field at the sign-in HTML form. |
+The connection type for [`JiraProject`](#jiraproject).
-### `DastSiteProfileConnection`
+##### Fields
-The connection type for DastSiteProfile.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraprojectconnectionedges"></a>`edges` | [`[JiraProjectEdge]`](#jiraprojectedge) | A list of edges. |
+| <a id="jiraprojectconnectionnodes"></a>`nodes` | [`[JiraProject]`](#jiraproject) | A list of nodes. |
+| <a id="jiraprojectconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DastSiteProfileEdge]`](#dastsiteprofileedge) | A list of edges. |
-| `nodes` | [`[DastSiteProfile]`](#dastsiteprofile) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### `JiraProjectEdge`
-### `DastSiteProfileCreatePayload`
+The edge type for [`JiraProject`](#jiraproject).
-Autogenerated return type of DastSiteProfileCreate.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `id` | [`DastSiteProfileID`](#dastsiteprofileid) | ID of the site profile. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraprojectedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="jiraprojectedgenode"></a>`node` | [`JiraProject`](#jiraproject) | The item at the end of the edge. |
-### `DastSiteProfileDeletePayload`
+#### `LabelConnection`
-Autogenerated return type of DastSiteProfileDelete.
+The connection type for [`Label`](#label).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+##### Fields
-### `DastSiteProfileEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="labelconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="labelconnectionedges"></a>`edges` | [`[LabelEdge]`](#labeledge) | A list of edges. |
+| <a id="labelconnectionnodes"></a>`nodes` | [`[Label]`](#label) | A list of nodes. |
+| <a id="labelconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-An edge in a connection.
+#### `LabelEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`DastSiteProfile`](#dastsiteprofile) | The item at the end of the edge. |
+The edge type for [`Label`](#label).
-### `DastSiteProfilePermissions`
+##### Fields
-Check permissions for the current user on site profile.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="labeledgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="labeledgenode"></a>`node` | [`Label`](#label) | The item at the end of the edge. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createOnDemandDastScan` | [`Boolean!`](#boolean) | Indicates the user can perform `create_on_demand_dast_scan` on this resource. |
+#### `LicenseHistoryEntryConnection`
-### `DastSiteProfileUpdatePayload`
+The connection type for [`LicenseHistoryEntry`](#licensehistoryentry).
-Autogenerated return type of DastSiteProfileUpdate.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `id` | [`DastSiteProfileID`](#dastsiteprofileid) | ID of the site profile. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="licensehistoryentryconnectionedges"></a>`edges` | [`[LicenseHistoryEntryEdge]`](#licensehistoryentryedge) | A list of edges. |
+| <a id="licensehistoryentryconnectionnodes"></a>`nodes` | [`[LicenseHistoryEntry]`](#licensehistoryentry) | A list of nodes. |
+| <a id="licensehistoryentryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `DastSiteTokenCreatePayload`
+#### `LicenseHistoryEntryEdge`
-Autogenerated return type of DastSiteTokenCreate.
+The edge type for [`LicenseHistoryEntry`](#licensehistoryentry).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `id` | [`DastSiteTokenID`](#dastsitetokenid) | ID of the site token. |
-| `status` | [`DastSiteProfileValidationStatusEnum`](#dastsiteprofilevalidationstatusenum) | The current validation status of the target. |
-| `token` | [`String`](#string) | Token string. |
+##### Fields
-### `DastSiteValidation`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="licensehistoryentryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="licensehistoryentryedgenode"></a>`node` | [`LicenseHistoryEntry`](#licensehistoryentry) | The item at the end of the edge. |
-Represents a DAST Site Validation.
+#### `MemberInterfaceConnection`
+
+The connection type for [`MemberInterface`](#memberinterface).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="memberinterfaceconnectionedges"></a>`edges` | [`[MemberInterfaceEdge]`](#memberinterfaceedge) | A list of edges. |
+| <a id="memberinterfaceconnectionnodes"></a>`nodes` | [`[MemberInterface]`](#memberinterface) | A list of nodes. |
+| <a id="memberinterfaceconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `MemberInterfaceEdge`
+
+The edge type for [`MemberInterface`](#memberinterface).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="memberinterfaceedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="memberinterfaceedgenode"></a>`node` | [`MemberInterface`](#memberinterface) | The item at the end of the edge. |
+
+#### `MergeRequestConnection`
+
+The connection type for [`MergeRequest`](#mergerequest).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="mergerequestconnectionedges"></a>`edges` | [`[MergeRequestEdge]`](#mergerequestedge) | A list of edges. |
+| <a id="mergerequestconnectionnodes"></a>`nodes` | [`[MergeRequest]`](#mergerequest) | A list of nodes. |
+| <a id="mergerequestconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| <a id="mergerequestconnectiontotaltimetomerge"></a>`totalTimeToMerge` | [`Float`](#float) | Total sum of time to merge, in seconds, for the collection of merge requests. |
+
+#### `MergeRequestDiffRegistryConnection`
+
+The connection type for [`MergeRequestDiffRegistry`](#mergerequestdiffregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestdiffregistryconnectionedges"></a>`edges` | [`[MergeRequestDiffRegistryEdge]`](#mergerequestdiffregistryedge) | A list of edges. |
+| <a id="mergerequestdiffregistryconnectionnodes"></a>`nodes` | [`[MergeRequestDiffRegistry]`](#mergerequestdiffregistry) | A list of nodes. |
+| <a id="mergerequestdiffregistryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `MergeRequestDiffRegistryEdge`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `id` | [`DastSiteValidationID!`](#dastsitevalidationid) | Global ID of the site validation. |
-| `normalizedTargetUrl` | [`String`](#string) | Normalized URL of the target to be validated. |
-| `status` | [`DastSiteProfileValidationStatusEnum!`](#dastsiteprofilevalidationstatusenum) | Status of the site validation. |
+The edge type for [`MergeRequestDiffRegistry`](#mergerequestdiffregistry).
-### `DastSiteValidationConnection`
+##### Fields
-The connection type for DastSiteValidation.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestdiffregistryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="mergerequestdiffregistryedgenode"></a>`node` | [`MergeRequestDiffRegistry`](#mergerequestdiffregistry) | The item at the end of the edge. |
+
+#### `MergeRequestEdge`
+
+The edge type for [`MergeRequest`](#mergerequest).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="mergerequestedgenode"></a>`node` | [`MergeRequest`](#mergerequest) | The item at the end of the edge. |
+
+#### `MergeRequestReviewerConnection`
+
+The connection type for [`MergeRequestReviewer`](#mergerequestreviewer).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreviewerconnectionedges"></a>`edges` | [`[MergeRequestReviewerEdge]`](#mergerequestrevieweredge) | A list of edges. |
+| <a id="mergerequestreviewerconnectionnodes"></a>`nodes` | [`[MergeRequestReviewer]`](#mergerequestreviewer) | A list of nodes. |
+| <a id="mergerequestreviewerconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `MergeRequestReviewerEdge`
+
+The edge type for [`MergeRequestReviewer`](#mergerequestreviewer).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestrevieweredgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="mergerequestrevieweredgenode"></a>`node` | [`MergeRequestReviewer`](#mergerequestreviewer) | The item at the end of the edge. |
+
+#### `MetricsDashboardAnnotationConnection`
+
+The connection type for [`MetricsDashboardAnnotation`](#metricsdashboardannotation).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="metricsdashboardannotationconnectionedges"></a>`edges` | [`[MetricsDashboardAnnotationEdge]`](#metricsdashboardannotationedge) | A list of edges. |
+| <a id="metricsdashboardannotationconnectionnodes"></a>`nodes` | [`[MetricsDashboardAnnotation]`](#metricsdashboardannotation) | A list of nodes. |
+| <a id="metricsdashboardannotationconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `MetricsDashboardAnnotationEdge`
+
+The edge type for [`MetricsDashboardAnnotation`](#metricsdashboardannotation).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="metricsdashboardannotationedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="metricsdashboardannotationedgenode"></a>`node` | [`MetricsDashboardAnnotation`](#metricsdashboardannotation) | The item at the end of the edge. |
+
+#### `MilestoneConnection`
+
+The connection type for [`Milestone`](#milestone).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="milestoneconnectionedges"></a>`edges` | [`[MilestoneEdge]`](#milestoneedge) | A list of edges. |
+| <a id="milestoneconnectionnodes"></a>`nodes` | [`[Milestone]`](#milestone) | A list of nodes. |
+| <a id="milestoneconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `MilestoneEdge`
+
+The edge type for [`Milestone`](#milestone).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="milestoneedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="milestoneedgenode"></a>`node` | [`Milestone`](#milestone) | The item at the end of the edge. |
+
+#### `NamespaceConnection`
+
+The connection type for [`Namespace`](#namespace).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="namespaceconnectionedges"></a>`edges` | [`[NamespaceEdge]`](#namespaceedge) | A list of edges. |
+| <a id="namespaceconnectionnodes"></a>`nodes` | [`[Namespace]`](#namespace) | A list of nodes. |
+| <a id="namespaceconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `NamespaceEdge`
+
+The edge type for [`Namespace`](#namespace).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="namespaceedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="namespaceedgenode"></a>`node` | [`Namespace`](#namespace) | The item at the end of the edge. |
+
+#### `NoteConnection`
+
+The connection type for [`Note`](#note).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="noteconnectionedges"></a>`edges` | [`[NoteEdge]`](#noteedge) | A list of edges. |
+| <a id="noteconnectionnodes"></a>`nodes` | [`[Note]`](#note) | A list of nodes. |
+| <a id="noteconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `NoteEdge`
+
+The edge type for [`Note`](#note).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="noteedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="noteedgenode"></a>`node` | [`Note`](#note) | The item at the end of the edge. |
+
+#### `OncallParticipantTypeConnection`
+
+The connection type for [`OncallParticipantType`](#oncallparticipanttype).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncallparticipanttypeconnectionedges"></a>`edges` | [`[OncallParticipantTypeEdge]`](#oncallparticipanttypeedge) | A list of edges. |
+| <a id="oncallparticipanttypeconnectionnodes"></a>`nodes` | [`[OncallParticipantType]`](#oncallparticipanttype) | A list of nodes. |
+| <a id="oncallparticipanttypeconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DastSiteValidationEdge]`](#dastsitevalidationedge) | A list of edges. |
-| `nodes` | [`[DastSiteValidation]`](#dastsitevalidation) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### `OncallParticipantTypeEdge`
-### `DastSiteValidationCreatePayload`
+The edge type for [`OncallParticipantType`](#oncallparticipanttype).
-Autogenerated return type of DastSiteValidationCreate.
+##### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `id` | [`DastSiteValidationID`](#dastsitevalidationid) | ID of the site validation. |
-| `status` | [`DastSiteProfileValidationStatusEnum`](#dastsiteprofilevalidationstatusenum) | The current validation status. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncallparticipanttypeedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="oncallparticipanttypeedgenode"></a>`node` | [`OncallParticipantType`](#oncallparticipanttype) | The item at the end of the edge. |
-### `DastSiteValidationEdge`
+#### `PackageConnection`
-An edge in a connection.
+The connection type for [`Package`](#package).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`DastSiteValidation`](#dastsitevalidation) | The item at the end of the edge. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packageconnectionedges"></a>`edges` | [`[PackageEdge]`](#packageedge) | A list of edges. |
+| <a id="packageconnectionnodes"></a>`nodes` | [`[Package]`](#package) | A list of nodes. |
+| <a id="packageconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-### `DastSiteValidationRevokePayload`
+#### `PackageEdge`
-Autogenerated return type of DastSiteValidationRevoke.
+The edge type for [`Package`](#package).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+##### Fields
-### `DeleteAnnotationPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packageedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="packageedgenode"></a>`node` | [`Package`](#package) | The item at the end of the edge. |
-Autogenerated return type of DeleteAnnotation.
+#### `PackageFileConnection`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+The connection type for [`PackageFile`](#packagefile).
-### `DeleteDevopsAdoptionSegmentPayload`
+##### Fields
-Autogenerated return type of DeleteDevopsAdoptionSegment.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagefileconnectionedges"></a>`edges` | [`[PackageFileEdge]`](#packagefileedge) | A list of edges. |
+| <a id="packagefileconnectionnodes"></a>`nodes` | [`[PackageFile]`](#packagefile) | A list of nodes. |
+| <a id="packagefileconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### `PackageFileEdge`
+
+The edge type for [`PackageFile`](#packagefile).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagefileedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="packagefileedgenode"></a>`node` | [`PackageFile`](#packagefile) | The item at the end of the edge. |
+
+#### `PackageFileRegistryConnection`
+
+The connection type for [`PackageFileRegistry`](#packagefileregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagefileregistryconnectionedges"></a>`edges` | [`[PackageFileRegistryEdge]`](#packagefileregistryedge) | A list of edges. |
+| <a id="packagefileregistryconnectionnodes"></a>`nodes` | [`[PackageFileRegistry]`](#packagefileregistry) | A list of nodes. |
+| <a id="packagefileregistryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `PackageFileRegistryEdge`
+
+The edge type for [`PackageFileRegistry`](#packagefileregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagefileregistryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="packagefileregistryedgenode"></a>`node` | [`PackageFileRegistry`](#packagefileregistry) | The item at the end of the edge. |
+
+#### `PackageTagConnection`
+
+The connection type for [`PackageTag`](#packagetag).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagetagconnectionedges"></a>`edges` | [`[PackageTagEdge]`](#packagetagedge) | A list of edges. |
+| <a id="packagetagconnectionnodes"></a>`nodes` | [`[PackageTag]`](#packagetag) | A list of nodes. |
+| <a id="packagetagconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `PackageTagEdge`
+
+The edge type for [`PackageTag`](#packagetag).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagetagedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="packagetagedgenode"></a>`node` | [`PackageTag`](#packagetag) | The item at the end of the edge. |
+
+#### `PipelineArtifactRegistryConnection`
+
+The connection type for [`PipelineArtifactRegistry`](#pipelineartifactregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelineartifactregistryconnectionedges"></a>`edges` | [`[PipelineArtifactRegistryEdge]`](#pipelineartifactregistryedge) | A list of edges. |
+| <a id="pipelineartifactregistryconnectionnodes"></a>`nodes` | [`[PipelineArtifactRegistry]`](#pipelineartifactregistry) | A list of nodes. |
+| <a id="pipelineartifactregistryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `PipelineArtifactRegistryEdge`
+
+The edge type for [`PipelineArtifactRegistry`](#pipelineartifactregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelineartifactregistryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="pipelineartifactregistryedgenode"></a>`node` | [`PipelineArtifactRegistry`](#pipelineartifactregistry) | The item at the end of the edge. |
+
+#### `PipelineConnection`
+
+The connection type for [`Pipeline`](#pipeline).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelineconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="pipelineconnectionedges"></a>`edges` | [`[PipelineEdge]`](#pipelineedge) | A list of edges. |
+| <a id="pipelineconnectionnodes"></a>`nodes` | [`[Pipeline]`](#pipeline) | A list of nodes. |
+| <a id="pipelineconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `PipelineEdge`
+
+The edge type for [`Pipeline`](#pipeline).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelineedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="pipelineedgenode"></a>`node` | [`Pipeline`](#pipeline) | The item at the end of the edge. |
+
+#### `PipelineSecurityReportFindingConnection`
+
+The connection type for [`PipelineSecurityReportFinding`](#pipelinesecurityreportfinding).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinesecurityreportfindingconnectionedges"></a>`edges` | [`[PipelineSecurityReportFindingEdge]`](#pipelinesecurityreportfindingedge) | A list of edges. |
+| <a id="pipelinesecurityreportfindingconnectionnodes"></a>`nodes` | [`[PipelineSecurityReportFinding]`](#pipelinesecurityreportfinding) | A list of nodes. |
+| <a id="pipelinesecurityreportfindingconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `PipelineSecurityReportFindingEdge`
+
+The edge type for [`PipelineSecurityReportFinding`](#pipelinesecurityreportfinding).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinesecurityreportfindingedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="pipelinesecurityreportfindingedgenode"></a>`node` | [`PipelineSecurityReportFinding`](#pipelinesecurityreportfinding) | The item at the end of the edge. |
+
+#### `ProjectConnection`
+
+The connection type for [`Project`](#project).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectconnectionedges"></a>`edges` | [`[ProjectEdge]`](#projectedge) | A list of edges. |
+| <a id="projectconnectionnodes"></a>`nodes` | [`[Project]`](#project) | A list of nodes. |
+| <a id="projectconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ProjectEdge`
+
+The edge type for [`Project`](#project).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="projectedgenode"></a>`node` | [`Project`](#project) | The item at the end of the edge. |
+
+#### `ProjectMemberConnection`
+
+The connection type for [`ProjectMember`](#projectmember).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectmemberconnectionedges"></a>`edges` | [`[ProjectMemberEdge]`](#projectmemberedge) | A list of edges. |
+| <a id="projectmemberconnectionnodes"></a>`nodes` | [`[ProjectMember]`](#projectmember) | A list of nodes. |
+| <a id="projectmemberconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ProjectMemberEdge`
+
+The edge type for [`ProjectMember`](#projectmember).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectmemberedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="projectmemberedgenode"></a>`node` | [`ProjectMember`](#projectmember) | The item at the end of the edge. |
+
+#### `ReleaseAssetLinkConnection`
+
+The connection type for [`ReleaseAssetLink`](#releaseassetlink).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseassetlinkconnectionedges"></a>`edges` | [`[ReleaseAssetLinkEdge]`](#releaseassetlinkedge) | A list of edges. |
+| <a id="releaseassetlinkconnectionnodes"></a>`nodes` | [`[ReleaseAssetLink]`](#releaseassetlink) | A list of nodes. |
+| <a id="releaseassetlinkconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ReleaseAssetLinkEdge`
+
+The edge type for [`ReleaseAssetLink`](#releaseassetlink).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseassetlinkedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="releaseassetlinkedgenode"></a>`node` | [`ReleaseAssetLink`](#releaseassetlink) | The item at the end of the edge. |
+
+#### `ReleaseConnection`
+
+The connection type for [`Release`](#release).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="releaseconnectionedges"></a>`edges` | [`[ReleaseEdge]`](#releaseedge) | A list of edges. |
+| <a id="releaseconnectionnodes"></a>`nodes` | [`[Release]`](#release) | A list of nodes. |
+| <a id="releaseconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ReleaseEdge`
+
+The edge type for [`Release`](#release).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="releaseedgenode"></a>`node` | [`Release`](#release) | The item at the end of the edge. |
+
+#### `ReleaseEvidenceConnection`
+
+The connection type for [`ReleaseEvidence`](#releaseevidence).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseevidenceconnectionedges"></a>`edges` | [`[ReleaseEvidenceEdge]`](#releaseevidenceedge) | A list of edges. |
+| <a id="releaseevidenceconnectionnodes"></a>`nodes` | [`[ReleaseEvidence]`](#releaseevidence) | A list of nodes. |
+| <a id="releaseevidenceconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ReleaseEvidenceEdge`
+
+The edge type for [`ReleaseEvidence`](#releaseevidence).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseevidenceedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="releaseevidenceedgenode"></a>`node` | [`ReleaseEvidence`](#releaseevidence) | The item at the end of the edge. |
+
+#### `ReleaseSourceConnection`
+
+The connection type for [`ReleaseSource`](#releasesource).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releasesourceconnectionedges"></a>`edges` | [`[ReleaseSourceEdge]`](#releasesourceedge) | A list of edges. |
+| <a id="releasesourceconnectionnodes"></a>`nodes` | [`[ReleaseSource]`](#releasesource) | A list of nodes. |
+| <a id="releasesourceconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ReleaseSourceEdge`
+
+The edge type for [`ReleaseSource`](#releasesource).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releasesourceedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="releasesourceedgenode"></a>`node` | [`ReleaseSource`](#releasesource) | The item at the end of the edge. |
+
+#### `RepositoryBlobConnection`
+
+The connection type for [`RepositoryBlob`](#repositoryblob).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="repositoryblobconnectionedges"></a>`edges` | [`[RepositoryBlobEdge]`](#repositoryblobedge) | A list of edges. |
+| <a id="repositoryblobconnectionnodes"></a>`nodes` | [`[RepositoryBlob]`](#repositoryblob) | A list of nodes. |
+| <a id="repositoryblobconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `RepositoryBlobEdge`
+
+The edge type for [`RepositoryBlob`](#repositoryblob).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="repositoryblobedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="repositoryblobedgenode"></a>`node` | [`RepositoryBlob`](#repositoryblob) | The item at the end of the edge. |
+
+#### `RequirementConnection`
+
+The connection type for [`Requirement`](#requirement).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="requirementconnectionedges"></a>`edges` | [`[RequirementEdge]`](#requirementedge) | A list of edges. |
+| <a id="requirementconnectionnodes"></a>`nodes` | [`[Requirement]`](#requirement) | A list of nodes. |
+| <a id="requirementconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `RequirementEdge`
+
+The edge type for [`Requirement`](#requirement).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="requirementedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="requirementedgenode"></a>`node` | [`Requirement`](#requirement) | The item at the end of the edge. |
+
+#### `RunnerArchitectureConnection`
+
+The connection type for [`RunnerArchitecture`](#runnerarchitecture).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="runnerarchitectureconnectionedges"></a>`edges` | [`[RunnerArchitectureEdge]`](#runnerarchitectureedge) | A list of edges. |
+| <a id="runnerarchitectureconnectionnodes"></a>`nodes` | [`[RunnerArchitecture]`](#runnerarchitecture) | A list of nodes. |
+| <a id="runnerarchitectureconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `RunnerArchitectureEdge`
+
+The edge type for [`RunnerArchitecture`](#runnerarchitecture).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="runnerarchitectureedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="runnerarchitectureedgenode"></a>`node` | [`RunnerArchitecture`](#runnerarchitecture) | The item at the end of the edge. |
+
+#### `RunnerPlatformConnection`
+
+The connection type for [`RunnerPlatform`](#runnerplatform).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="runnerplatformconnectionedges"></a>`edges` | [`[RunnerPlatformEdge]`](#runnerplatformedge) | A list of edges. |
+| <a id="runnerplatformconnectionnodes"></a>`nodes` | [`[RunnerPlatform]`](#runnerplatform) | A list of nodes. |
+| <a id="runnerplatformconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `RunnerPlatformEdge`
+
+The edge type for [`RunnerPlatform`](#runnerplatform).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="runnerplatformedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="runnerplatformedgenode"></a>`node` | [`RunnerPlatform`](#runnerplatform) | The item at the end of the edge. |
+
+#### `SastCiConfigurationAnalyzersEntityConnection`
+
+The connection type for [`SastCiConfigurationAnalyzersEntity`](#sastciconfigurationanalyzersentity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationanalyzersentityconnectionedges"></a>`edges` | [`[SastCiConfigurationAnalyzersEntityEdge]`](#sastciconfigurationanalyzersentityedge) | A list of edges. |
+| <a id="sastciconfigurationanalyzersentityconnectionnodes"></a>`nodes` | [`[SastCiConfigurationAnalyzersEntity]`](#sastciconfigurationanalyzersentity) | A list of nodes. |
+| <a id="sastciconfigurationanalyzersentityconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SastCiConfigurationAnalyzersEntityEdge`
+
+The edge type for [`SastCiConfigurationAnalyzersEntity`](#sastciconfigurationanalyzersentity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationanalyzersentityedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="sastciconfigurationanalyzersentityedgenode"></a>`node` | [`SastCiConfigurationAnalyzersEntity`](#sastciconfigurationanalyzersentity) | The item at the end of the edge. |
+
+#### `SastCiConfigurationEntityConnection`
+
+The connection type for [`SastCiConfigurationEntity`](#sastciconfigurationentity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationentityconnectionedges"></a>`edges` | [`[SastCiConfigurationEntityEdge]`](#sastciconfigurationentityedge) | A list of edges. |
+| <a id="sastciconfigurationentityconnectionnodes"></a>`nodes` | [`[SastCiConfigurationEntity]`](#sastciconfigurationentity) | A list of nodes. |
+| <a id="sastciconfigurationentityconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SastCiConfigurationEntityEdge`
+
+The edge type for [`SastCiConfigurationEntity`](#sastciconfigurationentity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationentityedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="sastciconfigurationentityedgenode"></a>`node` | [`SastCiConfigurationEntity`](#sastciconfigurationentity) | The item at the end of the edge. |
+
+#### `SastCiConfigurationOptionsEntityConnection`
+
+The connection type for [`SastCiConfigurationOptionsEntity`](#sastciconfigurationoptionsentity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationoptionsentityconnectionedges"></a>`edges` | [`[SastCiConfigurationOptionsEntityEdge]`](#sastciconfigurationoptionsentityedge) | A list of edges. |
+| <a id="sastciconfigurationoptionsentityconnectionnodes"></a>`nodes` | [`[SastCiConfigurationOptionsEntity]`](#sastciconfigurationoptionsentity) | A list of nodes. |
+| <a id="sastciconfigurationoptionsentityconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SastCiConfigurationOptionsEntityEdge`
+
+The edge type for [`SastCiConfigurationOptionsEntity`](#sastciconfigurationoptionsentity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationoptionsentityedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="sastciconfigurationoptionsentityedgenode"></a>`node` | [`SastCiConfigurationOptionsEntity`](#sastciconfigurationoptionsentity) | The item at the end of the edge. |
+
+#### `ScanConnection`
+
+The connection type for [`Scan`](#scan).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="scanconnectionedges"></a>`edges` | [`[ScanEdge]`](#scanedge) | A list of edges. |
+| <a id="scanconnectionnodes"></a>`nodes` | [`[Scan]`](#scan) | A list of nodes. |
+| <a id="scanconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ScanEdge`
+
+The edge type for [`Scan`](#scan).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="scanedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="scanedgenode"></a>`node` | [`Scan`](#scan) | The item at the end of the edge. |
+
+#### `ScannedResourceConnection`
+
+The connection type for [`ScannedResource`](#scannedresource).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="scannedresourceconnectionedges"></a>`edges` | [`[ScannedResourceEdge]`](#scannedresourceedge) | A list of edges. |
+| <a id="scannedresourceconnectionnodes"></a>`nodes` | [`[ScannedResource]`](#scannedresource) | A list of nodes. |
+| <a id="scannedresourceconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ScannedResourceEdge`
+
+The edge type for [`ScannedResource`](#scannedresource).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="scannedresourceedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="scannedresourceedgenode"></a>`node` | [`ScannedResource`](#scannedresource) | The item at the end of the edge. |
+
+#### `SentryErrorConnection`
+
+The connection type for [`SentryError`](#sentryerror).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorconnectionedges"></a>`edges` | [`[SentryErrorEdge]`](#sentryerroredge) | A list of edges. |
+| <a id="sentryerrorconnectionnodes"></a>`nodes` | [`[SentryError]`](#sentryerror) | A list of nodes. |
+| <a id="sentryerrorconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SentryErrorEdge`
+
+The edge type for [`SentryError`](#sentryerror).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerroredgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="sentryerroredgenode"></a>`node` | [`SentryError`](#sentryerror) | The item at the end of the edge. |
+
+#### `ServiceConnection`
+
+The connection type for [`Service`](#service).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="serviceconnectionedges"></a>`edges` | [`[ServiceEdge]`](#serviceedge) | A list of edges. |
+| <a id="serviceconnectionnodes"></a>`nodes` | [`[Service]`](#service) | A list of nodes. |
+| <a id="serviceconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `ServiceEdge`
+
+The edge type for [`Service`](#service).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="serviceedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="serviceedgenode"></a>`node` | [`Service`](#service) | The item at the end of the edge. |
+
+#### `SnippetBlobConnection`
+
+The connection type for [`SnippetBlob`](#snippetblob).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetblobconnectionedges"></a>`edges` | [`[SnippetBlobEdge]`](#snippetblobedge) | A list of edges. |
+| <a id="snippetblobconnectionnodes"></a>`nodes` | [`[SnippetBlob]`](#snippetblob) | A list of nodes. |
+| <a id="snippetblobconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SnippetBlobEdge`
+
+The edge type for [`SnippetBlob`](#snippetblob).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetblobedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="snippetblobedgenode"></a>`node` | [`SnippetBlob`](#snippetblob) | The item at the end of the edge. |
+
+#### `SnippetConnection`
+
+The connection type for [`Snippet`](#snippet).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetconnectionedges"></a>`edges` | [`[SnippetEdge]`](#snippetedge) | A list of edges. |
+| <a id="snippetconnectionnodes"></a>`nodes` | [`[Snippet]`](#snippet) | A list of nodes. |
+| <a id="snippetconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SnippetEdge`
+
+The edge type for [`Snippet`](#snippet).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="snippetedgenode"></a>`node` | [`Snippet`](#snippet) | The item at the end of the edge. |
+
+#### `SnippetRepositoryRegistryConnection`
+
+The connection type for [`SnippetRepositoryRegistry`](#snippetrepositoryregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetrepositoryregistryconnectionedges"></a>`edges` | [`[SnippetRepositoryRegistryEdge]`](#snippetrepositoryregistryedge) | A list of edges. |
+| <a id="snippetrepositoryregistryconnectionnodes"></a>`nodes` | [`[SnippetRepositoryRegistry]`](#snippetrepositoryregistry) | A list of nodes. |
+| <a id="snippetrepositoryregistryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SnippetRepositoryRegistryEdge`
+
+The edge type for [`SnippetRepositoryRegistry`](#snippetrepositoryregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetrepositoryregistryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="snippetrepositoryregistryedgenode"></a>`node` | [`SnippetRepositoryRegistry`](#snippetrepositoryregistry) | The item at the end of the edge. |
+
+#### `SubmoduleConnection`
+
+The connection type for [`Submodule`](#submodule).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="submoduleconnectionedges"></a>`edges` | [`[SubmoduleEdge]`](#submoduleedge) | A list of edges. |
+| <a id="submoduleconnectionnodes"></a>`nodes` | [`[Submodule]`](#submodule) | A list of nodes. |
+| <a id="submoduleconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `SubmoduleEdge`
+
+The edge type for [`Submodule`](#submodule).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="submoduleedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="submoduleedgenode"></a>`node` | [`Submodule`](#submodule) | The item at the end of the edge. |
+
+#### `TerraformStateConnection`
+
+The connection type for [`TerraformState`](#terraformstate).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="terraformstateconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="terraformstateconnectionedges"></a>`edges` | [`[TerraformStateEdge]`](#terraformstateedge) | A list of edges. |
+| <a id="terraformstateconnectionnodes"></a>`nodes` | [`[TerraformState]`](#terraformstate) | A list of nodes. |
+| <a id="terraformstateconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TerraformStateEdge`
+
+The edge type for [`TerraformState`](#terraformstate).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="terraformstateedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="terraformstateedgenode"></a>`node` | [`TerraformState`](#terraformstate) | The item at the end of the edge. |
+
+#### `TerraformStateVersionRegistryConnection`
+
+The connection type for [`TerraformStateVersionRegistry`](#terraformstateversionregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="terraformstateversionregistryconnectionedges"></a>`edges` | [`[TerraformStateVersionRegistryEdge]`](#terraformstateversionregistryedge) | A list of edges. |
+| <a id="terraformstateversionregistryconnectionnodes"></a>`nodes` | [`[TerraformStateVersionRegistry]`](#terraformstateversionregistry) | A list of nodes. |
+| <a id="terraformstateversionregistryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TerraformStateVersionRegistryEdge`
+
+The edge type for [`TerraformStateVersionRegistry`](#terraformstateversionregistry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="terraformstateversionregistryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="terraformstateversionregistryedgenode"></a>`node` | [`TerraformStateVersionRegistry`](#terraformstateversionregistry) | The item at the end of the edge. |
+
+#### `TestCaseConnection`
+
+The connection type for [`TestCase`](#testcase).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testcaseconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="testcaseconnectionedges"></a>`edges` | [`[TestCaseEdge]`](#testcaseedge) | A list of edges. |
+| <a id="testcaseconnectionnodes"></a>`nodes` | [`[TestCase]`](#testcase) | A list of nodes. |
+| <a id="testcaseconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TestCaseEdge`
+
+The edge type for [`TestCase`](#testcase).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testcaseedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="testcaseedgenode"></a>`node` | [`TestCase`](#testcase) | The item at the end of the edge. |
+
+#### `TestReportConnection`
+
+The connection type for [`TestReport`](#testreport).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testreportconnectionedges"></a>`edges` | [`[TestReportEdge]`](#testreportedge) | A list of edges. |
+| <a id="testreportconnectionnodes"></a>`nodes` | [`[TestReport]`](#testreport) | A list of nodes. |
+| <a id="testreportconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TestReportEdge`
+
+The edge type for [`TestReport`](#testreport).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testreportedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="testreportedgenode"></a>`node` | [`TestReport`](#testreport) | The item at the end of the edge. |
+
+#### `TestSuiteSummaryConnection`
+
+The connection type for [`TestSuiteSummary`](#testsuitesummary).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testsuitesummaryconnectioncount"></a>`count` | [`Int!`](#int) | Total count of collection. |
+| <a id="testsuitesummaryconnectionedges"></a>`edges` | [`[TestSuiteSummaryEdge]`](#testsuitesummaryedge) | A list of edges. |
+| <a id="testsuitesummaryconnectionnodes"></a>`nodes` | [`[TestSuiteSummary]`](#testsuitesummary) | A list of nodes. |
+| <a id="testsuitesummaryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TestSuiteSummaryEdge`
+
+The edge type for [`TestSuiteSummary`](#testsuitesummary).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testsuitesummaryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="testsuitesummaryedgenode"></a>`node` | [`TestSuiteSummary`](#testsuitesummary) | The item at the end of the edge. |
+
+#### `TimelogConnection`
+
+The connection type for [`Timelog`](#timelog).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timelogconnectionedges"></a>`edges` | [`[TimelogEdge]`](#timelogedge) | A list of edges. |
+| <a id="timelogconnectionnodes"></a>`nodes` | [`[Timelog]`](#timelog) | A list of nodes. |
+| <a id="timelogconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TimelogEdge`
+
+The edge type for [`Timelog`](#timelog).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timelogedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="timelogedgenode"></a>`node` | [`Timelog`](#timelog) | The item at the end of the edge. |
+
+#### `TodoConnection`
+
+The connection type for [`Todo`](#todo).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="todoconnectionedges"></a>`edges` | [`[TodoEdge]`](#todoedge) | A list of edges. |
+| <a id="todoconnectionnodes"></a>`nodes` | [`[Todo]`](#todo) | A list of nodes. |
+| <a id="todoconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TodoEdge`
+
+The edge type for [`Todo`](#todo).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="todoedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="todoedgenode"></a>`node` | [`Todo`](#todo) | The item at the end of the edge. |
+
+#### `TreeEntryConnection`
+
+The connection type for [`TreeEntry`](#treeentry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="treeentryconnectionedges"></a>`edges` | [`[TreeEntryEdge]`](#treeentryedge) | A list of edges. |
+| <a id="treeentryconnectionnodes"></a>`nodes` | [`[TreeEntry]`](#treeentry) | A list of nodes. |
+| <a id="treeentryconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `TreeEntryEdge`
+
+The edge type for [`TreeEntry`](#treeentry).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="treeentryedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="treeentryedgenode"></a>`node` | [`TreeEntry`](#treeentry) | The item at the end of the edge. |
+
+#### `UsageTrendsMeasurementConnection`
+
+The connection type for [`UsageTrendsMeasurement`](#usagetrendsmeasurement).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usagetrendsmeasurementconnectionedges"></a>`edges` | [`[UsageTrendsMeasurementEdge]`](#usagetrendsmeasurementedge) | A list of edges. |
+| <a id="usagetrendsmeasurementconnectionnodes"></a>`nodes` | [`[UsageTrendsMeasurement]`](#usagetrendsmeasurement) | A list of nodes. |
+| <a id="usagetrendsmeasurementconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `UsageTrendsMeasurementEdge`
+
+The edge type for [`UsageTrendsMeasurement`](#usagetrendsmeasurement).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usagetrendsmeasurementedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="usagetrendsmeasurementedgenode"></a>`node` | [`UsageTrendsMeasurement`](#usagetrendsmeasurement) | The item at the end of the edge. |
+
+#### `UserCalloutConnection`
+
+The connection type for [`UserCallout`](#usercallout).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usercalloutconnectionedges"></a>`edges` | [`[UserCalloutEdge]`](#usercalloutedge) | A list of edges. |
+| <a id="usercalloutconnectionnodes"></a>`nodes` | [`[UserCallout]`](#usercallout) | A list of nodes. |
+| <a id="usercalloutconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `UserCalloutEdge`
+
+The edge type for [`UserCallout`](#usercallout).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usercalloutedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="usercalloutedgenode"></a>`node` | [`UserCallout`](#usercallout) | The item at the end of the edge. |
+
+#### `UserConnection`
+
+The connection type for [`User`](#user).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="userconnectionedges"></a>`edges` | [`[UserEdge]`](#useredge) | A list of edges. |
+| <a id="userconnectionnodes"></a>`nodes` | [`[User]`](#user) | A list of nodes. |
+| <a id="userconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `UserEdge`
+
+The edge type for [`User`](#user).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="useredgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="useredgenode"></a>`node` | [`User`](#user) | The item at the end of the edge. |
+
+#### `VulnerabilitiesCountByDayAndSeverityConnection`
+
+The connection type for [`VulnerabilitiesCountByDayAndSeverity`](#vulnerabilitiescountbydayandseverity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitiescountbydayandseverityconnectionedges"></a>`edges` | [`[VulnerabilitiesCountByDayAndSeverityEdge]`](#vulnerabilitiescountbydayandseverityedge) | A list of edges. |
+| <a id="vulnerabilitiescountbydayandseverityconnectionnodes"></a>`nodes` | [`[VulnerabilitiesCountByDayAndSeverity]`](#vulnerabilitiescountbydayandseverity) | A list of nodes. |
+| <a id="vulnerabilitiescountbydayandseverityconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `VulnerabilitiesCountByDayAndSeverityEdge`
+
+The edge type for [`VulnerabilitiesCountByDayAndSeverity`](#vulnerabilitiescountbydayandseverity).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitiescountbydayandseverityedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="vulnerabilitiescountbydayandseverityedgenode"></a>`node` | [`VulnerabilitiesCountByDayAndSeverity`](#vulnerabilitiescountbydayandseverity) | The item at the end of the edge. |
+
+#### `VulnerabilitiesCountByDayConnection`
+
+The connection type for [`VulnerabilitiesCountByDay`](#vulnerabilitiescountbyday).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitiescountbydayconnectionedges"></a>`edges` | [`[VulnerabilitiesCountByDayEdge]`](#vulnerabilitiescountbydayedge) | A list of edges. |
+| <a id="vulnerabilitiescountbydayconnectionnodes"></a>`nodes` | [`[VulnerabilitiesCountByDay]`](#vulnerabilitiescountbyday) | A list of nodes. |
+| <a id="vulnerabilitiescountbydayconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `VulnerabilitiesCountByDayEdge`
+
+The edge type for [`VulnerabilitiesCountByDay`](#vulnerabilitiescountbyday).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitiescountbydayedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="vulnerabilitiescountbydayedgenode"></a>`node` | [`VulnerabilitiesCountByDay`](#vulnerabilitiescountbyday) | The item at the end of the edge. |
+
+#### `VulnerabilityConnection`
+
+The connection type for [`Vulnerability`](#vulnerability).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityconnectionedges"></a>`edges` | [`[VulnerabilityEdge]`](#vulnerabilityedge) | A list of edges. |
+| <a id="vulnerabilityconnectionnodes"></a>`nodes` | [`[Vulnerability]`](#vulnerability) | A list of nodes. |
+| <a id="vulnerabilityconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `VulnerabilityEdge`
+
+The edge type for [`Vulnerability`](#vulnerability).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="vulnerabilityedgenode"></a>`node` | [`Vulnerability`](#vulnerability) | The item at the end of the edge. |
+
+#### `VulnerabilityExternalIssueLinkConnection`
+
+The connection type for [`VulnerabilityExternalIssueLink`](#vulnerabilityexternalissuelink).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityexternalissuelinkconnectionedges"></a>`edges` | [`[VulnerabilityExternalIssueLinkEdge]`](#vulnerabilityexternalissuelinkedge) | A list of edges. |
+| <a id="vulnerabilityexternalissuelinkconnectionnodes"></a>`nodes` | [`[VulnerabilityExternalIssueLink]`](#vulnerabilityexternalissuelink) | A list of nodes. |
+| <a id="vulnerabilityexternalissuelinkconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `VulnerabilityExternalIssueLinkEdge`
+
+The edge type for [`VulnerabilityExternalIssueLink`](#vulnerabilityexternalissuelink).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityexternalissuelinkedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="vulnerabilityexternalissuelinkedgenode"></a>`node` | [`VulnerabilityExternalIssueLink`](#vulnerabilityexternalissuelink) | The item at the end of the edge. |
+
+#### `VulnerabilityIssueLinkConnection`
+
+The connection type for [`VulnerabilityIssueLink`](#vulnerabilityissuelink).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityissuelinkconnectionedges"></a>`edges` | [`[VulnerabilityIssueLinkEdge]`](#vulnerabilityissuelinkedge) | A list of edges. |
+| <a id="vulnerabilityissuelinkconnectionnodes"></a>`nodes` | [`[VulnerabilityIssueLink]`](#vulnerabilityissuelink) | A list of nodes. |
+| <a id="vulnerabilityissuelinkconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `VulnerabilityIssueLinkEdge`
+
+The edge type for [`VulnerabilityIssueLink`](#vulnerabilityissuelink).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityissuelinkedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="vulnerabilityissuelinkedgenode"></a>`node` | [`VulnerabilityIssueLink`](#vulnerabilityissuelink) | The item at the end of the edge. |
+
+#### `VulnerabilityScannerConnection`
+
+The connection type for [`VulnerabilityScanner`](#vulnerabilityscanner).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityscannerconnectionedges"></a>`edges` | [`[VulnerabilityScannerEdge]`](#vulnerabilityscanneredge) | A list of edges. |
+| <a id="vulnerabilityscannerconnectionnodes"></a>`nodes` | [`[VulnerabilityScanner]`](#vulnerabilityscanner) | A list of nodes. |
+| <a id="vulnerabilityscannerconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+
+#### `VulnerabilityScannerEdge`
+
+The edge type for [`VulnerabilityScanner`](#vulnerabilityscanner).
+
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityscanneredgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
+| <a id="vulnerabilityscanneredgenode"></a>`node` | [`VulnerabilityScanner`](#vulnerabilityscanner) | The item at the end of the edge. |
+
+## Object types
+
+Object types represent the resources that the GitLab GraphQL API can return.
+They contain _fields_. Each field has its own type, which will either be one of the
+basic GraphQL [scalar types](https://graphql.org/learn/schema/#scalar-types)
+(e.g.: `String` or `Boolean`) or other object types. Fields may have arguments.
+Fields with arguments are exactly like top-level queries, and are listed beneath
+the table of fields for each object type.
+
+For more information, see
+[Object Types and Fields](https://graphql.org/learn/schema/#object-types-and-fields)
+on `graphql.org`.
+
+### `AccessLevel`
+
+Represents the access level of a relationship between a User and object that it is related to.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="accesslevelintegervalue"></a>`integerValue` | [`Int`](#int) | Integer representation of access level. |
+| <a id="accesslevelstringvalue"></a>`stringValue` | [`AccessLevelEnum`](#accesslevelenum) | String representation of access level. |
+
+### `AlertManagementAlert`
+
+Describes an alert from the project's Alert Management.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementalertassignees"></a>`assignees` | [`UserConnection`](#userconnection) | Assignees of the alert. |
+| <a id="alertmanagementalertcreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp the alert was created. |
+| <a id="alertmanagementalertdescription"></a>`description` | [`String`](#string) | Description of the alert. |
+| <a id="alertmanagementalertdetails"></a>`details` | [`JSON`](#json) | Alert details. |
+| <a id="alertmanagementalertdetailsurl"></a>`detailsUrl` | [`String!`](#string) | The URL of the alert detail page. |
+| <a id="alertmanagementalertdiscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="alertmanagementalertendedat"></a>`endedAt` | [`Time`](#time) | Timestamp the alert ended. |
+| <a id="alertmanagementalertenvironment"></a>`environment` | [`Environment`](#environment) | Environment for the alert. |
+| <a id="alertmanagementalerteventcount"></a>`eventCount` | [`Int`](#int) | Number of events of this alert. |
+| <a id="alertmanagementalerthosts"></a>`hosts` | [`[String!]`](#string) | List of hosts the alert came from. |
+| <a id="alertmanagementalertiid"></a>`iid` | [`ID!`](#id) | Internal ID of the alert. |
+| <a id="alertmanagementalertissue"></a>`issue` | [`Issue`](#issue) | Issue attached to the alert. |
+| <a id="alertmanagementalertissueiid"></a>`issueIid` **{warning-solid}** | [`ID`](#id) | **Deprecated** in 13.10. Use issue field. |
+| <a id="alertmanagementalertmetricsdashboardurl"></a>`metricsDashboardUrl` | [`String`](#string) | URL for metrics embed for the alert. |
+| <a id="alertmanagementalertmonitoringtool"></a>`monitoringTool` | [`String`](#string) | Monitoring tool the alert came from. |
+| <a id="alertmanagementalertnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="alertmanagementalertprometheusalert"></a>`prometheusAlert` | [`PrometheusAlert`](#prometheusalert) | The alert condition for Prometheus. |
+| <a id="alertmanagementalertrunbook"></a>`runbook` | [`String`](#string) | Runbook for the alert as defined in alert details. |
+| <a id="alertmanagementalertservice"></a>`service` | [`String`](#string) | Service the alert came from. |
+| <a id="alertmanagementalertseverity"></a>`severity` | [`AlertManagementSeverity`](#alertmanagementseverity) | Severity of the alert. |
+| <a id="alertmanagementalertstartedat"></a>`startedAt` | [`Time`](#time) | Timestamp the alert was raised. |
+| <a id="alertmanagementalertstatus"></a>`status` | [`AlertManagementStatus`](#alertmanagementstatus) | Status of the alert. |
+| <a id="alertmanagementalerttitle"></a>`title` | [`String`](#string) | Title of the alert. |
+| <a id="alertmanagementalertupdatedat"></a>`updatedAt` | [`Time`](#time) | Timestamp the alert was last updated. |
+
+#### Fields with arguments
+
+##### `AlertManagementAlert.todos`
+
+To-do items of the current user for the alert.
+
+Returns [`TodoConnection`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementalerttodosaction"></a>`action` | [`[TodoActionEnum!]`](#todoactionenum) | The action to be filtered. |
+| <a id="alertmanagementalerttodosauthorid"></a>`authorId` | [`[ID!]`](#id) | The ID of an author. |
+| <a id="alertmanagementalerttodosgroupid"></a>`groupId` | [`[ID!]`](#id) | The ID of a group. |
+| <a id="alertmanagementalerttodosprojectid"></a>`projectId` | [`[ID!]`](#id) | The ID of a project. |
+| <a id="alertmanagementalerttodosstate"></a>`state` | [`[TodoStateEnum!]`](#todostateenum) | The state of the todo. |
+| <a id="alertmanagementalerttodostype"></a>`type` | [`[TodoTargetEnum!]`](#todotargetenum) | The type of the todo. |
+
+### `AlertManagementAlertStatusCountsType`
+
+Represents total number of alerts for the represented categories.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementalertstatuscountstypeacknowledged"></a>`acknowledged` | [`Int`](#int) | Number of alerts with status ACKNOWLEDGED for the project. |
+| <a id="alertmanagementalertstatuscountstypeall"></a>`all` | [`Int`](#int) | Total number of alerts for the project. |
+| <a id="alertmanagementalertstatuscountstypeignored"></a>`ignored` | [`Int`](#int) | Number of alerts with status IGNORED for the project. |
+| <a id="alertmanagementalertstatuscountstypeopen"></a>`open` | [`Int`](#int) | Number of alerts with status TRIGGERED or ACKNOWLEDGED for the project. |
+| <a id="alertmanagementalertstatuscountstyperesolved"></a>`resolved` | [`Int`](#int) | Number of alerts with status RESOLVED for the project. |
+| <a id="alertmanagementalertstatuscountstypetriggered"></a>`triggered` | [`Int`](#int) | Number of alerts with status TRIGGERED for the project. |
+
+### `AlertManagementHttpIntegration`
+
+An endpoint and credentials used to accept alerts for a project.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementhttpintegrationactive"></a>`active` | [`Boolean`](#boolean) | Whether the endpoint is currently accepting alerts. |
+| <a id="alertmanagementhttpintegrationapiurl"></a>`apiUrl` | [`String`](#string) | URL at which Prometheus metrics can be queried to populate the metrics dashboard. |
+| <a id="alertmanagementhttpintegrationid"></a>`id` | [`ID!`](#id) | ID of the integration. |
+| <a id="alertmanagementhttpintegrationname"></a>`name` | [`String`](#string) | Name of the integration. |
+| <a id="alertmanagementhttpintegrationpayloadalertfields"></a>`payloadAlertFields` | [`[AlertManagementPayloadAlertField!]`](#alertmanagementpayloadalertfield) | Extract alert fields from payload example for custom mapping. |
+| <a id="alertmanagementhttpintegrationpayloadattributemappings"></a>`payloadAttributeMappings` | [`[AlertManagementPayloadAlertMappingField!]`](#alertmanagementpayloadalertmappingfield) | The custom mapping of GitLab alert attributes to fields from the payload_example. |
+| <a id="alertmanagementhttpintegrationpayloadexample"></a>`payloadExample` | [`JsonString`](#jsonstring) | The example of an alert payload. |
+| <a id="alertmanagementhttpintegrationtoken"></a>`token` | [`String`](#string) | Token used to authenticate alert notification requests. |
+| <a id="alertmanagementhttpintegrationtype"></a>`type` | [`AlertManagementIntegrationType!`](#alertmanagementintegrationtype) | Type of integration. |
+| <a id="alertmanagementhttpintegrationurl"></a>`url` | [`String`](#string) | Endpoint which accepts alert notifications. |
+
+### `AlertManagementPayloadAlertField`
+
+Parsed field from an alert used for custom mappings.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementpayloadalertfieldlabel"></a>`label` | [`String`](#string) | Human-readable label of the payload path. |
+| <a id="alertmanagementpayloadalertfieldpath"></a>`path` | [`[PayloadAlertFieldPathSegment!]`](#payloadalertfieldpathsegment) | Path to value inside payload JSON. |
+| <a id="alertmanagementpayloadalertfieldtype"></a>`type` | [`AlertManagementPayloadAlertFieldType`](#alertmanagementpayloadalertfieldtype) | Type of the parsed value. |
+
+### `AlertManagementPayloadAlertMappingField`
+
+Parsed field (with its name) from an alert used for custom mappings.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementpayloadalertmappingfieldfieldname"></a>`fieldName` | [`AlertManagementPayloadAlertFieldName`](#alertmanagementpayloadalertfieldname) | A GitLab alert field name. |
+| <a id="alertmanagementpayloadalertmappingfieldlabel"></a>`label` | [`String`](#string) | Human-readable label of the payload path. |
+| <a id="alertmanagementpayloadalertmappingfieldpath"></a>`path` | [`[PayloadAlertFieldPathSegment!]`](#payloadalertfieldpathsegment) | Path to value inside payload JSON. |
+| <a id="alertmanagementpayloadalertmappingfieldtype"></a>`type` | [`AlertManagementPayloadAlertFieldType`](#alertmanagementpayloadalertfieldtype) | Type of the parsed value. |
+
+### `AlertManagementPrometheusIntegration`
+
+An endpoint and credentials used to accept Prometheus alerts for a project.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementprometheusintegrationactive"></a>`active` | [`Boolean`](#boolean) | Whether the endpoint is currently accepting alerts. |
+| <a id="alertmanagementprometheusintegrationapiurl"></a>`apiUrl` | [`String`](#string) | URL at which Prometheus metrics can be queried to populate the metrics dashboard. |
+| <a id="alertmanagementprometheusintegrationid"></a>`id` | [`ID!`](#id) | ID of the integration. |
+| <a id="alertmanagementprometheusintegrationname"></a>`name` | [`String`](#string) | Name of the integration. |
+| <a id="alertmanagementprometheusintegrationtoken"></a>`token` | [`String`](#string) | Token used to authenticate alert notification requests. |
+| <a id="alertmanagementprometheusintegrationtype"></a>`type` | [`AlertManagementIntegrationType!`](#alertmanagementintegrationtype) | Type of integration. |
+| <a id="alertmanagementprometheusintegrationurl"></a>`url` | [`String`](#string) | Endpoint which accepts alert notifications. |
+
+### `ApiFuzzingCiConfiguration`
+
+Data associated with configuring API fuzzing scans in GitLab CI.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="apifuzzingciconfigurationscanmodes"></a>`scanModes` | [`[ApiFuzzingScanMode!]`](#apifuzzingscanmode) | All available scan modes. |
+| <a id="apifuzzingciconfigurationscanprofiles"></a>`scanProfiles` | [`[ApiFuzzingScanProfile!]`](#apifuzzingscanprofile) | All default scan profiles. |
+
+### `ApiFuzzingScanProfile`
+
+An API Fuzzing scan profile.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="apifuzzingscanprofiledescription"></a>`description` | [`String`](#string) | A short description of the profile. |
+| <a id="apifuzzingscanprofilename"></a>`name` | [`String`](#string) | The unique name of the profile. |
+| <a id="apifuzzingscanprofileyaml"></a>`yaml` | [`String`](#string) | A syntax highlit HTML representation of the YAML. |
+
+### `ApprovalRule`
+
+Describes a rule for who can approve merge requests.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="approvalruleid"></a>`id` | [`GlobalID!`](#globalid) | ID of the rule. |
+| <a id="approvalrulename"></a>`name` | [`String`](#string) | Name of the rule. |
+| <a id="approvalruletype"></a>`type` | [`ApprovalRuleType`](#approvalruletype) | Type of the rule. |
+
+### `AwardEmoji`
+
+An emoji awarded by a user.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="awardemojidescription"></a>`description` | [`String!`](#string) | The emoji description. |
+| <a id="awardemojiemoji"></a>`emoji` | [`String!`](#string) | The emoji as an icon. |
+| <a id="awardemojiname"></a>`name` | [`String!`](#string) | The emoji name. |
+| <a id="awardemojiunicode"></a>`unicode` | [`String!`](#string) | The emoji in Unicode. |
+| <a id="awardemojiunicodeversion"></a>`unicodeVersion` | [`String!`](#string) | The Unicode version for this emoji. |
+| <a id="awardemojiuser"></a>`user` | [`User!`](#user) | The user who awarded the emoji. |
+
+### `BaseService`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="baseserviceactive"></a>`active` | [`Boolean`](#boolean) | Indicates if the service is active. |
+| <a id="baseservicetype"></a>`type` | [`String`](#string) | Class name of the service. |
+
+### `Blob`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="blobflatpath"></a>`flatPath` | [`String!`](#string) | Flat path of the entry. |
+| <a id="blobid"></a>`id` | [`ID!`](#id) | ID of the entry. |
+| <a id="bloblfsoid"></a>`lfsOid` | [`String`](#string) | LFS ID of the blob. |
+| <a id="blobmode"></a>`mode` | [`String`](#string) | Blob mode in numeric format. |
+| <a id="blobname"></a>`name` | [`String!`](#string) | Name of the entry. |
+| <a id="blobpath"></a>`path` | [`String!`](#string) | Path of the entry. |
+| <a id="blobsha"></a>`sha` | [`String!`](#string) | Last commit SHA for the entry. |
+| <a id="blobtype"></a>`type` | [`EntryType!`](#entrytype) | Type of tree entry. |
+| <a id="blobwebpath"></a>`webPath` | [`String`](#string) | Web path of the blob. |
+| <a id="blobweburl"></a>`webUrl` | [`String`](#string) | Web URL of the blob. |
+
+### `Board`
+
+Represents a project or group issue board.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardassignee"></a>`assignee` | [`User`](#user) | The board assignee. |
+| <a id="boardcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of when the board was created. |
+| <a id="boardhidebackloglist"></a>`hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
+| <a id="boardhideclosedlist"></a>`hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
+| <a id="boardid"></a>`id` | [`ID!`](#id) | ID (global ID) of the board. |
+| <a id="boarditeration"></a>`iteration` | [`Iteration`](#iteration) | The board iteration. |
+| <a id="boardlabels"></a>`labels` | [`LabelConnection`](#labelconnection) | Labels of the board. |
+| <a id="boardmilestone"></a>`milestone` | [`Milestone`](#milestone) | The board milestone. |
+| <a id="boardname"></a>`name` | [`String`](#string) | Name of the board. |
+| <a id="boardupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of when the board was last updated. |
+| <a id="boardwebpath"></a>`webPath` | [`String!`](#string) | Web path of the board. |
+| <a id="boardweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the board. |
+| <a id="boardweight"></a>`weight` | [`Int`](#int) | Weight of the board. |
+
+#### Fields with arguments
+
+##### `Board.epics`
+
+Epics associated with board issues.
+
+Returns [`BoardEpicConnection`](#boardepicconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepicsissuefilters"></a>`issueFilters` | [`BoardIssueInput`](#boardissueinput) | Filters applied when selecting issues on the board. |
+
+##### `Board.lists`
+
+Lists of the board.
+
+Returns [`BoardListConnection`](#boardlistconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardlistsid"></a>`id` | [`ListID`](#listid) | Find a list by its global ID. |
+| <a id="boardlistsissuefilters"></a>`issueFilters` | [`BoardIssueInput`](#boardissueinput) | Filters applied when getting issue metadata in the board list. |
+
+### `BoardEpic`
+
+Represents an epic on an issue board.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepicauthor"></a>`author` | [`User!`](#user) | Author of the epic. |
+| <a id="boardepicawardemoji"></a>`awardEmoji` | [`AwardEmojiConnection`](#awardemojiconnection) | A list of award emojis associated with the epic. |
+| <a id="boardepicclosedat"></a>`closedAt` | [`Time`](#time) | Timestamp of when the epic was closed. |
+| <a id="boardepicconfidential"></a>`confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
+| <a id="boardepiccreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp of when the epic was created. |
+| <a id="boardepicdescendantcounts"></a>`descendantCounts` | [`EpicDescendantCount`](#epicdescendantcount) | Number of open and closed descendant epics and issues. |
+| <a id="boardepicdescendantweightsum"></a>`descendantWeightSum` | [`EpicDescendantWeights`](#epicdescendantweights) | Total weight of open and closed issues in the epic and its descendants. |
+| <a id="boardepicdescription"></a>`description` | [`String`](#string) | Description of the epic. |
+| <a id="boardepicdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="boardepicdiscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="boardepicdownvotes"></a>`downvotes` | [`Int!`](#int) | Number of downvotes the epic has received. |
+| <a id="boardepicduedate"></a>`dueDate` | [`Time`](#time) | Due date of the epic. |
+| <a id="boardepicduedatefixed"></a>`dueDateFixed` | [`Time`](#time) | Fixed due date of the epic. |
+| <a id="boardepicduedatefrommilestones"></a>`dueDateFromMilestones` | [`Time`](#time) | Inherited due date of the epic from milestones. |
+| <a id="boardepicduedateisfixed"></a>`dueDateIsFixed` | [`Boolean`](#boolean) | Indicates if the due date has been manually set. |
+| <a id="boardepicevents"></a>`events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
+| <a id="boardepicgroup"></a>`group` | [`Group!`](#group) | Group to which the epic belongs. |
+| <a id="boardepichaschildren"></a>`hasChildren` | [`Boolean!`](#boolean) | Indicates if the epic has children. |
+| <a id="boardepichasissues"></a>`hasIssues` | [`Boolean!`](#boolean) | Indicates if the epic has direct issues. |
+| <a id="boardepichasparent"></a>`hasParent` | [`Boolean!`](#boolean) | Indicates if the epic has a parent epic. |
+| <a id="boardepichealthstatus"></a>`healthStatus` | [`EpicHealthStatus`](#epichealthstatus) | Current health status of the epic. |
+| <a id="boardepicid"></a>`id` | [`ID!`](#id) | ID of the epic. |
+| <a id="boardepiciid"></a>`iid` | [`ID!`](#id) | Internal ID of the epic. |
+| <a id="boardepicissues"></a>`issues` | [`EpicIssueConnection`](#epicissueconnection) | A list of issues associated with the epic. |
+| <a id="boardepiclabels"></a>`labels` | [`LabelConnection`](#labelconnection) | Labels assigned to the epic. |
+| <a id="boardepicnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="boardepicparent"></a>`parent` | [`Epic`](#epic) | Parent epic of the epic. |
+| <a id="boardepicparticipants"></a>`participants` | [`UserConnection`](#userconnection) | List of participants for the epic. |
+| <a id="boardepicrelationpath"></a>`relationPath` | [`String`](#string) | URI path of the epic-issue relationship. |
+| <a id="boardepicrelativeposition"></a>`relativePosition` | [`Int`](#int) | The relative position of the epic in the epic tree. |
+| <a id="boardepicstartdate"></a>`startDate` | [`Time`](#time) | Start date of the epic. |
+| <a id="boardepicstartdatefixed"></a>`startDateFixed` | [`Time`](#time) | Fixed start date of the epic. |
+| <a id="boardepicstartdatefrommilestones"></a>`startDateFromMilestones` | [`Time`](#time) | Inherited start date of the epic from milestones. |
+| <a id="boardepicstartdateisfixed"></a>`startDateIsFixed` | [`Boolean`](#boolean) | Indicates if the start date has been manually set. |
+| <a id="boardepicstate"></a>`state` | [`EpicState!`](#epicstate) | State of the epic. |
+| <a id="boardepicsubscribed"></a>`subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the epic. |
+| <a id="boardepictitle"></a>`title` | [`String`](#string) | Title of the epic. |
+| <a id="boardepictitlehtml"></a>`titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
+| <a id="boardepicupdatedat"></a>`updatedAt` | [`Time`](#time) | Timestamp of when the epic was updated. |
+| <a id="boardepicupvotes"></a>`upvotes` | [`Int!`](#int) | Number of upvotes the epic has received. |
+| <a id="boardepicuserdiscussionscount"></a>`userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the epic. |
+| <a id="boardepicusernotescount"></a>`userNotesCount` | [`Int!`](#int) | Number of user notes of the epic. |
+| <a id="boardepicuserpermissions"></a>`userPermissions` | [`EpicPermissions!`](#epicpermissions) | Permissions for the current user on the resource. |
+| <a id="boardepicuserpreferences"></a>`userPreferences` | [`BoardEpicUserPreferences`](#boardepicuserpreferences) | User preferences for the epic on the issue board. |
+| <a id="boardepicwebpath"></a>`webPath` | [`String!`](#string) | Web path of the epic. |
+| <a id="boardepicweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the epic. |
+
+#### Fields with arguments
+
+##### `BoardEpic.children`
+
+Children (sub-epics) of the epic.
+
+Returns [`EpicConnection`](#epicconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepicchildrenauthorusername"></a>`authorUsername` | [`String`](#string) | Filter epics by author. |
+| <a id="boardepicchildrenconfidential"></a>`confidential` | [`Boolean`](#boolean) | Filter epics by given confidentiality. |
+| <a id="boardepicchildrenenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="boardepicchildreniid"></a>`iid` | [`ID`](#id) | IID of the epic, e.g., "1". |
+| <a id="boardepicchildreniidstartswith"></a>`iidStartsWith` | [`String`](#string) | Filter epics by IID for autocomplete. |
+| <a id="boardepicchildreniids"></a>`iids` | [`[ID!]`](#id) | List of IIDs of epics, e.g., [1, 2]. |
+| <a id="boardepicchildrenincludedescendantgroups"></a>`includeDescendantGroups` | [`Boolean`](#boolean) | Include epics from descendant groups. |
+| <a id="boardepicchildrenlabelname"></a>`labelName` | [`[String!]`](#string) | Filter epics by labels. |
+| <a id="boardepicchildrenmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Filter epics by milestone title, computed from epic's issues. |
+| <a id="boardepicchildrenmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+| <a id="boardepicchildrensearch"></a>`search` | [`String`](#string) | Search query for epic title or description. |
+| <a id="boardepicchildrensort"></a>`sort` | [`EpicSort`](#epicsort) | List epics by sort order. |
+| <a id="boardepicchildrenstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="boardepicchildrenstate"></a>`state` | [`EpicState`](#epicstate) | Filter epics by state. |
+| <a id="boardepicchildrentimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+
+##### `BoardEpic.currentUserTodos`
+
+To-do items for the current user.
+
+Returns [`TodoConnection!`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepiccurrentusertodosstate"></a>`state` | [`TodoStateEnum`](#todostateenum) | State of the to-do items. |
+
+##### `BoardEpic.reference`
+
+Internal reference of the epic. Returned in shortened format by default.
+
+Returns [`String!`](#string).
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepicreferencefull"></a>`full` | [`Boolean`](#boolean) | Indicates if the reference should be returned in full. |
+
+### `BoardEpicUserPreferences`
+
+Represents user preferences for a board epic.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardepicuserpreferencescollapsed"></a>`collapsed` | [`Boolean!`](#boolean) | Indicates epic should be displayed as collapsed. |
+
+### `BoardList`
+
+Represents a list for an issue board.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardlistassignee"></a>`assignee` | [`User`](#user) | Assignee in the list. |
+| <a id="boardlistcollapsed"></a>`collapsed` | [`Boolean`](#boolean) | Indicates if the list is collapsed for this user. |
+| <a id="boardlistid"></a>`id` | [`ID!`](#id) | ID (global ID) of the list. |
+| <a id="boardlistissuescount"></a>`issuesCount` | [`Int`](#int) | Count of issues in the list. |
+| <a id="boardlistiteration"></a>`iteration` | [`Iteration`](#iteration) | Iteration of the list. |
+| <a id="boardlistlabel"></a>`label` | [`Label`](#label) | Label of the list. |
+| <a id="boardlistlimitmetric"></a>`limitMetric` | [`ListLimitMetric`](#listlimitmetric) | The current limit metric for the list. |
+| <a id="boardlistlisttype"></a>`listType` | [`String!`](#string) | Type of the list. |
+| <a id="boardlistmaxissuecount"></a>`maxIssueCount` | [`Int`](#int) | Maximum number of issues in the list. |
+| <a id="boardlistmaxissueweight"></a>`maxIssueWeight` | [`Int`](#int) | Maximum weight of issues in the list. |
+| <a id="boardlistmilestone"></a>`milestone` | [`Milestone`](#milestone) | Milestone of the list. |
+| <a id="boardlistposition"></a>`position` | [`Int`](#int) | Position of list within the board. |
+| <a id="boardlisttitle"></a>`title` | [`String!`](#string) | Title of the list. |
+| <a id="boardlisttotalweight"></a>`totalWeight` | [`Int`](#int) | Total weight of all issues in the list. |
+
+#### Fields with arguments
+
+##### `BoardList.issues`
+
+Board issues.
+
+Returns [`IssueConnection`](#issueconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardlistissuesfilters"></a>`filters` | [`BoardIssueInput`](#boardissueinput) | Filters applied when selecting issues in the board list. |
+
+### `Branch`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="branchcommit"></a>`commit` | [`Commit`](#commit) | Commit for the branch. |
+| <a id="branchname"></a>`name` | [`String!`](#string) | Name of the branch. |
+
+### `BurnupChartDailyTotals`
+
+Represents the total number of issues and their weights for a particular day.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="burnupchartdailytotalscompletedcount"></a>`completedCount` | [`Int!`](#int) | Number of closed issues as of this day. |
+| <a id="burnupchartdailytotalscompletedweight"></a>`completedWeight` | [`Int!`](#int) | Total weight of closed issues as of this day. |
+| <a id="burnupchartdailytotalsdate"></a>`date` | [`ISO8601Date!`](#iso8601date) | Date for burnup totals. |
+| <a id="burnupchartdailytotalsscopecount"></a>`scopeCount` | [`Int!`](#int) | Number of issues as of this day. |
+| <a id="burnupchartdailytotalsscopeweight"></a>`scopeWeight` | [`Int!`](#int) | Total weight of issues as of this day. |
+
+### `CiApplicationSettings`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciapplicationsettingskeeplatestartifact"></a>`keepLatestArtifact` | [`Boolean`](#boolean) | Whether to keep the latest jobs artifacts. |
+
+### `CiBuildNeed`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cibuildneedname"></a>`name` | [`String`](#string) | Name of the job we need to complete. |
+
+### `CiConfig`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigerrors"></a>`errors` | [`[String!]`](#string) | Linting errors. |
+| <a id="ciconfigmergedyaml"></a>`mergedYaml` | [`String`](#string) | Merged CI configuration YAML. |
+| <a id="ciconfigstages"></a>`stages` | [`CiConfigStageConnection`](#ciconfigstageconnection) | Stages of the pipeline. |
+| <a id="ciconfigstatus"></a>`status` | [`CiConfigStatus`](#ciconfigstatus) | Status of linting, can be either valid or invalid. |
+
+### `CiConfigGroup`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfiggroupjobs"></a>`jobs` | [`CiConfigJobConnection`](#ciconfigjobconnection) | Jobs in group. |
+| <a id="ciconfiggroupname"></a>`name` | [`String`](#string) | Name of the job group. |
+| <a id="ciconfiggroupsize"></a>`size` | [`Int`](#int) | Size of the job group. |
+
+### `CiConfigJob`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigjobafterscript"></a>`afterScript` | [`[String!]`](#string) | Override a set of commands that are executed after the job. |
+| <a id="ciconfigjoballowfailure"></a>`allowFailure` | [`Boolean`](#boolean) | Allow job to fail. |
+| <a id="ciconfigjobbeforescript"></a>`beforeScript` | [`[String!]`](#string) | Override a set of commands that are executed before the job. |
+| <a id="ciconfigjobenvironment"></a>`environment` | [`String`](#string) | Name of an environment to which the job deploys. |
+| <a id="ciconfigjobexcept"></a>`except` | [`CiConfigJobRestriction`](#ciconfigjobrestriction) | Limit when jobs are not created. |
+| <a id="ciconfigjobgroupname"></a>`groupName` | [`String`](#string) | Name of the job group. |
+| <a id="ciconfigjobname"></a>`name` | [`String`](#string) | Name of the job. |
+| <a id="ciconfigjobneeds"></a>`needs` | [`CiConfigNeedConnection`](#ciconfigneedconnection) | Builds that must complete before the jobs run. |
+| <a id="ciconfigjobonly"></a>`only` | [`CiConfigJobRestriction`](#ciconfigjobrestriction) | Jobs are created when these conditions do not apply. |
+| <a id="ciconfigjobscript"></a>`script` | [`[String!]`](#string) | Shell script that is executed by a runner. |
+| <a id="ciconfigjobstage"></a>`stage` | [`String`](#string) | Name of the job stage. |
+| <a id="ciconfigjobtags"></a>`tags` | [`[String!]`](#string) | List of tags that are used to select a runner. |
+| <a id="ciconfigjobwhen"></a>`when` | [`String`](#string) | When to run the job. |
+
+### `CiConfigJobRestriction`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigjobrestrictionrefs"></a>`refs` | [`[String!]`](#string) | The Git refs the job restriction applies to. |
+
+### `CiConfigNeed`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigneedname"></a>`name` | [`String`](#string) | Name of the need. |
+
+### `CiConfigStage`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="ciconfigstagegroups"></a>`groups` | [`CiConfigGroupConnection`](#ciconfiggroupconnection) | Groups of jobs for the stage. |
+| <a id="ciconfigstagename"></a>`name` | [`String`](#string) | Name of the stage. |
+
+### `CiGroup`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cigroupdetailedstatus"></a>`detailedStatus` | [`DetailedStatus`](#detailedstatus) | Detailed status of the group. |
+| <a id="cigroupjobs"></a>`jobs` | [`CiJobConnection`](#cijobconnection) | Jobs in group. |
+| <a id="cigroupname"></a>`name` | [`String`](#string) | Name of the job group. |
+| <a id="cigroupsize"></a>`size` | [`Int`](#int) | Size of the group. |
+
+### `CiJob`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cijobactive"></a>`active` | [`Boolean!`](#boolean) | Indicates the job is active. |
+| <a id="cijoballowfailure"></a>`allowFailure` | [`Boolean!`](#boolean) | Whether this job is allowed to fail. |
+| <a id="cijobartifacts"></a>`artifacts` | [`CiJobArtifactConnection`](#cijobartifactconnection) | Artifacts generated by the job. |
+| <a id="cijobcancelable"></a>`cancelable` | [`Boolean!`](#boolean) | Indicates the job can be canceled. |
+| <a id="cijobcommitpath"></a>`commitPath` | [`String`](#string) | Path to the commit that triggered the job. |
+| <a id="cijobcoverage"></a>`coverage` | [`Float`](#float) | Coverage level of the job. |
+| <a id="cijobcreatedat"></a>`createdAt` | [`Time!`](#time) | When the job was created. |
+| <a id="cijobdetailedstatus"></a>`detailedStatus` | [`DetailedStatus`](#detailedstatus) | Detailed status of the job. |
+| <a id="cijobduration"></a>`duration` | [`Int`](#int) | Duration of the job in seconds. |
+| <a id="cijobfinishedat"></a>`finishedAt` | [`Time`](#time) | When a job has finished running. |
+| <a id="cijobid"></a>`id` | [`JobID`](#jobid) | ID of the job. |
+| <a id="cijobname"></a>`name` | [`String`](#string) | Name of the job. |
+| <a id="cijobneeds"></a>`needs` | [`CiBuildNeedConnection`](#cibuildneedconnection) | References to builds that must complete before the jobs run. |
+| <a id="cijobpipeline"></a>`pipeline` | [`Pipeline`](#pipeline) | Pipeline the job belongs to. |
+| <a id="cijobplayable"></a>`playable` | [`Boolean!`](#boolean) | Indicates the job can be played. |
+| <a id="cijobqueuedat"></a>`queuedAt` | [`Time`](#time) | When the job was enqueued and marked as pending. |
+| <a id="cijobrefname"></a>`refName` | [`String`](#string) | Ref name of the job. |
+| <a id="cijobrefpath"></a>`refPath` | [`String`](#string) | Path to the ref. |
+| <a id="cijobretryable"></a>`retryable` | [`Boolean!`](#boolean) | Indicates the job can be retried. |
+| <a id="cijobscheduledat"></a>`scheduledAt` | [`Time`](#time) | Schedule for the build. |
+| <a id="cijobschedulingtype"></a>`schedulingType` | [`String`](#string) | Type of pipeline scheduling. Value is `dag` if the pipeline uses the `needs` keyword, and `stage` otherwise. |
+| <a id="cijobshortsha"></a>`shortSha` | [`String!`](#string) | Short SHA1 ID of the commit. |
+| <a id="cijobstage"></a>`stage` | [`CiStage`](#cistage) | Stage of the job. |
+| <a id="cijobstartedat"></a>`startedAt` | [`Time`](#time) | When the job was started. |
+| <a id="cijobstatus"></a>`status` | [`CiJobStatus`](#cijobstatus) | Status of the job. |
+| <a id="cijobtags"></a>`tags` | [`[String!]`](#string) | Tags for the current job. |
+
+### `CiJobArtifact`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cijobartifactdownloadpath"></a>`downloadPath` | [`String`](#string) | URL for downloading the artifact's file. |
+| <a id="cijobartifactfiletype"></a>`fileType` | [`JobArtifactFileType`](#jobartifactfiletype) | File type of the artifact. |
+
+### `CiStage`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cistagedetailedstatus"></a>`detailedStatus` | [`DetailedStatus`](#detailedstatus) | Detailed status of the stage. |
+| <a id="cistagegroups"></a>`groups` | [`CiGroupConnection`](#cigroupconnection) | Group of jobs for the stage. |
+| <a id="cistagejobs"></a>`jobs` | [`CiJobConnection`](#cijobconnection) | Jobs for the stage. |
+| <a id="cistagename"></a>`name` | [`String`](#string) | Name of the stage. |
+
+### `ClusterAgent`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="clusteragentcreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp the cluster agent was created. |
+| <a id="clusteragentcreatedbyuser"></a>`createdByUser` | [`User`](#user) | User object, containing information about the person who created the agent. |
+| <a id="clusteragentid"></a>`id` | [`ID!`](#id) | ID of the cluster agent. |
+| <a id="clusteragentname"></a>`name` | [`String`](#string) | Name of the cluster agent. |
+| <a id="clusteragentproject"></a>`project` | [`Project`](#project) | The project this cluster agent is associated with. |
+| <a id="clusteragenttokens"></a>`tokens` | [`ClusterAgentTokenConnection`](#clusteragenttokenconnection) | Tokens associated with the cluster agent. |
+| <a id="clusteragentupdatedat"></a>`updatedAt` | [`Time`](#time) | Timestamp the cluster agent was updated. |
+| <a id="clusteragentwebpath"></a>`webPath` | [`String`](#string) | Web path of the cluster agent. |
+
+### `ClusterAgentToken`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="clusteragenttokenclusteragent"></a>`clusterAgent` | [`ClusterAgent`](#clusteragent) | Cluster agent this token is associated with. |
+| <a id="clusteragenttokencreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp the token was created. |
+| <a id="clusteragenttokencreatedbyuser"></a>`createdByUser` | [`User`](#user) | The user who created the token. |
+| <a id="clusteragenttokendescription"></a>`description` | [`String`](#string) | Description of the token. |
+| <a id="clusteragenttokenid"></a>`id` | [`ClustersAgentTokenID!`](#clustersagenttokenid) | Global ID of the token. |
+| <a id="clusteragenttokenlastusedat"></a>`lastUsedAt` | [`Time`](#time) | Timestamp the token was last used. |
+| <a id="clusteragenttokenname"></a>`name` | [`String`](#string) | Name given to the token. |
+
+### `CodeCoverageActivity`
+
+Represents the code coverage activity for a group.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="codecoverageactivityaveragecoverage"></a>`averageCoverage` | [`Float`](#float) | Average percentage of the different code coverage results available for the group. |
+| <a id="codecoverageactivitycoveragecount"></a>`coverageCount` | [`Int`](#int) | Number of different code coverage results available for the group. |
+| <a id="codecoverageactivitydate"></a>`date` | [`Date!`](#date) | Date when the code coverage was created. |
+| <a id="codecoverageactivityprojectcount"></a>`projectCount` | [`Int`](#int) | Number of projects with code coverage results for the group. |
+
+### `CodeCoverageSummary`
+
+Represents the code coverage summary for a project.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="codecoveragesummaryaveragecoverage"></a>`averageCoverage` | [`Float`](#float) | Average percentage of the different code coverage results available for the project. |
+| <a id="codecoveragesummarycoveragecount"></a>`coverageCount` | [`Int`](#int) | Number of different code coverage results available. |
+| <a id="codecoveragesummarylastupdatedon"></a>`lastUpdatedOn` | [`Date`](#date) | Latest date when the code coverage was created for the project. |
+
+### `Commit`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="commitauthor"></a>`author` | [`User`](#user) | Author of the commit. |
+| <a id="commitauthorgravatar"></a>`authorGravatar` | [`String`](#string) | Commit authors gravatar. |
+| <a id="commitauthorname"></a>`authorName` | [`String`](#string) | Commit authors name. |
+| <a id="commitauthoreddate"></a>`authoredDate` | [`Time`](#time) | Timestamp of when the commit was authored. |
+| <a id="commitdescription"></a>`description` | [`String`](#string) | Description of the commit message. |
+| <a id="commitdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="commitid"></a>`id` | [`ID!`](#id) | ID (global ID) of the commit. |
+| <a id="commitmessage"></a>`message` | [`String`](#string) | Raw commit message. |
+| <a id="commitsha"></a>`sha` | [`String!`](#string) | SHA1 ID of the commit. |
+| <a id="commitshortid"></a>`shortId` | [`String!`](#string) | Short SHA1 ID of the commit. |
+| <a id="commitsignaturehtml"></a>`signatureHtml` | [`String`](#string) | Rendered HTML of the commit signature. |
+| <a id="committitle"></a>`title` | [`String`](#string) | Title of the commit message. |
+| <a id="committitlehtml"></a>`titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
+| <a id="commitwebpath"></a>`webPath` | [`String!`](#string) | Web path of the commit. |
+| <a id="commitweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the commit. |
+
+#### Fields with arguments
+
+##### `Commit.pipelines`
+
+Pipelines of the commit ordered latest first.
+
+Returns [`PipelineConnection`](#pipelineconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="commitpipelinesref"></a>`ref` | [`String`](#string) | Filter pipelines by the ref they are run for. |
+| <a id="commitpipelinessha"></a>`sha` | [`String`](#string) | Filter pipelines by the sha of the commit they are run for. |
+| <a id="commitpipelinesstatus"></a>`status` | [`PipelineStatusEnum`](#pipelinestatusenum) | Filter pipelines by their status. |
+
+### `ComplianceFramework`
+
+Represents a ComplianceFramework associated with a Project.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="complianceframeworkcolor"></a>`color` | [`String!`](#string) | Hexadecimal representation of compliance framework's label color. |
+| <a id="complianceframeworkdescription"></a>`description` | [`String!`](#string) | Description of the compliance framework. |
+| <a id="complianceframeworkid"></a>`id` | [`ID!`](#id) | Compliance framework ID. |
+| <a id="complianceframeworkname"></a>`name` | [`String!`](#string) | Name of the compliance framework. |
+| <a id="complianceframeworkpipelineconfigurationfullpath"></a>`pipelineConfigurationFullPath` | [`String`](#string) | Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa` **(ULTIMATE)**. |
+
+### `ComposerMetadata`
+
+Composer metadata.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="composermetadatacomposerjson"></a>`composerJson` | [`PackageComposerJsonType!`](#packagecomposerjsontype) | Data of the Composer JSON file. |
+| <a id="composermetadatatargetsha"></a>`targetSha` | [`String!`](#string) | Target SHA of the package. |
+
+### `ConanFileMetadata`
+
+Conan file metadata.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="conanfilemetadataconanfiletype"></a>`conanFileType` | [`ConanMetadatumFileTypeEnum!`](#conanmetadatumfiletypeenum) | Type of the Conan file. |
+| <a id="conanfilemetadataconanpackagereference"></a>`conanPackageReference` | [`String`](#string) | Reference of the Conan package. |
+| <a id="conanfilemetadatacreatedat"></a>`createdAt` | [`Time!`](#time) | Date of creation. |
+| <a id="conanfilemetadataid"></a>`id` | [`PackagesConanFileMetadatumID!`](#packagesconanfilemetadatumid) | ID of the metadatum. |
+| <a id="conanfilemetadatapackagerevision"></a>`packageRevision` | [`String`](#string) | Revision of the package. |
+| <a id="conanfilemetadatareciperevision"></a>`recipeRevision` | [`String!`](#string) | Revision of the Conan recipe. |
+| <a id="conanfilemetadataupdatedat"></a>`updatedAt` | [`Time!`](#time) | Date of most recent update. |
+
+### `ConanMetadata`
+
+Conan metadata.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="conanmetadatacreatedat"></a>`createdAt` | [`Time!`](#time) | Date of creation. |
+| <a id="conanmetadataid"></a>`id` | [`PackagesConanMetadatumID!`](#packagesconanmetadatumid) | ID of the metadatum. |
+| <a id="conanmetadatapackagechannel"></a>`packageChannel` | [`String!`](#string) | Channel of the Conan package. |
+| <a id="conanmetadatapackageusername"></a>`packageUsername` | [`String!`](#string) | Username of the Conan package. |
+| <a id="conanmetadatarecipe"></a>`recipe` | [`String!`](#string) | Recipe of the Conan package. |
+| <a id="conanmetadatarecipepath"></a>`recipePath` | [`String!`](#string) | Recipe path of the Conan package. |
+| <a id="conanmetadataupdatedat"></a>`updatedAt` | [`Time!`](#time) | Date of most recent update. |
+
+### `ContainerExpirationPolicy`
+
+A tag expiration policy designed to keep only the images that matter most.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerexpirationpolicycadence"></a>`cadence` | [`ContainerExpirationPolicyCadenceEnum!`](#containerexpirationpolicycadenceenum) | This container expiration policy schedule. |
+| <a id="containerexpirationpolicycreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of when the container expiration policy was created. |
+| <a id="containerexpirationpolicyenabled"></a>`enabled` | [`Boolean!`](#boolean) | Indicates whether this container expiration policy is enabled. |
+| <a id="containerexpirationpolicykeepn"></a>`keepN` | [`ContainerExpirationPolicyKeepEnum`](#containerexpirationpolicykeepenum) | Number of tags to retain. |
+| <a id="containerexpirationpolicynameregex"></a>`nameRegex` | [`UntrustedRegexp`](#untrustedregexp) | Tags with names matching this regex pattern will expire. |
+| <a id="containerexpirationpolicynameregexkeep"></a>`nameRegexKeep` | [`UntrustedRegexp`](#untrustedregexp) | Tags with names matching this regex pattern will be preserved. |
+| <a id="containerexpirationpolicynextrunat"></a>`nextRunAt` | [`Time`](#time) | Next time that this container expiration policy will get executed. |
+| <a id="containerexpirationpolicyolderthan"></a>`olderThan` | [`ContainerExpirationPolicyOlderThanEnum`](#containerexpirationpolicyolderthanenum) | Tags older that this will expire. |
+| <a id="containerexpirationpolicyupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of when the container expiration policy was updated. |
+
+### `ContainerRepository`
+
+A container repository.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerrepositorycandelete"></a>`canDelete` | [`Boolean!`](#boolean) | Can the current user delete the container repository. |
+| <a id="containerrepositorycreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp when the container repository was created. |
+| <a id="containerrepositoryexpirationpolicycleanupstatus"></a>`expirationPolicyCleanupStatus` | [`ContainerRepositoryCleanupStatus`](#containerrepositorycleanupstatus) | The tags cleanup status for the container repository. |
+| <a id="containerrepositoryexpirationpolicystartedat"></a>`expirationPolicyStartedAt` | [`Time`](#time) | Timestamp when the cleanup done by the expiration policy was started on the container repository. |
+| <a id="containerrepositoryid"></a>`id` | [`ID!`](#id) | ID of the container repository. |
+| <a id="containerrepositorylocation"></a>`location` | [`String!`](#string) | URL of the container repository. |
+| <a id="containerrepositoryname"></a>`name` | [`String!`](#string) | Name of the container repository. |
+| <a id="containerrepositorypath"></a>`path` | [`String!`](#string) | Path of the container repository. |
+| <a id="containerrepositoryproject"></a>`project` | [`Project!`](#project) | Project of the container registry. |
+| <a id="containerrepositorystatus"></a>`status` | [`ContainerRepositoryStatus`](#containerrepositorystatus) | Status of the container repository. |
+| <a id="containerrepositorytagscount"></a>`tagsCount` | [`Int!`](#int) | Number of tags associated with this image. |
+| <a id="containerrepositoryupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp when the container repository was updated. |
+
+### `ContainerRepositoryDetails`
+
+Details of a container repository.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerrepositorydetailscandelete"></a>`canDelete` | [`Boolean!`](#boolean) | Can the current user delete the container repository. |
+| <a id="containerrepositorydetailscreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp when the container repository was created. |
+| <a id="containerrepositorydetailsexpirationpolicycleanupstatus"></a>`expirationPolicyCleanupStatus` | [`ContainerRepositoryCleanupStatus`](#containerrepositorycleanupstatus) | The tags cleanup status for the container repository. |
+| <a id="containerrepositorydetailsexpirationpolicystartedat"></a>`expirationPolicyStartedAt` | [`Time`](#time) | Timestamp when the cleanup done by the expiration policy was started on the container repository. |
+| <a id="containerrepositorydetailsid"></a>`id` | [`ID!`](#id) | ID of the container repository. |
+| <a id="containerrepositorydetailslocation"></a>`location` | [`String!`](#string) | URL of the container repository. |
+| <a id="containerrepositorydetailsname"></a>`name` | [`String!`](#string) | Name of the container repository. |
+| <a id="containerrepositorydetailspath"></a>`path` | [`String!`](#string) | Path of the container repository. |
+| <a id="containerrepositorydetailsproject"></a>`project` | [`Project!`](#project) | Project of the container registry. |
+| <a id="containerrepositorydetailsstatus"></a>`status` | [`ContainerRepositoryStatus`](#containerrepositorystatus) | Status of the container repository. |
+| <a id="containerrepositorydetailstags"></a>`tags` | [`ContainerRepositoryTagConnection`](#containerrepositorytagconnection) | Tags of the container repository. |
+| <a id="containerrepositorydetailstagscount"></a>`tagsCount` | [`Int!`](#int) | Number of tags associated with this image. |
+| <a id="containerrepositorydetailsupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp when the container repository was updated. |
+
+### `ContainerRepositoryTag`
+
+A tag from a container repository.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="containerrepositorytagcandelete"></a>`canDelete` | [`Boolean!`](#boolean) | Can the current user delete this tag. |
+| <a id="containerrepositorytagcreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the tag was created. |
+| <a id="containerrepositorytagdigest"></a>`digest` | [`String`](#string) | Digest of the tag. |
+| <a id="containerrepositorytaglocation"></a>`location` | [`String!`](#string) | URL of the tag. |
+| <a id="containerrepositorytagname"></a>`name` | [`String!`](#string) | Name of the tag. |
+| <a id="containerrepositorytagpath"></a>`path` | [`String!`](#string) | Path of the tag. |
+| <a id="containerrepositorytagrevision"></a>`revision` | [`String`](#string) | Revision of the tag. |
+| <a id="containerrepositorytagshortrevision"></a>`shortRevision` | [`String`](#string) | Short revision of the tag. |
+| <a id="containerrepositorytagtotalsize"></a>`totalSize` | [`BigInt`](#bigint) | The size of the tag. |
+
+### `CurrentLicense`
+
+Represents the current license.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="currentlicenseactivatedat"></a>`activatedAt` | [`Date`](#date) | Date when the license was activated. |
+| <a id="currentlicensebillableuserscount"></a>`billableUsersCount` | [`Int`](#int) | Number of billable users on the system. |
+| <a id="currentlicensecompany"></a>`company` | [`String`](#string) | Company of the licensee. |
+| <a id="currentlicenseemail"></a>`email` | [`String`](#string) | Email of the licensee. |
+| <a id="currentlicenseexpiresat"></a>`expiresAt` | [`Date`](#date) | Date when the license expires. |
+| <a id="currentlicenseid"></a>`id` | [`ID!`](#id) | ID of the license. |
+| <a id="currentlicenselastsync"></a>`lastSync` | [`Time`](#time) | Date when the license was last synced. |
+| <a id="currentlicensemaximumusercount"></a>`maximumUserCount` | [`Int`](#int) | Highest number of billable users on the system during the term of the current license. |
+| <a id="currentlicensename"></a>`name` | [`String`](#string) | Name of the licensee. |
+| <a id="currentlicenseplan"></a>`plan` | [`String!`](#string) | Name of the subscription plan. |
+| <a id="currentlicensestartsat"></a>`startsAt` | [`Date`](#date) | Date when the license started. |
+| <a id="currentlicensetype"></a>`type` | [`String!`](#string) | Type of the license. |
+| <a id="currentlicenseusersinlicensecount"></a>`usersInLicenseCount` | [`Int`](#int) | Number of paid users in the license. |
+| <a id="currentlicenseusersoverlicensecount"></a>`usersOverLicenseCount` | [`Int`](#int) | Number of users over the paid users in the license. |
+
+### `CustomEmoji`
+
+A custom emoji uploaded by user.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="customemojiexternal"></a>`external` | [`Boolean!`](#boolean) | Whether the emoji is an external link. |
+| <a id="customemojiid"></a>`id` | [`CustomEmojiID!`](#customemojiid) | The ID of the emoji. |
+| <a id="customemojiname"></a>`name` | [`String!`](#string) | The name of the emoji. |
+| <a id="customemojiurl"></a>`url` | [`String!`](#string) | The link to file of the emoji. |
+
+### `DastProfile`
+
+Represents a DAST Profile.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastprofilebranch"></a>`branch` | [`DastProfileBranch`](#dastprofilebranch) | The associated branch. |
+| <a id="dastprofiledastscannerprofile"></a>`dastScannerProfile` | [`DastScannerProfile`](#dastscannerprofile) | The associated scanner profile. |
+| <a id="dastprofiledastsiteprofile"></a>`dastSiteProfile` | [`DastSiteProfile`](#dastsiteprofile) | The associated site profile. |
+| <a id="dastprofiledescription"></a>`description` | [`String`](#string) | The description of the scan. |
+| <a id="dastprofileeditpath"></a>`editPath` | [`String`](#string) | Relative web path to the edit page of a profile. |
+| <a id="dastprofileid"></a>`id` | [`DastProfileID!`](#dastprofileid) | ID of the profile. |
+| <a id="dastprofilename"></a>`name` | [`String`](#string) | The name of the profile. |
+
+### `DastProfileBranch`
+
+Represents a DAST Profile Branch.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastprofilebranchexists"></a>`exists` | [`Boolean`](#boolean) | Indicates whether or not the branch exists. |
+| <a id="dastprofilebranchname"></a>`name` | [`String`](#string) | The name of the branch. |
+
+### `DastScannerProfile`
+
+Represents a DAST scanner profile.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastscannerprofileeditpath"></a>`editPath` | [`String`](#string) | Relative web path to the edit page of a scanner profile. |
+| <a id="dastscannerprofileglobalid"></a>`globalId` **{warning-solid}** | [`DastScannerProfileID!`](#dastscannerprofileid) | **Deprecated** in 13.6. Use `id`. |
+| <a id="dastscannerprofileid"></a>`id` | [`DastScannerProfileID!`](#dastscannerprofileid) | ID of the DAST scanner profile. |
+| <a id="dastscannerprofileprofilename"></a>`profileName` | [`String`](#string) | Name of the DAST scanner profile. |
+| <a id="dastscannerprofilereferencedinsecuritypolicies"></a>`referencedInSecurityPolicies` | [`[String!]`](#string) | List of security policy names that are referencing given project. |
+| <a id="dastscannerprofilescantype"></a>`scanType` | [`DastScanTypeEnum`](#dastscantypeenum) | Indicates the type of DAST scan that will run. Either a Passive Scan or an Active Scan. |
+| <a id="dastscannerprofileshowdebugmessages"></a>`showDebugMessages` | [`Boolean!`](#boolean) | Indicates if debug messages should be included in DAST console output. True to include the debug messages. |
+| <a id="dastscannerprofilespidertimeout"></a>`spiderTimeout` | [`Int`](#int) | The maximum number of minutes allowed for the spider to traverse the site. |
+| <a id="dastscannerprofiletargettimeout"></a>`targetTimeout` | [`Int`](#int) | The maximum number of seconds allowed for the site under test to respond to a request. |
+| <a id="dastscannerprofileuseajaxspider"></a>`useAjaxSpider` | [`Boolean!`](#boolean) | Indicates if the AJAX spider should be used to crawl the target site. True to run the AJAX spider in addition to the traditional spider, and false to run only the traditional spider. |
+
+### `DastSiteProfile`
+
+Represents a DAST Site Profile.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsiteprofileauth"></a>`auth` | [`DastSiteProfileAuth`](#dastsiteprofileauth) | Target authentication details. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="dastsiteprofileeditpath"></a>`editPath` | [`String`](#string) | Relative web path to the edit page of a site profile. |
+| <a id="dastsiteprofileexcludedurls"></a>`excludedUrls` | [`[String!]`](#string) | The URLs to skip during an authenticated scan. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="dastsiteprofileid"></a>`id` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile. |
+| <a id="dastsiteprofilenormalizedtargeturl"></a>`normalizedTargetUrl` | [`String`](#string) | Normalized URL of the target to be scanned. |
+| <a id="dastsiteprofileprofilename"></a>`profileName` | [`String`](#string) | The name of the site profile. |
+| <a id="dastsiteprofilereferencedinsecuritypolicies"></a>`referencedInSecurityPolicies` | [`[String!]`](#string) | List of security policy names that are referencing given project. |
+| <a id="dastsiteprofilerequestheaders"></a>`requestHeaders` | [`String`](#string) | Comma-separated list of request header names and values to be added to every request made by DAST. Will always return `null` if `security_dast_site_profiles_additional_fields` feature flag is disabled. |
+| <a id="dastsiteprofiletargettype"></a>`targetType` | [`DastTargetTypeEnum`](#dasttargettypeenum) | The type of target to be scanned. Will always return `null` if `security_dast_site_profiles_api_option` feature flag is disabled. |
+| <a id="dastsiteprofiletargeturl"></a>`targetUrl` | [`String`](#string) | The URL of the target to be scanned. |
+| <a id="dastsiteprofileuserpermissions"></a>`userPermissions` | [`DastSiteProfilePermissions!`](#dastsiteprofilepermissions) | Permissions for the current user on the resource. |
+| <a id="dastsiteprofilevalidationstatus"></a>`validationStatus` | [`DastSiteProfileValidationStatusEnum`](#dastsiteprofilevalidationstatusenum) | The current validation status of the site profile. |
+
+### `DastSiteProfileAuth`
+
+Input type for DastSiteProfile authentication.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsiteprofileauthenabled"></a>`enabled` | [`Boolean`](#boolean) | Indicates whether authentication is enabled. |
+| <a id="dastsiteprofileauthpassword"></a>`password` | [`String`](#string) | Redacted password to authenticate with on the target website. |
+| <a id="dastsiteprofileauthpasswordfield"></a>`passwordField` | [`String`](#string) | The name of password field at the sign-in HTML form. |
+| <a id="dastsiteprofileauthurl"></a>`url` | [`String`](#string) | The URL of the page containing the sign-in HTML form on the target website. |
+| <a id="dastsiteprofileauthusername"></a>`username` | [`String`](#string) | The username to authenticate with on the target website. |
+| <a id="dastsiteprofileauthusernamefield"></a>`usernameField` | [`String`](#string) | The name of username field at the sign-in HTML form. |
+
+### `DastSiteProfilePermissions`
+
+Check permissions for the current user on site profile.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsiteprofilepermissionscreateondemanddastscan"></a>`createOnDemandDastScan` | [`Boolean!`](#boolean) | Indicates the user can perform `create_on_demand_dast_scan` on this resource. |
+
+### `DastSiteValidation`
+
+Represents a DAST Site Validation.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsitevalidationid"></a>`id` | [`DastSiteValidationID!`](#dastsitevalidationid) | Global ID of the site validation. |
+| <a id="dastsitevalidationnormalizedtargeturl"></a>`normalizedTargetUrl` | [`String`](#string) | Normalized URL of the target to be validated. |
+| <a id="dastsitevalidationstatus"></a>`status` | [`DastSiteProfileValidationStatusEnum!`](#dastsiteprofilevalidationstatusenum) | Status of the site validation. |
### `DeleteJobsResponse`
The response from the AdminSidekiqQueuesDeleteJobs mutation.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `completed` | [`Boolean`](#boolean) | Whether or not the entire queue was processed in time; if not, retrying the same request is safe. |
-| `deletedJobs` | [`Int`](#int) | The number of matching jobs deleted. |
-| `queueSize` | [`Int`](#int) | The queue size after processing. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="deletejobsresponsecompleted"></a>`completed` | [`Boolean`](#boolean) | Whether or not the entire queue was processed in time; if not, retrying the same request is safe. |
+| <a id="deletejobsresponsedeletedjobs"></a>`deletedJobs` | [`Int`](#int) | The number of matching jobs deleted. |
+| <a id="deletejobsresponsequeuesize"></a>`queueSize` | [`Int`](#int) | The queue size after processing. |
### `Design`
A single design.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
-| `diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
-| `filename` | [`String!`](#string) | The filename of the design. |
-| `fullPath` | [`String!`](#string) | The full path to the design file. |
-| `id` | [`ID!`](#id) | The ID of this design. |
-| `image` | [`String!`](#string) | The URL of the full-sized image. |
-| `imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated. |
-| `issue` | [`Issue!`](#issue) | The issue the design belongs to. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
-| `project` | [`Project!`](#project) | The project the design belongs to. |
-| `versions` | [`DesignVersionConnection!`](#designversionconnection) | All versions related to this design ordered newest first. |
+#### Fields
-### `DesignAtVersion`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designdiffrefs"></a>`diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
+| <a id="designdiscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="designevent"></a>`event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
+| <a id="designfilename"></a>`filename` | [`String!`](#string) | The filename of the design. |
+| <a id="designfullpath"></a>`fullPath` | [`String!`](#string) | The full path to the design file. |
+| <a id="designid"></a>`id` | [`ID!`](#id) | The ID of this design. |
+| <a id="designimage"></a>`image` | [`String!`](#string) | The URL of the full-sized image. |
+| <a id="designimagev432x230"></a>`imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated. |
+| <a id="designissue"></a>`issue` | [`Issue!`](#issue) | The issue the design belongs to. |
+| <a id="designnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="designnotescount"></a>`notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
+| <a id="designproject"></a>`project` | [`Project!`](#project) | The project the design belongs to. |
-A design pinned to a specific version. The image field reflects the design as of the associated version.
+#### Fields with arguments
+
+##### `Design.currentUserTodos`
+
+To-do items for the current user.
+
+Returns [`TodoConnection!`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designcurrentusertodosstate"></a>`state` | [`TodoStateEnum`](#todostateenum) | State of the to-do items. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `design` | [`Design!`](#design) | The underlying design. |
-| `diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
-| `event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
-| `filename` | [`String!`](#string) | The filename of the design. |
-| `fullPath` | [`String!`](#string) | The full path to the design file. |
-| `id` | [`ID!`](#id) | The ID of this design. |
-| `image` | [`String!`](#string) | The URL of the full-sized image. |
-| `imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated. |
-| `issue` | [`Issue!`](#issue) | The issue the design belongs to. |
-| `notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
-| `project` | [`Project!`](#project) | The project the design belongs to. |
-| `version` | [`DesignVersion!`](#designversion) | The version this design-at-versions is pinned to. |
+##### `Design.versions`
-### `DesignAtVersionConnection`
+All versions related to this design ordered newest first.
-The connection type for DesignAtVersion.
+Returns [`DesignVersionConnection!`](#designversionconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DesignAtVersionEdge]`](#designatversionedge) | A list of edges. |
-| `nodes` | [`[DesignAtVersion]`](#designatversion) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `DesignAtVersionEdge`
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designversionsearlierorequaltoid"></a>`earlierOrEqualToId` | [`DesignManagementVersionID`](#designmanagementversionid) | The Global ID of the most recent acceptable version. |
+| <a id="designversionsearlierorequaltosha"></a>`earlierOrEqualToSha` | [`String`](#string) | The SHA256 of the most recent acceptable version. |
+
+### `DesignAtVersion`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`DesignAtVersion`](#designatversion) | The item at the end of the edge. |
+A design pinned to a specific version. The image field reflects the design as of the associated version.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designatversiondesign"></a>`design` | [`Design!`](#design) | The underlying design. |
+| <a id="designatversiondiffrefs"></a>`diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
+| <a id="designatversionevent"></a>`event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
+| <a id="designatversionfilename"></a>`filename` | [`String!`](#string) | The filename of the design. |
+| <a id="designatversionfullpath"></a>`fullPath` | [`String!`](#string) | The full path to the design file. |
+| <a id="designatversionid"></a>`id` | [`ID!`](#id) | The ID of this design. |
+| <a id="designatversionimage"></a>`image` | [`String!`](#string) | The URL of the full-sized image. |
+| <a id="designatversionimagev432x230"></a>`imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated. |
+| <a id="designatversionissue"></a>`issue` | [`Issue!`](#issue) | The issue the design belongs to. |
+| <a id="designatversionnotescount"></a>`notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
+| <a id="designatversionproject"></a>`project` | [`Project!`](#project) | The project the design belongs to. |
+| <a id="designatversionversion"></a>`version` | [`DesignVersion!`](#designversion) | The version this design-at-versions is pinned to. |
### `DesignCollection`
A collection of designs.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `copyState` | [`DesignCollectionCopyState`](#designcollectioncopystate) | Copy state of the design collection. |
-| `design` | [`Design`](#design) | Find a specific design. |
-| `designAtVersion` | [`DesignAtVersion`](#designatversion) | Find a design as of a version. |
-| `designs` | [`DesignConnection!`](#designconnection) | All designs for the design collection. |
-| `issue` | [`Issue!`](#issue) | Issue associated with the design collection. |
-| `project` | [`Project!`](#project) | Project associated with the design collection. |
-| `version` | [`DesignVersion`](#designversion) | A specific version. |
-| `versions` | [`DesignVersionConnection!`](#designversionconnection) | All versions related to all designs, ordered newest first. |
+#### Fields
-### `DesignConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designcollectioncopystate"></a>`copyState` | [`DesignCollectionCopyState`](#designcollectioncopystate) | Copy state of the design collection. |
+| <a id="designcollectionissue"></a>`issue` | [`Issue!`](#issue) | Issue associated with the design collection. |
+| <a id="designcollectionproject"></a>`project` | [`Project!`](#project) | Project associated with the design collection. |
-The connection type for Design.
+#### Fields with arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DesignEdge]`](#designedge) | A list of edges. |
-| `nodes` | [`[Design]`](#design) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### `DesignCollection.design`
-### `DesignEdge`
+Find a specific design.
-An edge in a connection.
+Returns [`Design`](#design).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Design`](#design) | The item at the end of the edge. |
+###### Arguments
-### `DesignManagement`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designcollectiondesignfilename"></a>`filename` | [`String`](#string) | Find a design by its filename. |
+| <a id="designcollectiondesignid"></a>`id` | [`DesignManagementDesignID`](#designmanagementdesignid) | Find a design by its ID. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `designAtVersion` | [`DesignAtVersion`](#designatversion) | Find a design as of a version. |
-| `version` | [`DesignVersion`](#designversion) | Find a version. |
+##### `DesignCollection.designAtVersion`
-### `DesignManagementDeletePayload`
+Find a design as of a version.
-Autogenerated return type of DesignManagementDelete.
+Returns [`DesignAtVersion`](#designatversion).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `version` | [`DesignVersion`](#designversion) | The new version in which the designs are deleted. |
+###### Arguments
-### `DesignManagementMovePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designcollectiondesignatversionid"></a>`id` | [`DesignManagementDesignAtVersionID!`](#designmanagementdesignatversionid) | The Global ID of the design at this version. |
-Autogenerated return type of DesignManagementMove.
+##### `DesignCollection.designs`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `designCollection` | [`DesignCollection`](#designcollection) | The current state of the collection. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+All designs for the design collection.
-### `DesignManagementUploadPayload`
+Returns [`DesignConnection!`](#designconnection).
-Autogenerated return type of DesignManagementUpload.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `designs` | [`[Design!]!`](#design) | The designs that were uploaded by the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `skippedDesigns` | [`[Design!]!`](#design) | Any designs that were skipped from the upload due to there being no change to their content since their last version. |
+###### Arguments
-### `DesignVersion`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designcollectiondesignsatversion"></a>`atVersion` | [`DesignManagementVersionID`](#designmanagementversionid) | Filters designs to only those that existed at the version. If argument is omitted or nil then all designs will reflect the latest version. |
+| <a id="designcollectiondesignsfilenames"></a>`filenames` | [`[String!]`](#string) | Filters designs by their filename. |
+| <a id="designcollectiondesignsids"></a>`ids` | [`[DesignManagementDesignID!]`](#designmanagementdesignid) | Filters designs by their ID. |
-A specific version in which designs were added, modified or deleted.
+##### `DesignCollection.version`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `designAtVersion` | [`DesignAtVersion!`](#designatversion) | A particular design as of this version, provided it is visible at this version. |
-| `designs` | [`DesignConnection!`](#designconnection) | All designs that were changed in the version. |
-| `designsAtVersion` | [`DesignAtVersionConnection!`](#designatversionconnection) | All designs that are visible at this version, as of this version. |
-| `id` | [`ID!`](#id) | ID of the design version. |
-| `sha` | [`ID!`](#id) | SHA of the design version. |
+A specific version.
-### `DesignVersionConnection`
+Returns [`DesignVersion`](#designversion).
-The connection type for DesignVersion.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DesignVersionEdge]`](#designversionedge) | A list of edges. |
-| `nodes` | [`[DesignVersion]`](#designversion) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designcollectionversionid"></a>`id` | [`DesignManagementVersionID`](#designmanagementversionid) | The Global ID of the version. |
+| <a id="designcollectionversionsha"></a>`sha` | [`String`](#string) | The SHA256 of a specific version. |
-### `DesignVersionEdge`
+##### `DesignCollection.versions`
-An edge in a connection.
+All versions related to all designs, ordered newest first.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`DesignVersion`](#designversion) | The item at the end of the edge. |
+Returns [`DesignVersionConnection!`](#designversionconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designcollectionversionsearlierorequaltoid"></a>`earlierOrEqualToId` | [`DesignManagementVersionID`](#designmanagementversionid) | The Global ID of the most recent acceptable version. |
+| <a id="designcollectionversionsearlierorequaltosha"></a>`earlierOrEqualToSha` | [`String`](#string) | The SHA256 of the most recent acceptable version. |
-### `DestroyBoardListPayload`
+### `DesignManagement`
-Autogenerated return type of DestroyBoardList.
+#### Fields with arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `list` | [`BoardList`](#boardlist) | The list after mutation. |
+##### `DesignManagement.designAtVersion`
-### `DestroyBoardPayload`
+Find a design as of a version.
-Autogenerated return type of DestroyBoard.
+Returns [`DesignAtVersion`](#designatversion).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `board` | [`Board`](#board) | The board after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+###### Arguments
-### `DestroyComplianceFrameworkPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designmanagementdesignatversionid"></a>`id` | [`DesignManagementDesignAtVersionID!`](#designmanagementdesignatversionid) | The Global ID of the design at this version. |
-Autogenerated return type of DestroyComplianceFramework.
+##### `DesignManagement.version`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+Find a version.
-### `DestroyContainerRepositoryPayload`
+Returns [`DesignVersion`](#designversion).
-Autogenerated return type of DestroyContainerRepository.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `containerRepository` | [`ContainerRepository!`](#containerrepository) | The container repository policy after scheduling the deletion. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designmanagementversionid"></a>`id` | [`DesignManagementVersionID!`](#designmanagementversionid) | The Global ID of the version. |
-### `DestroyContainerRepositoryTagsPayload`
+### `DesignVersion`
-Autogenerated return type of DestroyContainerRepositoryTags.
+A specific version in which designs were added, modified or deleted.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `deletedTagNames` | [`[String!]!`](#string) | Deleted container repository tags. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### Fields
-### `DestroyEpicBoardPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designversiondesigns"></a>`designs` | [`DesignConnection!`](#designconnection) | All designs that were changed in the version. |
+| <a id="designversionid"></a>`id` | [`ID!`](#id) | ID of the design version. |
+| <a id="designversionsha"></a>`sha` | [`ID!`](#id) | SHA of the design version. |
-Autogenerated return type of DestroyEpicBoard.
+#### Fields with arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epicBoard` | [`EpicBoard`](#epicboard) | Epic board after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+##### `DesignVersion.designAtVersion`
-### `DestroyNotePayload`
+A particular design as of this version, provided it is visible at this version.
-Autogenerated return type of DestroyNote.
+Returns [`DesignAtVersion!`](#designatversion).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `note` | [`Note`](#note) | The note after mutation. |
+###### Arguments
-### `DestroySnippetPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designversiondesignatversiondesignid"></a>`designId` | [`DesignManagementDesignID`](#designmanagementdesignid) | The ID of a specific design. |
+| <a id="designversiondesignatversionfilename"></a>`filename` | [`String`](#string) | The filename of a specific design. |
+| <a id="designversiondesignatversionid"></a>`id` | [`DesignManagementDesignAtVersionID`](#designmanagementdesignatversionid) | The ID of the DesignAtVersion. |
-Autogenerated return type of DestroySnippet.
+##### `DesignVersion.designsAtVersion`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
+All designs that are visible at this version, as of this version.
-### `DetailedStatus`
+Returns [`DesignAtVersionConnection!`](#designatversionconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `action` | [`StatusAction`](#statusaction) | Action information for the status. This includes method, button title, icon, path, and title. |
-| `detailsPath` | [`String`](#string) | Path of the details for the status. |
-| `favicon` | [`String`](#string) | Favicon of the status. |
-| `group` | [`String`](#string) | Group of the status. |
-| `hasDetails` | [`Boolean`](#boolean) | Indicates if the status has further details. |
-| `icon` | [`String`](#string) | Icon of the status. |
-| `label` | [`String`](#string) | Label of the status. |
-| `text` | [`String`](#string) | Text of the status. |
-| `tooltip` | [`String`](#string) | Tooltip associated with the status. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `DevopsAdoptionSegment`
+###### Arguments
-Segment.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designversiondesignsatversionfilenames"></a>`filenames` | [`[String!]`](#string) | Filters designs by their filename. |
+| <a id="designversiondesignsatversionids"></a>`ids` | [`[DesignManagementDesignID!]`](#designmanagementdesignid) | Filters designs by their ID. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `id` | [`ID!`](#id) | ID of the segment. |
-| `latestSnapshot` | [`DevopsAdoptionSnapshot`](#devopsadoptionsnapshot) | The latest adoption metrics for the segment. |
-| `namespace` | [`Namespace`](#namespace) | Segment namespace. |
+### `DetailedStatus`
-### `DevopsAdoptionSegmentConnection`
+#### Fields
-The connection type for DevopsAdoptionSegment.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="detailedstatusaction"></a>`action` | [`StatusAction`](#statusaction) | Action information for the status. This includes method, button title, icon, path, and title. |
+| <a id="detailedstatusdetailspath"></a>`detailsPath` | [`String`](#string) | Path of the details for the status. |
+| <a id="detailedstatusfavicon"></a>`favicon` | [`String`](#string) | Favicon of the status. |
+| <a id="detailedstatusgroup"></a>`group` | [`String`](#string) | Group of the status. |
+| <a id="detailedstatushasdetails"></a>`hasDetails` | [`Boolean`](#boolean) | Indicates if the status has further details. |
+| <a id="detailedstatusicon"></a>`icon` | [`String`](#string) | Icon of the status. |
+| <a id="detailedstatuslabel"></a>`label` | [`String`](#string) | Label of the status. |
+| <a id="detailedstatustext"></a>`text` | [`String`](#string) | Text of the status. |
+| <a id="detailedstatustooltip"></a>`tooltip` | [`String`](#string) | Tooltip associated with the status. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DevopsAdoptionSegmentEdge]`](#devopsadoptionsegmentedge) | A list of edges. |
-| `nodes` | [`[DevopsAdoptionSegment]`](#devopsadoptionsegment) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+### `DevopsAdoptionSegment`
-### `DevopsAdoptionSegmentEdge`
+Segment.
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`DevopsAdoptionSegment`](#devopsadoptionsegment) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="devopsadoptionsegmentid"></a>`id` | [`ID!`](#id) | ID of the segment. |
+| <a id="devopsadoptionsegmentlatestsnapshot"></a>`latestSnapshot` | [`DevopsAdoptionSnapshot`](#devopsadoptionsnapshot) | The latest adoption metrics for the segment. |
+| <a id="devopsadoptionsegmentnamespace"></a>`namespace` | [`Namespace`](#namespace) | Segment namespace. |
### `DevopsAdoptionSnapshot`
Snapshot.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `deploySucceeded` | [`Boolean!`](#boolean) | At least one deployment succeeded. |
-| `endTime` | [`Time!`](#time) | The end time for the snapshot where the data points were collected. |
-| `issueOpened` | [`Boolean!`](#boolean) | At least one issue was opened. |
-| `mergeRequestApproved` | [`Boolean!`](#boolean) | At least one merge request was approved. |
-| `mergeRequestOpened` | [`Boolean!`](#boolean) | At least one merge request was opened. |
-| `pipelineSucceeded` | [`Boolean!`](#boolean) | At least one pipeline succeeded. |
-| `recordedAt` | [`Time!`](#time) | The time the snapshot was recorded. |
-| `runnerConfigured` | [`Boolean!`](#boolean) | At least one runner was used. |
-| `securityScanSucceeded` | [`Boolean!`](#boolean) | At least one security scan succeeded. |
-| `startTime` | [`Time!`](#time) | The start time for the snapshot where the data points were collected. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="devopsadoptionsnapshotdeploysucceeded"></a>`deploySucceeded` | [`Boolean!`](#boolean) | At least one deployment succeeded. |
+| <a id="devopsadoptionsnapshotendtime"></a>`endTime` | [`Time!`](#time) | The end time for the snapshot where the data points were collected. |
+| <a id="devopsadoptionsnapshotissueopened"></a>`issueOpened` | [`Boolean!`](#boolean) | At least one issue was opened. |
+| <a id="devopsadoptionsnapshotmergerequestapproved"></a>`mergeRequestApproved` | [`Boolean!`](#boolean) | At least one merge request was approved. |
+| <a id="devopsadoptionsnapshotmergerequestopened"></a>`mergeRequestOpened` | [`Boolean!`](#boolean) | At least one merge request was opened. |
+| <a id="devopsadoptionsnapshotpipelinesucceeded"></a>`pipelineSucceeded` | [`Boolean!`](#boolean) | At least one pipeline succeeded. |
+| <a id="devopsadoptionsnapshotrecordedat"></a>`recordedAt` | [`Time!`](#time) | The time the snapshot was recorded. |
+| <a id="devopsadoptionsnapshotrunnerconfigured"></a>`runnerConfigured` | [`Boolean!`](#boolean) | At least one runner was used. |
+| <a id="devopsadoptionsnapshotsecurityscansucceeded"></a>`securityScanSucceeded` | [`Boolean!`](#boolean) | At least one security scan succeeded. |
+| <a id="devopsadoptionsnapshotstarttime"></a>`startTime` | [`Time!`](#time) | The start time for the snapshot where the data points were collected. |
### `DiffPosition`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `diffRefs` | [`DiffRefs!`](#diffrefs) | Information about the branch, HEAD, and base at the time of commenting. |
-| `filePath` | [`String!`](#string) | Path of the file that was changed. |
-| `height` | [`Int`](#int) | Total height of the image. |
-| `newLine` | [`Int`](#int) | Line on HEAD SHA that was changed. |
-| `newPath` | [`String`](#string) | Path of the file on the HEAD SHA. |
-| `oldLine` | [`Int`](#int) | Line on start SHA that was changed. |
-| `oldPath` | [`String`](#string) | Path of the file on the start SHA. |
-| `positionType` | [`DiffPositionType!`](#diffpositiontype) | Type of file the position refers to. |
-| `width` | [`Int`](#int) | Total width of the image. |
-| `x` | [`Int`](#int) | X position of the note. |
-| `y` | [`Int`](#int) | Y position of the note. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="diffpositiondiffrefs"></a>`diffRefs` | [`DiffRefs!`](#diffrefs) | Information about the branch, HEAD, and base at the time of commenting. |
+| <a id="diffpositionfilepath"></a>`filePath` | [`String!`](#string) | Path of the file that was changed. |
+| <a id="diffpositionheight"></a>`height` | [`Int`](#int) | Total height of the image. |
+| <a id="diffpositionnewline"></a>`newLine` | [`Int`](#int) | Line on HEAD SHA that was changed. |
+| <a id="diffpositionnewpath"></a>`newPath` | [`String`](#string) | Path of the file on the HEAD SHA. |
+| <a id="diffpositionoldline"></a>`oldLine` | [`Int`](#int) | Line on start SHA that was changed. |
+| <a id="diffpositionoldpath"></a>`oldPath` | [`String`](#string) | Path of the file on the start SHA. |
+| <a id="diffpositionpositiontype"></a>`positionType` | [`DiffPositionType!`](#diffpositiontype) | Type of file the position refers to. |
+| <a id="diffpositionwidth"></a>`width` | [`Int`](#int) | Total width of the image. |
+| <a id="diffpositionx"></a>`x` | [`Int`](#int) | X position of the note. |
+| <a id="diffpositiony"></a>`y` | [`Int`](#int) | Y position of the note. |
### `DiffRefs`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `baseSha` | [`String`](#string) | Merge base of the branch the comment was made on. |
-| `headSha` | [`String!`](#string) | SHA of the HEAD at the time the comment was made. |
-| `startSha` | [`String!`](#string) | SHA of the branch being compared against. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="diffrefsbasesha"></a>`baseSha` | [`String`](#string) | Merge base of the branch the comment was made on. |
+| <a id="diffrefsheadsha"></a>`headSha` | [`String!`](#string) | SHA of the HEAD at the time the comment was made. |
+| <a id="diffrefsstartsha"></a>`startSha` | [`String!`](#string) | SHA of the branch being compared against. |
### `DiffStats`
Changes to a single file.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `additions` | [`Int!`](#int) | Number of lines added to this file. |
-| `deletions` | [`Int!`](#int) | Number of lines deleted from this file. |
-| `path` | [`String!`](#string) | File path, relative to repository root. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="diffstatsadditions"></a>`additions` | [`Int!`](#int) | Number of lines added to this file. |
+| <a id="diffstatsdeletions"></a>`deletions` | [`Int!`](#int) | Number of lines deleted from this file. |
+| <a id="diffstatspath"></a>`path` | [`String!`](#string) | File path, relative to repository root. |
### `DiffStatsSummary`
Aggregated summary of changes.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `additions` | [`Int!`](#int) | Number of lines added. |
-| `changes` | [`Int!`](#int) | Number of lines changed. |
-| `deletions` | [`Int!`](#int) | Number of lines deleted. |
-| `fileCount` | [`Int!`](#int) | Number of files changed. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="diffstatssummaryadditions"></a>`additions` | [`Int!`](#int) | Number of lines added. |
+| <a id="diffstatssummarychanges"></a>`changes` | [`Int!`](#int) | Number of lines changed. |
+| <a id="diffstatssummarydeletions"></a>`deletions` | [`Int!`](#int) | Number of lines deleted. |
+| <a id="diffstatssummaryfilecount"></a>`fileCount` | [`Int!`](#int) | Number of files changed. |
### `Discussion`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Timestamp of the discussion's creation. |
-| `id` | [`DiscussionID!`](#discussionid) | ID of this discussion. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes in the discussion. |
-| `replyId` | [`DiscussionID!`](#discussionid) | ID used to reply to this discussion. |
-| `resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
-| `resolved` | [`Boolean!`](#boolean) | Indicates if the object is resolved. |
-| `resolvedAt` | [`Time`](#time) | Timestamp of when the object was resolved. |
-| `resolvedBy` | [`User`](#user) | User who resolved the object. |
+#### Fields
-### `DiscussionConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="discussioncreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of the discussion's creation. |
+| <a id="discussionid"></a>`id` | [`DiscussionID!`](#discussionid) | ID of this discussion. |
+| <a id="discussionnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes in the discussion. |
+| <a id="discussionreplyid"></a>`replyId` | [`DiscussionID!`](#discussionid) | ID used to reply to this discussion. |
+| <a id="discussionresolvable"></a>`resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
+| <a id="discussionresolved"></a>`resolved` | [`Boolean!`](#boolean) | Indicates if the object is resolved. |
+| <a id="discussionresolvedat"></a>`resolvedAt` | [`Time`](#time) | Timestamp of when the object was resolved. |
+| <a id="discussionresolvedby"></a>`resolvedBy` | [`User`](#user) | User who resolved the object. |
-The connection type for Discussion.
+### `Environment`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[DiscussionEdge]`](#discussionedge) | A list of edges. |
-| `nodes` | [`[Discussion]`](#discussion) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Describes where code is deployed for a project.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="environmentid"></a>`id` | [`ID!`](#id) | ID of the environment. |
+| <a id="environmentlatestopenedmostseverealert"></a>`latestOpenedMostSevereAlert` | [`AlertManagementAlert`](#alertmanagementalert) | The most severe open alert for the environment. If multiple alerts have equal severity, the most recent is returned. |
+| <a id="environmentname"></a>`name` | [`String!`](#string) | Human-readable name of the environment. |
+| <a id="environmentpath"></a>`path` | [`String!`](#string) | The path to the environment. |
+| <a id="environmentstate"></a>`state` | [`String!`](#string) | State of the environment, for example: available/stopped. |
-### `DiscussionEdge`
+#### Fields with arguments
-An edge in a connection.
+##### `Environment.metricsDashboard`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Discussion`](#discussion) | The item at the end of the edge. |
+Metrics dashboard schema for the environment.
-### `DiscussionToggleResolvePayload`
+Returns [`MetricsDashboard`](#metricsdashboard).
-Autogenerated return type of DiscussionToggleResolve.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `discussion` | [`Discussion`](#discussion) | The discussion after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="environmentmetricsdashboardpath"></a>`path` | [`String!`](#string) | Path to a file which defines a metrics dashboard eg: `"config/prometheus/common_metrics.yml"`. |
-### `DismissVulnerabilityPayload`
+### `Epic`
-Autogenerated return type of DismissVulnerability.
+Represents an epic.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after dismissal. |
+#### Fields
-### `Environment`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicauthor"></a>`author` | [`User!`](#user) | Author of the epic. |
+| <a id="epicawardemoji"></a>`awardEmoji` | [`AwardEmojiConnection`](#awardemojiconnection) | A list of award emojis associated with the epic. |
+| <a id="epicclosedat"></a>`closedAt` | [`Time`](#time) | Timestamp of when the epic was closed. |
+| <a id="epicconfidential"></a>`confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
+| <a id="epiccreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp of when the epic was created. |
+| <a id="epicdescendantcounts"></a>`descendantCounts` | [`EpicDescendantCount`](#epicdescendantcount) | Number of open and closed descendant epics and issues. |
+| <a id="epicdescendantweightsum"></a>`descendantWeightSum` | [`EpicDescendantWeights`](#epicdescendantweights) | Total weight of open and closed issues in the epic and its descendants. |
+| <a id="epicdescription"></a>`description` | [`String`](#string) | Description of the epic. |
+| <a id="epicdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="epicdiscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="epicdownvotes"></a>`downvotes` | [`Int!`](#int) | Number of downvotes the epic has received. |
+| <a id="epicduedate"></a>`dueDate` | [`Time`](#time) | Due date of the epic. |
+| <a id="epicduedatefixed"></a>`dueDateFixed` | [`Time`](#time) | Fixed due date of the epic. |
+| <a id="epicduedatefrommilestones"></a>`dueDateFromMilestones` | [`Time`](#time) | Inherited due date of the epic from milestones. |
+| <a id="epicduedateisfixed"></a>`dueDateIsFixed` | [`Boolean`](#boolean) | Indicates if the due date has been manually set. |
+| <a id="epicevents"></a>`events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
+| <a id="epicgroup"></a>`group` | [`Group!`](#group) | Group to which the epic belongs. |
+| <a id="epichaschildren"></a>`hasChildren` | [`Boolean!`](#boolean) | Indicates if the epic has children. |
+| <a id="epichasissues"></a>`hasIssues` | [`Boolean!`](#boolean) | Indicates if the epic has direct issues. |
+| <a id="epichasparent"></a>`hasParent` | [`Boolean!`](#boolean) | Indicates if the epic has a parent epic. |
+| <a id="epichealthstatus"></a>`healthStatus` | [`EpicHealthStatus`](#epichealthstatus) | Current health status of the epic. |
+| <a id="epicid"></a>`id` | [`ID!`](#id) | ID of the epic. |
+| <a id="epiciid"></a>`iid` | [`ID!`](#id) | Internal ID of the epic. |
+| <a id="epicissues"></a>`issues` | [`EpicIssueConnection`](#epicissueconnection) | A list of issues associated with the epic. |
+| <a id="epiclabels"></a>`labels` | [`LabelConnection`](#labelconnection) | Labels assigned to the epic. |
+| <a id="epicnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="epicparent"></a>`parent` | [`Epic`](#epic) | Parent epic of the epic. |
+| <a id="epicparticipants"></a>`participants` | [`UserConnection`](#userconnection) | List of participants for the epic. |
+| <a id="epicrelationpath"></a>`relationPath` | [`String`](#string) | URI path of the epic-issue relationship. |
+| <a id="epicrelativeposition"></a>`relativePosition` | [`Int`](#int) | The relative position of the epic in the epic tree. |
+| <a id="epicstartdate"></a>`startDate` | [`Time`](#time) | Start date of the epic. |
+| <a id="epicstartdatefixed"></a>`startDateFixed` | [`Time`](#time) | Fixed start date of the epic. |
+| <a id="epicstartdatefrommilestones"></a>`startDateFromMilestones` | [`Time`](#time) | Inherited start date of the epic from milestones. |
+| <a id="epicstartdateisfixed"></a>`startDateIsFixed` | [`Boolean`](#boolean) | Indicates if the start date has been manually set. |
+| <a id="epicstate"></a>`state` | [`EpicState!`](#epicstate) | State of the epic. |
+| <a id="epicsubscribed"></a>`subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the epic. |
+| <a id="epictitle"></a>`title` | [`String`](#string) | Title of the epic. |
+| <a id="epictitlehtml"></a>`titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
+| <a id="epicupdatedat"></a>`updatedAt` | [`Time`](#time) | Timestamp of when the epic was updated. |
+| <a id="epicupvotes"></a>`upvotes` | [`Int!`](#int) | Number of upvotes the epic has received. |
+| <a id="epicuserdiscussionscount"></a>`userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the epic. |
+| <a id="epicusernotescount"></a>`userNotesCount` | [`Int!`](#int) | Number of user notes of the epic. |
+| <a id="epicuserpermissions"></a>`userPermissions` | [`EpicPermissions!`](#epicpermissions) | Permissions for the current user on the resource. |
+| <a id="epicwebpath"></a>`webPath` | [`String!`](#string) | Web path of the epic. |
+| <a id="epicweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the epic. |
+
+#### Fields with arguments
+
+##### `Epic.children`
+
+Children (sub-epics) of the epic.
+
+Returns [`EpicConnection`](#epicconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-Describes where code is deployed for a project.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicchildrenauthorusername"></a>`authorUsername` | [`String`](#string) | Filter epics by author. |
+| <a id="epicchildrenconfidential"></a>`confidential` | [`Boolean`](#boolean) | Filter epics by given confidentiality. |
+| <a id="epicchildrenenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="epicchildreniid"></a>`iid` | [`ID`](#id) | IID of the epic, e.g., "1". |
+| <a id="epicchildreniidstartswith"></a>`iidStartsWith` | [`String`](#string) | Filter epics by IID for autocomplete. |
+| <a id="epicchildreniids"></a>`iids` | [`[ID!]`](#id) | List of IIDs of epics, e.g., [1, 2]. |
+| <a id="epicchildrenincludedescendantgroups"></a>`includeDescendantGroups` | [`Boolean`](#boolean) | Include epics from descendant groups. |
+| <a id="epicchildrenlabelname"></a>`labelName` | [`[String!]`](#string) | Filter epics by labels. |
+| <a id="epicchildrenmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Filter epics by milestone title, computed from epic's issues. |
+| <a id="epicchildrenmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+| <a id="epicchildrensearch"></a>`search` | [`String`](#string) | Search query for epic title or description. |
+| <a id="epicchildrensort"></a>`sort` | [`EpicSort`](#epicsort) | List epics by sort order. |
+| <a id="epicchildrenstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="epicchildrenstate"></a>`state` | [`EpicState`](#epicstate) | Filter epics by state. |
+| <a id="epicchildrentimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+
+##### `Epic.currentUserTodos`
+
+To-do items for the current user.
+
+Returns [`TodoConnection!`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `id` | [`ID!`](#id) | ID of the environment. |
-| `latestOpenedMostSevereAlert` | [`AlertManagementAlert`](#alertmanagementalert) | The most severe open alert for the environment. If multiple alerts have equal severity, the most recent is returned. |
-| `metricsDashboard` | [`MetricsDashboard`](#metricsdashboard) | Metrics dashboard schema for the environment. |
-| `name` | [`String!`](#string) | Human-readable name of the environment. |
-| `path` | [`String!`](#string) | The path to the environment. |
-| `state` | [`String!`](#string) | State of the environment, for example: available/stopped. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epiccurrentusertodosstate"></a>`state` | [`TodoStateEnum`](#todostateenum) | State of the to-do items. |
-### `EnvironmentConnection`
+##### `Epic.reference`
-The connection type for Environment.
+Internal reference of the epic. Returned in shortened format by default.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[EnvironmentEdge]`](#environmentedge) | A list of edges. |
-| `nodes` | [`[Environment]`](#environment) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Returns [`String!`](#string).
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicreferencefull"></a>`full` | [`Boolean`](#boolean) | Indicates if the reference should be returned in full. |
-### `EnvironmentEdge`
+### `EpicBoard`
-An edge in a connection.
+Represents an epic board.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Environment`](#environment) | The item at the end of the edge. |
+#### Fields
-### `EnvironmentsCanaryIngressUpdatePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicboardhidebackloglist"></a>`hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
+| <a id="epicboardhideclosedlist"></a>`hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
+| <a id="epicboardid"></a>`id` | [`BoardsEpicBoardID!`](#boardsepicboardid) | Global ID of the epic board. |
+| <a id="epicboardlabels"></a>`labels` | [`LabelConnection`](#labelconnection) | Labels of the board. |
+| <a id="epicboardname"></a>`name` | [`String`](#string) | Name of the epic board. |
+| <a id="epicboardwebpath"></a>`webPath` | [`String!`](#string) | Web path of the epic board. |
+| <a id="epicboardweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the epic board. |
-Autogenerated return type of EnvironmentsCanaryIngressUpdate.
+#### Fields with arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+##### `EpicBoard.lists`
-### `Epic`
+Epic board lists.
-Represents an epic.
+Returns [`EpicListConnection`](#epiclistconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `author` | [`User!`](#user) | Author of the epic. |
-| `awardEmoji` | [`AwardEmojiConnection`](#awardemojiconnection) | A list of award emojis associated with the epic. |
-| `children` | [`EpicConnection`](#epicconnection) | Children (sub-epics) of the epic. |
-| `closedAt` | [`Time`](#time) | Timestamp of when the epic was closed. |
-| `confidential` | [`Boolean`](#boolean) | Indicates if the epic is confidential. |
-| `createdAt` | [`Time`](#time) | Timestamp of when the epic was created. |
-| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
-| `descendantCounts` | [`EpicDescendantCount`](#epicdescendantcount) | Number of open and closed descendant epics and issues. |
-| `descendantWeightSum` | [`EpicDescendantWeights`](#epicdescendantweights) | Total weight of open and closed issues in the epic and its descendants. |
-| `description` | [`String`](#string) | Description of the epic. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `downvotes` | [`Int!`](#int) | Number of downvotes the epic has received. |
-| `dueDate` | [`Time`](#time) | Due date of the epic. |
-| `dueDateFixed` | [`Time`](#time) | Fixed due date of the epic. |
-| `dueDateFromMilestones` | [`Time`](#time) | Inherited due date of the epic from milestones. |
-| `dueDateIsFixed` | [`Boolean`](#boolean) | Indicates if the due date has been manually set. |
-| `events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
-| `group` | [`Group!`](#group) | Group to which the epic belongs. |
-| `hasChildren` | [`Boolean!`](#boolean) | Indicates if the epic has children. |
-| `hasIssues` | [`Boolean!`](#boolean) | Indicates if the epic has direct issues. |
-| `hasParent` | [`Boolean!`](#boolean) | Indicates if the epic has a parent epic. |
-| `healthStatus` | [`EpicHealthStatus`](#epichealthstatus) | Current health status of the epic. |
-| `id` | [`ID!`](#id) | ID of the epic. |
-| `iid` | [`ID!`](#id) | Internal ID of the epic. |
-| `issues` | [`EpicIssueConnection`](#epicissueconnection) | A list of issues associated with the epic. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels assigned to the epic. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `parent` | [`Epic`](#epic) | Parent epic of the epic. |
-| `participants` | [`UserConnection`](#userconnection) | List of participants for the epic. |
-| `reference` | [`String!`](#string) | Internal reference of the epic. Returned in shortened format by default. |
-| `relationPath` | [`String`](#string) | URI path of the epic-issue relationship. |
-| `relativePosition` | [`Int`](#int) | The relative position of the epic in the epic tree. |
-| `startDate` | [`Time`](#time) | Start date of the epic. |
-| `startDateFixed` | [`Time`](#time) | Fixed start date of the epic. |
-| `startDateFromMilestones` | [`Time`](#time) | Inherited start date of the epic from milestones. |
-| `startDateIsFixed` | [`Boolean`](#boolean) | Indicates if the start date has been manually set. |
-| `state` | [`EpicState!`](#epicstate) | State of the epic. |
-| `subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the epic. |
-| `title` | [`String`](#string) | Title of the epic. |
-| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
-| `updatedAt` | [`Time`](#time) | Timestamp of when the epic was updated. |
-| `upvotes` | [`Int!`](#int) | Number of upvotes the epic has received. |
-| `userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the epic. |
-| `userNotesCount` | [`Int!`](#int) | Number of user notes of the epic. |
-| `userPermissions` | [`EpicPermissions!`](#epicpermissions) | Permissions for the current user on the resource. |
-| `webPath` | [`String!`](#string) | Web path of the epic. |
-| `webUrl` | [`String!`](#string) | Web URL of the epic. |
-
-### `EpicAddIssuePayload`
-
-Autogenerated return type of EpicAddIssue.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epic` | [`Epic`](#epic) | The epic after mutation. |
-| `epicIssue` | [`EpicIssue`](#epicissue) | The epic-issue relation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `EpicBoard`
+###### Arguments
-Represents an epic board.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicboardlistsid"></a>`id` | [`BoardsEpicListID`](#boardsepiclistid) | Find an epic board list by ID. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `hideBacklogList` | [`Boolean`](#boolean) | Whether or not backlog list is hidden. |
-| `hideClosedList` | [`Boolean`](#boolean) | Whether or not closed list is hidden. |
-| `id` | [`BoardsEpicBoardID!`](#boardsepicboardid) | Global ID of the epic board. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels of the board. |
-| `lists` | [`EpicListConnection`](#epiclistconnection) | Epic board lists. |
-| `name` | [`String`](#string) | Name of the epic board. |
-| `webPath` | [`String!`](#string) | Web path of the epic board. |
-| `webUrl` | [`String!`](#string) | Web URL of the epic board. |
+### `EpicDescendantCount`
-### `EpicBoardConnection`
+Counts of descendent epics.
-The connection type for EpicBoard.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[EpicBoardEdge]`](#epicboardedge) | A list of edges. |
-| `nodes` | [`[EpicBoard]`](#epicboard) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicdescendantcountclosedepics"></a>`closedEpics` | [`Int`](#int) | Number of closed child epics. |
+| <a id="epicdescendantcountclosedissues"></a>`closedIssues` | [`Int`](#int) | Number of closed epic issues. |
+| <a id="epicdescendantcountopenedepics"></a>`openedEpics` | [`Int`](#int) | Number of opened child epics. |
+| <a id="epicdescendantcountopenedissues"></a>`openedIssues` | [`Int`](#int) | Number of opened epic issues. |
-### `EpicBoardCreatePayload`
+### `EpicDescendantWeights`
-Autogenerated return type of EpicBoardCreate.
+Total weight of open and closed descendant issues.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epicBoard` | [`EpicBoard`](#epicboard) | The created epic board. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### Fields
-### `EpicBoardEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicdescendantweightsclosedissues"></a>`closedIssues` | [`Int`](#int) | Total weight of completed (closed) issues in this epic, including epic descendants. |
+| <a id="epicdescendantweightsopenedissues"></a>`openedIssues` | [`Int`](#int) | Total weight of opened issues in this epic, including epic descendants. |
-An edge in a connection.
+### `EpicHealthStatus`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`EpicBoard`](#epicboard) | The item at the end of the edge. |
+Health status of child issues.
-### `EpicBoardListCreatePayload`
+#### Fields
-Autogenerated return type of EpicBoardListCreate.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epichealthstatusissuesatrisk"></a>`issuesAtRisk` | [`Int`](#int) | Number of issues at risk. |
+| <a id="epichealthstatusissuesneedingattention"></a>`issuesNeedingAttention` | [`Int`](#int) | Number of issues that need attention. |
+| <a id="epichealthstatusissuesontrack"></a>`issuesOnTrack` | [`Int`](#int) | Number of issues on track. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `list` | [`EpicList`](#epiclist) | Epic list in the epic board. |
+### `EpicIssue`
-### `EpicBoardUpdatePayload`
+Relationship between an epic and an issue.
-Autogenerated return type of EpicBoardUpdate.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epicBoard` | [`EpicBoard`](#epicboard) | The updated epic board. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicissuealertmanagementalert"></a>`alertManagementAlert` | [`AlertManagementAlert`](#alertmanagementalert) | Alert associated to this issue. |
+| <a id="epicissueassignees"></a>`assignees` | [`UserConnection`](#userconnection) | Assignees of the issue. |
+| <a id="epicissueauthor"></a>`author` | [`User!`](#user) | User that created the issue. |
+| <a id="epicissueblocked"></a>`blocked` | [`Boolean!`](#boolean) | Indicates the issue is blocked. |
+| <a id="epicissueblockedbycount"></a>`blockedByCount` | [`Int`](#int) | Count of issues blocking this issue. |
+| <a id="epicissueblockedbyissues"></a>`blockedByIssues` | [`IssueConnection`](#issueconnection) | Issues blocking this issue. |
+| <a id="epicissueclosedat"></a>`closedAt` | [`Time`](#time) | Timestamp of when the issue was closed. |
+| <a id="epicissueconfidential"></a>`confidential` | [`Boolean!`](#boolean) | Indicates the issue is confidential. |
+| <a id="epicissuecreatenoteemail"></a>`createNoteEmail` | [`String`](#string) | User specific email address for the issue. |
+| <a id="epicissuecreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of when the issue was created. |
+| <a id="epicissuedescription"></a>`description` | [`String`](#string) | Description of the issue. |
+| <a id="epicissuedescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="epicissuedesigncollection"></a>`designCollection` | [`DesignCollection`](#designcollection) | Collection of design images associated with this issue. |
+| <a id="epicissuediscussionlocked"></a>`discussionLocked` | [`Boolean!`](#boolean) | Indicates discussion is locked on the issue. |
+| <a id="epicissuediscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="epicissuedownvotes"></a>`downvotes` | [`Int!`](#int) | Number of downvotes the issue has received. |
+| <a id="epicissueduedate"></a>`dueDate` | [`Time`](#time) | Due date of the issue. |
+| <a id="epicissueemailsdisabled"></a>`emailsDisabled` | [`Boolean!`](#boolean) | Indicates if a project has email notifications disabled: `true` if email notifications are disabled. |
+| <a id="epicissueepic"></a>`epic` | [`Epic`](#epic) | Epic to which this issue belongs. |
+| <a id="epicissueepicissueid"></a>`epicIssueId` | [`ID!`](#id) | ID of the epic-issue relation. |
+| <a id="epicissuehealthstatus"></a>`healthStatus` | [`HealthStatus`](#healthstatus) | Current health status. |
+| <a id="epicissuehumantimeestimate"></a>`humanTimeEstimate` | [`String`](#string) | Human-readable time estimate of the issue. |
+| <a id="epicissuehumantotaltimespent"></a>`humanTotalTimeSpent` | [`String`](#string) | Human-readable total time reported as spent on the issue. |
+| <a id="epicissueid"></a>`id` | [`ID`](#id) | Global ID of the epic-issue relation. |
+| <a id="epicissueiid"></a>`iid` | [`ID!`](#id) | Internal ID of the issue. |
+| <a id="epicissueiteration"></a>`iteration` | [`Iteration`](#iteration) | Iteration of the issue. |
+| <a id="epicissuelabels"></a>`labels` | [`LabelConnection`](#labelconnection) | Labels of the issue. |
+| <a id="epicissuemetricimages"></a>`metricImages` | [`[MetricImage!]`](#metricimage) | Metric images associated to the issue. |
+| <a id="epicissuemilestone"></a>`milestone` | [`Milestone`](#milestone) | Milestone of the issue. |
+| <a id="epicissuemoved"></a>`moved` | [`Boolean`](#boolean) | Indicates if issue got moved from other project. |
+| <a id="epicissuemovedto"></a>`movedTo` | [`Issue`](#issue) | Updated Issue after it got moved to another project. |
+| <a id="epicissuenotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="epicissueparticipants"></a>`participants` | [`UserConnection`](#userconnection) | List of participants in the issue. |
+| <a id="epicissuerelationpath"></a>`relationPath` | [`String`](#string) | URI path of the epic-issue relation. |
+| <a id="epicissuerelativeposition"></a>`relativePosition` | [`Int`](#int) | Relative position of the issue (used for positioning in epic tree and issue boards). |
+| <a id="epicissueseverity"></a>`severity` | [`IssuableSeverity`](#issuableseverity) | Severity level of the incident. |
+| <a id="epicissuesladueat"></a>`slaDueAt` | [`Time`](#time) | Timestamp of when the issue SLA expires. |
+| <a id="epicissuestate"></a>`state` | [`IssueState!`](#issuestate) | State of the issue. |
+| <a id="epicissuestatuspagepublishedincident"></a>`statusPagePublishedIncident` | [`Boolean`](#boolean) | Indicates whether an issue is published to the status page. |
+| <a id="epicissuesubscribed"></a>`subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the issue. |
+| <a id="epicissuetaskcompletionstatus"></a>`taskCompletionStatus` | [`TaskCompletionStatus!`](#taskcompletionstatus) | Task completion status of the issue. |
+| <a id="epicissuetimeestimate"></a>`timeEstimate` | [`Int!`](#int) | Time estimate of the issue. |
+| <a id="epicissuetimelogs"></a>`timelogs` | [`TimelogConnection!`](#timelogconnection) | Timelogs on the issue. |
+| <a id="epicissuetitle"></a>`title` | [`String!`](#string) | Title of the issue. |
+| <a id="epicissuetitlehtml"></a>`titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
+| <a id="epicissuetotaltimespent"></a>`totalTimeSpent` | [`Int!`](#int) | Total time reported as spent on the issue. |
+| <a id="epicissuetype"></a>`type` | [`IssueType`](#issuetype) | Type of the issue. |
+| <a id="epicissueupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of when the issue was last updated. |
+| <a id="epicissueupdatedby"></a>`updatedBy` | [`User`](#user) | User that last updated the issue. |
+| <a id="epicissueupvotes"></a>`upvotes` | [`Int!`](#int) | Number of upvotes the issue has received. |
+| <a id="epicissueuserdiscussionscount"></a>`userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the issue. |
+| <a id="epicissueusernotescount"></a>`userNotesCount` | [`Int!`](#int) | Number of user notes of the issue. |
+| <a id="epicissueuserpermissions"></a>`userPermissions` | [`IssuePermissions!`](#issuepermissions) | Permissions for the current user on the resource. |
+| <a id="epicissuewebpath"></a>`webPath` | [`String!`](#string) | Web path of the issue. |
+| <a id="epicissueweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the issue. |
+| <a id="epicissueweight"></a>`weight` | [`Int`](#int) | Weight of the issue. |
+
+#### Fields with arguments
+
+##### `EpicIssue.currentUserTodos`
+
+To-do items for the current user.
+
+Returns [`TodoConnection!`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-### `EpicConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicissuecurrentusertodosstate"></a>`state` | [`TodoStateEnum`](#todostateenum) | State of the to-do items. |
-The connection type for Epic.
+##### `EpicIssue.reference`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[EpicEdge]`](#epicedge) | A list of edges. |
-| `nodes` | [`[Epic]`](#epic) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Internal reference of the issue. Returned in shortened format by default.
-### `EpicDescendantCount`
+Returns [`String!`](#string).
-Counts of descendent epics.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `closedEpics` | [`Int`](#int) | Number of closed child epics. |
-| `closedIssues` | [`Int`](#int) | Number of closed epic issues. |
-| `openedEpics` | [`Int`](#int) | Number of opened child epics. |
-| `openedIssues` | [`Int`](#int) | Number of opened epic issues. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicissuereferencefull"></a>`full` | [`Boolean`](#boolean) | Boolean option specifying whether the reference should be returned in full. |
-### `EpicDescendantWeights`
+### `EpicList`
-Total weight of open and closed descendant issues.
+Represents an epic board list.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `closedIssues` | [`Int`](#int) | Total weight of completed (closed) issues in this epic, including epic descendants. |
-| `openedIssues` | [`Int`](#int) | Total weight of opened issues in this epic, including epic descendants. |
+#### Fields
-### `EpicEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epiclistcollapsed"></a>`collapsed` | [`Boolean`](#boolean) | Indicates if this list is collapsed for this user. |
+| <a id="epiclistepicscount"></a>`epicsCount` | [`Int`](#int) | Count of epics in the list. |
+| <a id="epiclistid"></a>`id` | [`BoardsEpicListID!`](#boardsepiclistid) | Global ID of the board list. |
+| <a id="epiclistlabel"></a>`label` | [`Label`](#label) | Label of the list. |
+| <a id="epiclistlisttype"></a>`listType` | [`String!`](#string) | Type of the list. |
+| <a id="epiclistposition"></a>`position` | [`Int`](#int) | Position of the list within the board. |
+| <a id="epiclisttitle"></a>`title` | [`String!`](#string) | Title of the list. |
-An edge in a connection.
+#### Fields with arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Epic`](#epic) | The item at the end of the edge. |
+##### `EpicList.epics`
-### `EpicHealthStatus`
+List epics.
-Health status of child issues.
+Returns [`EpicConnection`](#epicconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `issuesAtRisk` | [`Int`](#int) | Number of issues at risk. |
-| `issuesNeedingAttention` | [`Int`](#int) | Number of issues that need attention. |
-| `issuesOnTrack` | [`Int`](#int) | Number of issues on track. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `EpicIssue`
+###### Arguments
-Relationship between an epic and an issue.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epiclistepicsfilters"></a>`filters` | [`EpicFilters`](#epicfilters) | Filters applied when selecting epics in the board list. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `alertManagementAlert` | [`AlertManagementAlert`](#alertmanagementalert) | Alert associated to this issue. |
-| `assignees` | [`UserConnection`](#userconnection) | Assignees of the issue. |
-| `author` | [`User!`](#user) | User that created the issue. |
-| `blocked` | [`Boolean!`](#boolean) | Indicates the issue is blocked. |
-| `blockedByCount` | [`Int`](#int) | Count of issues blocking this issue. |
-| `blockedByIssues` | [`IssueConnection`](#issueconnection) | Issues blocking this issue. |
-| `closedAt` | [`Time`](#time) | Timestamp of when the issue was closed. |
-| `confidential` | [`Boolean!`](#boolean) | Indicates the issue is confidential. |
-| `createNoteEmail` | [`String`](#string) | User specific email address for the issue. |
-| `createdAt` | [`Time!`](#time) | Timestamp of when the issue was created. |
-| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
-| `description` | [`String`](#string) | Description of the issue. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `designCollection` | [`DesignCollection`](#designcollection) | Collection of design images associated with this issue. |
-| `discussionLocked` | [`Boolean!`](#boolean) | Indicates discussion is locked on the issue. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `downvotes` | [`Int!`](#int) | Number of downvotes the issue has received. |
-| `dueDate` | [`Time`](#time) | Due date of the issue. |
-| `emailsDisabled` | [`Boolean!`](#boolean) | Indicates if a project has email notifications disabled: `true` if email notifications are disabled. |
-| `epic` | [`Epic`](#epic) | Epic to which this issue belongs. |
-| `epicIssueId` | [`ID!`](#id) | ID of the epic-issue relation. |
-| `healthStatus` | [`HealthStatus`](#healthstatus) | Current health status. |
-| `humanTimeEstimate` | [`String`](#string) | Human-readable time estimate of the issue. |
-| `humanTotalTimeSpent` | [`String`](#string) | Human-readable total time reported as spent on the issue. |
-| `id` | [`ID`](#id) | Global ID of the epic-issue relation. |
-| `iid` | [`ID!`](#id) | Internal ID of the issue. |
-| `iteration` | [`Iteration`](#iteration) | Iteration of the issue. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels of the issue. |
-| `metricImages` | [`[MetricImage!]`](#metricimage) | Metric images associated to the issue. |
-| `milestone` | [`Milestone`](#milestone) | Milestone of the issue. |
-| `moved` | [`Boolean`](#boolean) | Indicates if issue got moved from other project. |
-| `movedTo` | [`Issue`](#issue) | Updated Issue after it got moved to another project. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `participants` | [`UserConnection`](#userconnection) | List of participants in the issue. |
-| `reference` | [`String!`](#string) | Internal reference of the issue. Returned in shortened format by default. |
-| `relationPath` | [`String`](#string) | URI path of the epic-issue relation. |
-| `relativePosition` | [`Int`](#int) | Relative position of the issue (used for positioning in epic tree and issue boards). |
-| `severity` | [`IssuableSeverity`](#issuableseverity) | Severity level of the incident. |
-| `slaDueAt` | [`Time`](#time) | Timestamp of when the issue SLA expires. |
-| `state` | [`IssueState!`](#issuestate) | State of the issue. |
-| `statusPagePublishedIncident` | [`Boolean`](#boolean) | Indicates whether an issue is published to the status page. |
-| `subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the issue. |
-| `taskCompletionStatus` | [`TaskCompletionStatus!`](#taskcompletionstatus) | Task completion status of the issue. |
-| `timeEstimate` | [`Int!`](#int) | Time estimate of the issue. |
-| `timelogs` | [`TimelogConnection!`](#timelogconnection) | Timelogs on the issue. |
-| `title` | [`String!`](#string) | Title of the issue. |
-| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
-| `totalTimeSpent` | [`Int!`](#int) | Total time reported as spent on the issue. |
-| `type` | [`IssueType`](#issuetype) | Type of the issue. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of when the issue was last updated. |
-| `updatedBy` | [`User`](#user) | User that last updated the issue. |
-| `upvotes` | [`Int!`](#int) | Number of upvotes the issue has received. |
-| `userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the issue. |
-| `userNotesCount` | [`Int!`](#int) | Number of user notes of the issue. |
-| `userPermissions` | [`IssuePermissions!`](#issuepermissions) | Permissions for the current user on the resource. |
-| `webPath` | [`String!`](#string) | Web path of the issue. |
-| `webUrl` | [`String!`](#string) | Web URL of the issue. |
-| `weight` | [`Int`](#int) | Weight of the issue. |
-
-### `EpicIssueConnection`
-
-The connection type for EpicIssue.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[EpicIssueEdge]`](#epicissueedge) | A list of edges. |
-| `nodes` | [`[EpicIssue]`](#epicissue) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| `weight` | [`Int!`](#int) | Total weight of issues collection. |
-
-### `EpicIssueEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`EpicIssue`](#epicissue) | The item at the end of the edge. |
+### `EpicPermissions`
-### `EpicList`
+Check permissions for the current user on an epic.
-Represents an epic board list.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `collapsed` | [`Boolean`](#boolean) | Indicates if this list is collapsed for this user. |
-| `epics` | [`EpicConnection`](#epicconnection) | List epics. |
-| `epicsCount` | [`Int`](#int) | Count of epics in the list. |
-| `id` | [`BoardsEpicListID!`](#boardsepiclistid) | Global ID of the board list. |
-| `label` | [`Label`](#label) | Label of the list. |
-| `listType` | [`String!`](#string) | Type of the list. |
-| `position` | [`Int`](#int) | Position of the list within the board. |
-| `title` | [`String!`](#string) | Title of the list. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicpermissionsadminepic"></a>`adminEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_epic` on this resource. |
+| <a id="epicpermissionsawardemoji"></a>`awardEmoji` | [`Boolean!`](#boolean) | Indicates the user can perform `award_emoji` on this resource. |
+| <a id="epicpermissionscreateepic"></a>`createEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `create_epic` on this resource. |
+| <a id="epicpermissionscreatenote"></a>`createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
+| <a id="epicpermissionsdestroyepic"></a>`destroyEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_epic` on this resource. |
+| <a id="epicpermissionsreadepic"></a>`readEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `read_epic` on this resource. |
+| <a id="epicpermissionsreadepiciid"></a>`readEpicIid` | [`Boolean!`](#boolean) | Indicates the user can perform `read_epic_iid` on this resource. |
+| <a id="epicpermissionsupdateepic"></a>`updateEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `update_epic` on this resource. |
-### `EpicListConnection`
+### `Event`
-The connection type for EpicList.
+Representing an event.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[EpicListEdge]`](#epiclistedge) | A list of edges. |
-| `nodes` | [`[EpicList]`](#epiclist) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### Fields
-### `EpicListEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="eventaction"></a>`action` | [`EventAction!`](#eventaction) | Action of the event. |
+| <a id="eventauthor"></a>`author` | [`User!`](#user) | Author of this event. |
+| <a id="eventcreatedat"></a>`createdAt` | [`Time!`](#time) | When this event was created. |
+| <a id="eventid"></a>`id` | [`ID!`](#id) | ID of the event. |
+| <a id="eventupdatedat"></a>`updatedAt` | [`Time!`](#time) | When this event was updated. |
-An edge in a connection.
+### `ExternalIssue`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`EpicList`](#epiclist) | The item at the end of the edge. |
+Represents an external issue.
-### `EpicMoveListPayload`
+#### Fields
-Autogenerated return type of EpicMoveList.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="externalissuecreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp of when the issue was created. |
+| <a id="externalissueexternaltracker"></a>`externalTracker` | [`String`](#string) | Type of external tracker. |
+| <a id="externalissuerelativereference"></a>`relativeReference` | [`String`](#string) | Relative reference of the issue in the external tracker. |
+| <a id="externalissuestatus"></a>`status` | [`String`](#string) | Status of the issue in the external tracker. |
+| <a id="externalissuetitle"></a>`title` | [`String`](#string) | Title of the issue in the external tracker. |
+| <a id="externalissueupdatedat"></a>`updatedAt` | [`Time`](#time) | Timestamp of when the issue was updated. |
+| <a id="externalissueweburl"></a>`webUrl` | [`String`](#string) | URL to the issue in the external tracker. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+### `GeoNode`
-### `EpicPermissions`
+#### Fields
-Check permissions for the current user on an epic.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="geonodecontainerrepositoriesmaxcapacity"></a>`containerRepositoriesMaxCapacity` | [`Int`](#int) | The maximum concurrency of container repository sync for this secondary node. |
+| <a id="geonodeenabled"></a>`enabled` | [`Boolean`](#boolean) | Indicates whether this Geo node is enabled. |
+| <a id="geonodefilesmaxcapacity"></a>`filesMaxCapacity` | [`Int`](#int) | The maximum concurrency of LFS/attachment backfill for this secondary node. |
+| <a id="geonodeid"></a>`id` | [`ID!`](#id) | ID of this GeoNode. |
+| <a id="geonodeinternalurl"></a>`internalUrl` | [`String`](#string) | The URL defined on the primary node that secondary nodes should use to contact it. |
+| <a id="geonodeminimumreverificationinterval"></a>`minimumReverificationInterval` | [`Int`](#int) | The interval (in days) in which the repository verification is valid. Once expired, it will be reverified. |
+| <a id="geonodename"></a>`name` | [`String`](#string) | The unique identifier for this Geo node. |
+| <a id="geonodeprimary"></a>`primary` | [`Boolean`](#boolean) | Indicates whether this Geo node is the primary. |
+| <a id="geonodereposmaxcapacity"></a>`reposMaxCapacity` | [`Int`](#int) | The maximum concurrency of repository backfill for this secondary node. |
+| <a id="geonodeselectivesyncnamespaces"></a>`selectiveSyncNamespaces` | [`NamespaceConnection`](#namespaceconnection) | The namespaces that should be synced, if `selective_sync_type` == `namespaces`. |
+| <a id="geonodeselectivesyncshards"></a>`selectiveSyncShards` | [`[String!]`](#string) | The repository storages whose projects should be synced, if `selective_sync_type` == `shards`. |
+| <a id="geonodeselectivesynctype"></a>`selectiveSyncType` | [`String`](#string) | Indicates if syncing is limited to only specific groups, or shards. |
+| <a id="geonodesyncobjectstorage"></a>`syncObjectStorage` | [`Boolean`](#boolean) | Indicates if this secondary node will replicate blobs in Object Storage. |
+| <a id="geonodeurl"></a>`url` | [`String`](#string) | The user-facing URL for this Geo node. |
+| <a id="geonodeverificationmaxcapacity"></a>`verificationMaxCapacity` | [`Int`](#int) | The maximum concurrency of repository verification for this secondary node. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_epic` on this resource. |
-| `awardEmoji` | [`Boolean!`](#boolean) | Indicates the user can perform `award_emoji` on this resource. |
-| `createEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `create_epic` on this resource. |
-| `createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
-| `destroyEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_epic` on this resource. |
-| `readEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `read_epic` on this resource. |
-| `readEpicIid` | [`Boolean!`](#boolean) | Indicates the user can perform `read_epic_iid` on this resource. |
-| `updateEpic` | [`Boolean!`](#boolean) | Indicates the user can perform `update_epic` on this resource. |
+#### Fields with arguments
-### `EpicSetSubscriptionPayload`
+##### `GeoNode.groupWikiRepositoryRegistries`
-Autogenerated return type of EpicSetSubscription.
+Find group wiki repository registries on this Geo node.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epic` | [`Epic`](#epic) | The epic after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+Returns [`GroupWikiRepositoryRegistryConnection`](#groupwikirepositoryregistryconnection).
-### `EpicTreeReorderPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of EpicTreeReorder.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="geonodegroupwikirepositoryregistriesids"></a>`ids` | [`[ID!]`](#id) | Filters registries by their ID. |
-### `Event`
+##### `GeoNode.mergeRequestDiffRegistries`
-Representing an event.
+Find merge request diff registries on this Geo node.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `action` | [`EventAction!`](#eventaction) | Action of the event. |
-| `author` | [`User!`](#user) | Author of this event. |
-| `createdAt` | [`Time!`](#time) | When this event was created. |
-| `id` | [`ID!`](#id) | ID of the event. |
-| `updatedAt` | [`Time!`](#time) | When this event was updated. |
+Returns [`MergeRequestDiffRegistryConnection`](#mergerequestdiffregistryconnection).
-### `EventConnection`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-The connection type for Event.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[EventEdge]`](#eventedge) | A list of edges. |
-| `nodes` | [`[Event]`](#event) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="geonodemergerequestdiffregistriesids"></a>`ids` | [`[ID!]`](#id) | Filters registries by their ID. |
-### `EventEdge`
+##### `GeoNode.packageFileRegistries`
-An edge in a connection.
+Package file registries of the GeoNode.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Event`](#event) | The item at the end of the edge. |
+Returns [`PackageFileRegistryConnection`](#packagefileregistryconnection).
-### `ExportRequirementsPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of ExportRequirements.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="geonodepackagefileregistriesids"></a>`ids` | [`[ID!]`](#id) | Filters registries by their ID. |
-### `ExternalIssue`
+##### `GeoNode.pipelineArtifactRegistries`
-Represents an external issue.
+Find pipeline artifact registries on this Geo node.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp of when the issue was created. |
-| `externalTracker` | [`String`](#string) | Type of external tracker. |
-| `relativeReference` | [`String`](#string) | Relative reference of the issue in the external tracker. |
-| `status` | [`String`](#string) | Status of the issue in the external tracker. |
-| `title` | [`String`](#string) | Title of the issue in the external tracker. |
-| `updatedAt` | [`Time`](#time) | Timestamp of when the issue was updated. |
-| `webUrl` | [`String`](#string) | URL to the issue in the external tracker. |
+Returns [`PipelineArtifactRegistryConnection`](#pipelineartifactregistryconnection).
-### `GeoNode`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="geonodepipelineartifactregistriesids"></a>`ids` | [`[ID!]`](#id) | Filters registries by their ID. |
+
+##### `GeoNode.snippetRepositoryRegistries`
+
+Find snippet repository registries on this Geo node.
+
+Returns [`SnippetRepositoryRegistryConnection`](#snippetrepositoryregistryconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `containerRepositoriesMaxCapacity` | [`Int`](#int) | The maximum concurrency of container repository sync for this secondary node. |
-| `enabled` | [`Boolean`](#boolean) | Indicates whether this Geo node is enabled. |
-| `filesMaxCapacity` | [`Int`](#int) | The maximum concurrency of LFS/attachment backfill for this secondary node. |
-| `groupWikiRepositoryRegistries` | [`GroupWikiRepositoryRegistryConnection`](#groupwikirepositoryregistryconnection) | Find group wiki repository registries on this Geo node. |
-| `id` | [`ID!`](#id) | ID of this GeoNode. |
-| `internalUrl` | [`String`](#string) | The URL defined on the primary node that secondary nodes should use to contact it. |
-| `mergeRequestDiffRegistries` | [`MergeRequestDiffRegistryConnection`](#mergerequestdiffregistryconnection) | Find merge request diff registries on this Geo node. |
-| `minimumReverificationInterval` | [`Int`](#int) | The interval (in days) in which the repository verification is valid. Once expired, it will be reverified. |
-| `name` | [`String`](#string) | The unique identifier for this Geo node. |
-| `packageFileRegistries` | [`PackageFileRegistryConnection`](#packagefileregistryconnection) | Package file registries of the GeoNode. |
-| `pipelineArtifactRegistries` | [`PipelineArtifactRegistryConnection`](#pipelineartifactregistryconnection) | Find pipeline artifact registries on this Geo node. |
-| `primary` | [`Boolean`](#boolean) | Indicates whether this Geo node is the primary. |
-| `reposMaxCapacity` | [`Int`](#int) | The maximum concurrency of repository backfill for this secondary node. |
-| `selectiveSyncNamespaces` | [`NamespaceConnection`](#namespaceconnection) | The namespaces that should be synced, if `selective_sync_type` == `namespaces`. |
-| `selectiveSyncShards` | [`[String!]`](#string) | The repository storages whose projects should be synced, if `selective_sync_type` == `shards`. |
-| `selectiveSyncType` | [`String`](#string) | Indicates if syncing is limited to only specific groups, or shards. |
-| `snippetRepositoryRegistries` | [`SnippetRepositoryRegistryConnection`](#snippetrepositoryregistryconnection) | Find snippet repository registries on this Geo node. |
-| `syncObjectStorage` | [`Boolean`](#boolean) | Indicates if this secondary node will replicate blobs in Object Storage. |
-| `terraformStateVersionRegistries` | [`TerraformStateVersionRegistryConnection`](#terraformstateversionregistryconnection) | Find terraform state version registries on this Geo node. |
-| `url` | [`String`](#string) | The user-facing URL for this Geo node. |
-| `verificationMaxCapacity` | [`Int`](#int) | The maximum concurrency of repository verification for this secondary node. |
-
-### `GitlabSubscriptionActivatePayload`
-
-Autogenerated return type of GitlabSubscriptionActivate.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `license` | [`CurrentLicense`](#currentlicense) | The current license. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="geonodesnippetrepositoryregistriesids"></a>`ids` | [`[ID!]`](#id) | Filters registries by their ID. |
+
+##### `GeoNode.terraformStateVersionRegistries`
+
+Find terraform state version registries on this Geo node.
+
+Returns [`TerraformStateVersionRegistryConnection`](#terraformstateversionregistryconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="geonodeterraformstateversionregistriesids"></a>`ids` | [`[ID!]`](#id) | Filters registries by their ID. |
### `GrafanaIntegration`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Timestamp of the issue's creation. |
-| `enabled` | [`Boolean!`](#boolean) | Indicates whether Grafana integration is enabled. |
-| `grafanaUrl` | [`String!`](#string) | URL for the Grafana host for the Grafana integration. |
-| `id` | [`ID!`](#id) | Internal ID of the Grafana integration. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of the issue's last activity. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="grafanaintegrationcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of the issue's creation. |
+| <a id="grafanaintegrationenabled"></a>`enabled` | [`Boolean!`](#boolean) | Indicates whether Grafana integration is enabled. |
+| <a id="grafanaintegrationgrafanaurl"></a>`grafanaUrl` | [`String!`](#string) | URL for the Grafana host for the Grafana integration. |
+| <a id="grafanaintegrationid"></a>`id` | [`ID!`](#id) | Internal ID of the Grafana integration. |
+| <a id="grafanaintegrationupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of the issue's last activity. |
### `Group`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `actualRepositorySizeLimit` | [`Float`](#float) | Size limit for repositories in the namespace in bytes. |
-| `additionalPurchasedStorageSize` | [`Float`](#float) | Additional storage purchased for the root namespace in bytes. |
-| `autoDevopsEnabled` | [`Boolean`](#boolean) | Indicates whether Auto DevOps is enabled for all projects within this group. |
-| `avatarUrl` | [`String`](#string) | Avatar URL of the group. |
-| `billableMembersCount` | [`Int`](#int) | The number of billable users in the group. |
-| `board` | [`Board`](#board) | A single board of the group. |
-| `boards` | [`BoardConnection`](#boardconnection) | Boards of the group. |
-| `codeCoverageActivities` | [`CodeCoverageActivityConnection`](#codecoverageactivityconnection) | Represents the code coverage activity for this group. |
-| `complianceFrameworks` | [`ComplianceFrameworkConnection`](#complianceframeworkconnection) | Compliance frameworks available to projects in this namespace. Available only when feature flag `ff_custom_compliance_frameworks` is enabled. |
-| `containerRepositories` | [`ContainerRepositoryConnection`](#containerrepositoryconnection) | Container repositories of the group. |
-| `containerRepositoriesCount` | [`Int!`](#int) | Number of container repositories in the group. |
-| `containsLockedProjects` | [`Boolean!`](#boolean) | Includes at least one project where the repository size exceeds the limit. |
-| `customEmoji` | [`CustomEmojiConnection`](#customemojiconnection) | Custom emoji within this namespace. Available only when feature flag `custom_emoji` is enabled. |
-| `description` | [`String`](#string) | Description of the namespace. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `emailsDisabled` | [`Boolean`](#boolean) | Indicates if a group has email notifications disabled. |
-| `epic` | [`Epic`](#epic) | Find a single epic. |
-| `epicBoard` | [`EpicBoard`](#epicboard) | Find a single epic board. |
-| `epicBoards` | [`EpicBoardConnection`](#epicboardconnection) | Find epic boards. |
-| `epics` | [`EpicConnection`](#epicconnection) | Find epics. |
-| `epicsEnabled` | [`Boolean`](#boolean) | Indicates if Epics are enabled for namespace. |
-| `fullName` | [`String!`](#string) | Full name of the namespace. |
-| `fullPath` | [`ID!`](#id) | Full path of the namespace. |
-| `groupMembers` | [`GroupMemberConnection`](#groupmemberconnection) | A membership of a user within this group. |
-| `id` | [`ID!`](#id) | ID of the namespace. |
-| `isTemporaryStorageIncreaseEnabled` | [`Boolean!`](#boolean) | Status of the temporary storage increase. |
-| `issues` | [`IssueConnection`](#issueconnection) | Issues for projects in this group. |
-| `iterationCadences` | [`IterationCadenceConnection`](#iterationcadenceconnection) | Find iteration cadences. |
-| `iterations` | [`IterationConnection`](#iterationconnection) | Find iterations. |
-| `label` | [`Label`](#label) | A label available on this group. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels available on this group. |
-| `lfsEnabled` | [`Boolean`](#boolean) | Indicates if Large File Storage (LFS) is enabled for namespace. |
-| `mentionsDisabled` | [`Boolean`](#boolean) | Indicates if a group is disabled from getting mentioned. |
-| `mergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests for projects in this group. |
-| `milestones` | [`MilestoneConnection`](#milestoneconnection) | Milestones of the group. |
-| `name` | [`String!`](#string) | Name of the namespace. |
-| `packageSettings` | [`PackageSettings`](#packagesettings) | The package settings for the namespace. |
-| `packages` | [`PackageConnection`](#packageconnection) | Packages of the group. |
-| `parent` | [`Group`](#group) | Parent group. |
-| `path` | [`String!`](#string) | Path of the namespace. |
-| `projectCreationLevel` | [`String`](#string) | The permission level required to create projects in the group. |
-| `projects` | [`ProjectConnection!`](#projectconnection) | Projects within this namespace. |
-| `repositorySizeExcessProjectCount` | [`Int!`](#int) | Number of projects in the root namespace where the repository size exceeds the limit. |
-| `requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request access to namespace. |
-| `requireTwoFactorAuthentication` | [`Boolean`](#boolean) | Indicates if all users in this group are required to set up two-factor authentication. |
-| `rootStorageStatistics` | [`RootStorageStatistics`](#rootstoragestatistics) | Aggregated storage statistics of the namespace. Only available for root namespaces. |
-| `shareWithGroupLock` | [`Boolean`](#boolean) | Indicates if sharing a project with another group within this group is prevented. |
-| `stats` | [`GroupStats`](#groupstats) | Group statistics. |
-| `storageSizeLimit` | [`Float`](#float) | Total storage limit of the root namespace in bytes. |
-| `subgroupCreationLevel` | [`String`](#string) | The permission level required to create subgroups within the group. |
-| `temporaryStorageIncreaseEndsOn` | [`Time`](#time) | Date until the temporary storage increase is active. |
-| `timelogs` | [`TimelogConnection!`](#timelogconnection) | Time logged on issues in the group and its subgroups. |
-| `totalRepositorySize` | [`Float`](#float) | Total repository size of all projects in the root namespace in bytes. |
-| `totalRepositorySizeExcess` | [`Float`](#float) | Total excess repository size of all projects in the root namespace in bytes. |
-| `twoFactorGracePeriod` | [`Int`](#int) | Time before two-factor authentication is enforced. |
-| `userPermissions` | [`GroupPermissions!`](#grouppermissions) | Permissions for the current user on the resource. |
-| `visibility` | [`String`](#string) | Visibility of the namespace. |
-| `vulnerabilities` | [`VulnerabilityConnection`](#vulnerabilityconnection) | Vulnerabilities reported on the projects in the group and its subgroups. |
-| `vulnerabilitiesCountByDay` | [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnection) | Number of vulnerabilities per day for the projects in the group and its subgroups. |
-| `vulnerabilitiesCountByDayAndSeverity` **{warning-solid}** | [`VulnerabilitiesCountByDayAndSeverityConnection`](#vulnerabilitiescountbydayandseverityconnection) | **Deprecated** in 13.3. Use `vulnerabilitiesCountByDay`. |
-| `vulnerabilityGrades` | [`[VulnerableProjectsByGrade!]!`](#vulnerableprojectsbygrade) | Represents vulnerable project counts for each grade. |
-| `vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the project vulnerabilities of the group and its subgroups. |
-| `vulnerabilitySeveritiesCount` | [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount) | Counts for each vulnerability severity in the group and its subgroups. |
-| `webUrl` | [`String!`](#string) | Web URL of the group. |
+#### Fields
-### `GroupMember`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupactualrepositorysizelimit"></a>`actualRepositorySizeLimit` | [`Float`](#float) | Size limit for repositories in the namespace in bytes. |
+| <a id="groupadditionalpurchasedstoragesize"></a>`additionalPurchasedStorageSize` | [`Float`](#float) | Additional storage purchased for the root namespace in bytes. |
+| <a id="groupautodevopsenabled"></a>`autoDevopsEnabled` | [`Boolean`](#boolean) | Indicates whether Auto DevOps is enabled for all projects within this group. |
+| <a id="groupavatarurl"></a>`avatarUrl` | [`String`](#string) | Avatar URL of the group. |
+| <a id="groupbillablememberscount"></a>`billableMembersCount` | [`Int`](#int) | The number of billable users in the group. |
+| <a id="groupcontainerrepositoriescount"></a>`containerRepositoriesCount` | [`Int!`](#int) | Number of container repositories in the group. |
+| <a id="groupcontainslockedprojects"></a>`containsLockedProjects` | [`Boolean!`](#boolean) | Includes at least one project where the repository size exceeds the limit. |
+| <a id="groupcustomemoji"></a>`customEmoji` | [`CustomEmojiConnection`](#customemojiconnection) | Custom emoji within this namespace. Available only when feature flag `custom_emoji` is enabled. |
+| <a id="groupdescription"></a>`description` | [`String`](#string) | Description of the namespace. |
+| <a id="groupdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="groupemailsdisabled"></a>`emailsDisabled` | [`Boolean`](#boolean) | Indicates if a group has email notifications disabled. |
+| <a id="groupepicboards"></a>`epicBoards` | [`EpicBoardConnection`](#epicboardconnection) | Find epic boards. |
+| <a id="groupepicsenabled"></a>`epicsEnabled` | [`Boolean`](#boolean) | Indicates if Epics are enabled for namespace. |
+| <a id="groupfullname"></a>`fullName` | [`String!`](#string) | Full name of the namespace. |
+| <a id="groupfullpath"></a>`fullPath` | [`ID!`](#id) | Full path of the namespace. |
+| <a id="groupid"></a>`id` | [`ID!`](#id) | ID of the namespace. |
+| <a id="groupistemporarystorageincreaseenabled"></a>`isTemporaryStorageIncreaseEnabled` | [`Boolean!`](#boolean) | Status of the temporary storage increase. |
+| <a id="grouplfsenabled"></a>`lfsEnabled` | [`Boolean`](#boolean) | Indicates if Large File Storage (LFS) is enabled for namespace. |
+| <a id="groupmentionsdisabled"></a>`mentionsDisabled` | [`Boolean`](#boolean) | Indicates if a group is disabled from getting mentioned. |
+| <a id="groupname"></a>`name` | [`String!`](#string) | Name of the namespace. |
+| <a id="grouppackagesettings"></a>`packageSettings` | [`PackageSettings`](#packagesettings) | The package settings for the namespace. |
+| <a id="grouppackages"></a>`packages` | [`PackageConnection`](#packageconnection) | Packages of the group. |
+| <a id="groupparent"></a>`parent` | [`Group`](#group) | Parent group. |
+| <a id="grouppath"></a>`path` | [`String!`](#string) | Path of the namespace. |
+| <a id="groupprojectcreationlevel"></a>`projectCreationLevel` | [`String`](#string) | The permission level required to create projects in the group. |
+| <a id="grouprepositorysizeexcessprojectcount"></a>`repositorySizeExcessProjectCount` | [`Int!`](#int) | Number of projects in the root namespace where the repository size exceeds the limit. |
+| <a id="grouprequestaccessenabled"></a>`requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request access to namespace. |
+| <a id="grouprequiretwofactorauthentication"></a>`requireTwoFactorAuthentication` | [`Boolean`](#boolean) | Indicates if all users in this group are required to set up two-factor authentication. |
+| <a id="grouprootstoragestatistics"></a>`rootStorageStatistics` | [`RootStorageStatistics`](#rootstoragestatistics) | Aggregated storage statistics of the namespace. Only available for root namespaces. |
+| <a id="groupsharewithgrouplock"></a>`shareWithGroupLock` | [`Boolean`](#boolean) | Indicates if sharing a project with another group within this group is prevented. |
+| <a id="groupstats"></a>`stats` | [`GroupStats`](#groupstats) | Group statistics. |
+| <a id="groupstoragesizelimit"></a>`storageSizeLimit` | [`Float`](#float) | Total storage limit of the root namespace in bytes. |
+| <a id="groupsubgroupcreationlevel"></a>`subgroupCreationLevel` | [`String`](#string) | The permission level required to create subgroups within the group. |
+| <a id="grouptemporarystorageincreaseendson"></a>`temporaryStorageIncreaseEndsOn` | [`Time`](#time) | Date until the temporary storage increase is active. |
+| <a id="grouptotalrepositorysize"></a>`totalRepositorySize` | [`Float`](#float) | Total repository size of all projects in the root namespace in bytes. |
+| <a id="grouptotalrepositorysizeexcess"></a>`totalRepositorySizeExcess` | [`Float`](#float) | Total excess repository size of all projects in the root namespace in bytes. |
+| <a id="grouptwofactorgraceperiod"></a>`twoFactorGracePeriod` | [`Int`](#int) | Time before two-factor authentication is enforced. |
+| <a id="groupuserpermissions"></a>`userPermissions` | [`GroupPermissions!`](#grouppermissions) | Permissions for the current user on the resource. |
+| <a id="groupvisibility"></a>`visibility` | [`String`](#string) | Visibility of the namespace. |
+| <a id="groupvulnerabilityscanners"></a>`vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the project vulnerabilities of the group and its subgroups. |
+| <a id="groupweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the group. |
+
+#### Fields with arguments
+
+##### `Group.board`
+
+A single board of the group.
+
+Returns [`Board`](#board).
+
+###### Arguments
-Represents a Group Membership.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupboardid"></a>`id` | [`BoardID!`](#boardid) | The board's ID. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `accessLevel` | [`AccessLevel`](#accesslevel) | GitLab::Access level. |
-| `createdAt` | [`Time`](#time) | Date and time the membership was created. |
-| `createdBy` | [`User`](#user) | User that authorized membership. |
-| `expiresAt` | [`Time`](#time) | Date and time the membership expires. |
-| `group` | [`Group`](#group) | Group that a User is a member of. |
-| `id` | [`ID!`](#id) | ID of the member. |
-| `updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
-| `user` | [`User!`](#user) | User that is associated with the member object. |
-| `userPermissions` | [`GroupPermissions!`](#grouppermissions) | Permissions for the current user on the resource. |
+##### `Group.boards`
-### `GroupMemberConnection`
+Boards of the group.
-The connection type for GroupMember.
+Returns [`BoardConnection`](#boardconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[GroupMemberEdge]`](#groupmemberedge) | A list of edges. |
-| `nodes` | [`[GroupMember]`](#groupmember) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `GroupMemberEdge`
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupboardsid"></a>`id` | [`BoardID`](#boardid) | Find a board by its ID. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`GroupMember`](#groupmember) | The item at the end of the edge. |
+##### `Group.codeCoverageActivities`
-### `GroupPermissions`
+Represents the code coverage activity for this group.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `readGroup` | [`Boolean!`](#boolean) | Indicates the user can perform `read_group` on this resource. |
+Returns [`CodeCoverageActivityConnection`](#codecoverageactivityconnection).
-### `GroupReleaseStats`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Contains release-related statistics about a group.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `releasesCount` | [`Int`](#int) | Total number of releases in all descendant projects of the group. Will always return `null` if `group_level_release_statistics` feature flag is disabled. |
-| `releasesPercentage` | [`Int`](#int) | Percentage of the group's descendant projects that have at least one release. Will always return `null` if `group_level_release_statistics` feature flag is disabled. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupcodecoverageactivitiesstartdate"></a>`startDate` | [`Date!`](#date) | First day for which to fetch code coverage activity (maximum time window is set to 90 days). |
-### `GroupStats`
+##### `Group.complianceFrameworks`
-Contains statistics about a group.
+Compliance frameworks available to projects in this namespace. Available only when feature flag `ff_custom_compliance_frameworks` is enabled.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `releaseStats` | [`GroupReleaseStats`](#groupreleasestats) | Statistics related to releases within the group. |
+Returns [`ComplianceFrameworkConnection`](#complianceframeworkconnection).
-### `GroupWikiRepositoryRegistry`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Represents the Geo sync and verification state of a group wiki repository.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp when the GroupWikiRepositoryRegistry was created. |
-| `groupWikiRepositoryId` | [`ID!`](#id) | ID of the Group Wiki Repository. |
-| `id` | [`ID!`](#id) | ID of the GroupWikiRepositoryRegistry. |
-| `lastSyncFailure` | [`String`](#string) | Error message during sync of the GroupWikiRepositoryRegistry. |
-| `lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the GroupWikiRepositoryRegistry. |
-| `retryAt` | [`Time`](#time) | Timestamp after which the GroupWikiRepositoryRegistry should be resynced. |
-| `retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the GroupWikiRepositoryRegistry. |
-| `state` | [`RegistryState`](#registrystate) | Sync state of the GroupWikiRepositoryRegistry. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupcomplianceframeworksid"></a>`id` | [`ComplianceManagementFrameworkID`](#compliancemanagementframeworkid) | Global ID of a specific compliance framework to return. |
-### `GroupWikiRepositoryRegistryConnection`
+##### `Group.containerRepositories`
-The connection type for GroupWikiRepositoryRegistry.
+Container repositories of the group.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[GroupWikiRepositoryRegistryEdge]`](#groupwikirepositoryregistryedge) | A list of edges. |
-| `nodes` | [`[GroupWikiRepositoryRegistry]`](#groupwikirepositoryregistry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Returns [`ContainerRepositoryConnection`](#containerrepositoryconnection).
-### `GroupWikiRepositoryRegistryEdge`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-An edge in a connection.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`GroupWikiRepositoryRegistry`](#groupwikirepositoryregistry) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupcontainerrepositoriesname"></a>`name` | [`String`](#string) | Filter the container repositories by their name. |
+| <a id="groupcontainerrepositoriessort"></a>`sort` | [`ContainerRepositorySort`](#containerrepositorysort) | Sort container repositories by this criteria. |
-### `HttpIntegrationCreatePayload`
+##### `Group.epic`
-Autogenerated return type of HttpIntegrationCreate.
+Find a single epic.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+Returns [`Epic`](#epic).
-### `HttpIntegrationDestroyPayload`
+###### Arguments
-Autogenerated return type of HttpIntegrationDestroy.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupepicauthorusername"></a>`authorUsername` | [`String`](#string) | Filter epics by author. |
+| <a id="groupepicconfidential"></a>`confidential` | [`Boolean`](#boolean) | Filter epics by given confidentiality. |
+| <a id="groupepicenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="groupepiciid"></a>`iid` | [`ID`](#id) | IID of the epic, e.g., "1". |
+| <a id="groupepiciidstartswith"></a>`iidStartsWith` | [`String`](#string) | Filter epics by IID for autocomplete. |
+| <a id="groupepiciids"></a>`iids` | [`[ID!]`](#id) | List of IIDs of epics, e.g., [1, 2]. |
+| <a id="groupepicincludedescendantgroups"></a>`includeDescendantGroups` | [`Boolean`](#boolean) | Include epics from descendant groups. |
+| <a id="groupepiclabelname"></a>`labelName` | [`[String!]`](#string) | Filter epics by labels. |
+| <a id="groupepicmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Filter epics by milestone title, computed from epic's issues. |
+| <a id="groupepicmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+| <a id="groupepicsearch"></a>`search` | [`String`](#string) | Search query for epic title or description. |
+| <a id="groupepicsort"></a>`sort` | [`EpicSort`](#epicsort) | List epics by sort order. |
+| <a id="groupepicstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="groupepicstate"></a>`state` | [`EpicState`](#epicstate) | Filter epics by state. |
+| <a id="groupepictimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+
+##### `Group.epicBoard`
+
+Find a single epic board.
+
+Returns [`EpicBoard`](#epicboard).
+
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupepicboardid"></a>`id` | [`BoardsEpicBoardID!`](#boardsepicboardid) | Find an epic board by ID. |
-### `HttpIntegrationResetTokenPayload`
+##### `Group.epics`
-Autogenerated return type of HttpIntegrationResetToken.
+Find epics.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+Returns [`EpicConnection`](#epicconnection).
-### `HttpIntegrationUpdatePayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of HttpIntegrationUpdate.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `integration` | [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration) | The HTTP integration. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupepicsauthorusername"></a>`authorUsername` | [`String`](#string) | Filter epics by author. |
+| <a id="groupepicsconfidential"></a>`confidential` | [`Boolean`](#boolean) | Filter epics by given confidentiality. |
+| <a id="groupepicsenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="groupepicsiid"></a>`iid` | [`ID`](#id) | IID of the epic, e.g., "1". |
+| <a id="groupepicsiidstartswith"></a>`iidStartsWith` | [`String`](#string) | Filter epics by IID for autocomplete. |
+| <a id="groupepicsiids"></a>`iids` | [`[ID!]`](#id) | List of IIDs of epics, e.g., [1, 2]. |
+| <a id="groupepicsincludedescendantgroups"></a>`includeDescendantGroups` | [`Boolean`](#boolean) | Include epics from descendant groups. |
+| <a id="groupepicslabelname"></a>`labelName` | [`[String!]`](#string) | Filter epics by labels. |
+| <a id="groupepicsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Filter epics by milestone title, computed from epic's issues. |
+| <a id="groupepicsmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+| <a id="groupepicssearch"></a>`search` | [`String`](#string) | Search query for epic title or description. |
+| <a id="groupepicssort"></a>`sort` | [`EpicSort`](#epicsort) | List epics by sort order. |
+| <a id="groupepicsstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="groupepicsstate"></a>`state` | [`EpicState`](#epicstate) | Filter epics by state. |
+| <a id="groupepicstimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+
+##### `Group.groupMembers`
+
+A membership of a user within this group.
+
+Returns [`GroupMemberConnection`](#groupmemberconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-### `IncidentManagementOncallRotation`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupgroupmembersrelations"></a>`relations` | [`[GroupMemberRelation!]`](#groupmemberrelation) | Filter members by the given member relations. |
+| <a id="groupgroupmemberssearch"></a>`search` | [`String`](#string) | Search query. |
-Describes an incident management on-call rotation.
+##### `Group.issues`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `activePeriod` | [`OncallRotationActivePeriodType`](#oncallrotationactiveperiodtype) | Active period for the on-call rotation. |
-| `endsAt` | [`Time`](#time) | End date and time of the on-call rotation. |
-| `id` | [`IncidentManagementOncallRotationID!`](#incidentmanagementoncallrotationid) | ID of the on-call rotation. |
-| `length` | [`Int`](#int) | Length of the on-call schedule, in the units specified by lengthUnit. |
-| `lengthUnit` | [`OncallRotationUnitEnum`](#oncallrotationunitenum) | Unit of the on-call rotation length. |
-| `name` | [`String!`](#string) | Name of the on-call rotation. |
-| `participants` | [`OncallParticipantTypeConnection`](#oncallparticipanttypeconnection) | Participants of the on-call rotation. |
-| `shifts` | [`IncidentManagementOncallShiftConnection`](#incidentmanagementoncallshiftconnection) | Blocks of time for which a participant is on-call within a given time frame. Time frame cannot exceed one month. |
-| `startsAt` | [`Time`](#time) | Start date of the on-call rotation. |
+Issues for projects in this group.
-### `IncidentManagementOncallRotationConnection`
+Returns [`IssueConnection`](#issueconnection).
-The connection type for IncidentManagementOncallRotation.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[IncidentManagementOncallRotationEdge]`](#incidentmanagementoncallrotationedge) | A list of edges. |
-| `nodes` | [`[IncidentManagementOncallRotation]`](#incidentmanagementoncallrotation) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+###### Arguments
-### `IncidentManagementOncallRotationEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupissuesassigneeid"></a>`assigneeId` | [`String`](#string) | ID of a user assigned to the issues, "none" and "any" values are supported. |
+| <a id="groupissuesassigneeusername"></a>`assigneeUsername` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.11. Use `assigneeUsernames`. |
+| <a id="groupissuesassigneeusernames"></a>`assigneeUsernames` | [`[String!]`](#string) | Usernames of users assigned to the issue. |
+| <a id="groupissuesauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author of the issue. |
+| <a id="groupissuesclosedafter"></a>`closedAfter` | [`Time`](#time) | Issues closed after this date. |
+| <a id="groupissuesclosedbefore"></a>`closedBefore` | [`Time`](#time) | Issues closed before this date. |
+| <a id="groupissuescreatedafter"></a>`createdAfter` | [`Time`](#time) | Issues created after this date. |
+| <a id="groupissuescreatedbefore"></a>`createdBefore` | [`Time`](#time) | Issues created before this date. |
+| <a id="groupissuesepicid"></a>`epicId` | [`String`](#string) | ID of an epic associated with the issues, "none" and "any" values are supported. |
+| <a id="groupissuesiid"></a>`iid` | [`String`](#string) | IID of the issue. For example, "1". |
+| <a id="groupissuesiids"></a>`iids` | [`[String!]`](#string) | List of IIDs of issues. For example, ["1", "2"]. |
+| <a id="groupissuesincludesubgroups"></a>`includeSubgroups` | [`Boolean`](#boolean) | Include issues belonging to subgroups. |
+| <a id="groupissuesiterationid"></a>`iterationId` | [`[ID]`](#id) | List of iteration Global IDs applied to the issue. |
+| <a id="groupissuesiterationwildcardid"></a>`iterationWildcardId` | [`IterationWildcardId`](#iterationwildcardid) | Filter by iteration ID wildcard. |
+| <a id="groupissueslabelname"></a>`labelName` | [`[String]`](#string) | Labels applied to this issue. |
+| <a id="groupissuesmilestonetitle"></a>`milestoneTitle` | [`[String]`](#string) | Milestone applied to this issue. |
+| <a id="groupissuesnot"></a>`not` | [`NegatedIssueFilterInput`](#negatedissuefilterinput) | Negated arguments. |
+| <a id="groupissuessearch"></a>`search` | [`String`](#string) | Search query for issue title or description. |
+| <a id="groupissuessort"></a>`sort` | [`IssueSort`](#issuesort) | Sort issues by this criteria. |
+| <a id="groupissuesstate"></a>`state` | [`IssuableState`](#issuablestate) | Current state of this issue. |
+| <a id="groupissuestypes"></a>`types` | [`[IssueType!]`](#issuetype) | Filter issues by the given issue types. |
+| <a id="groupissuesupdatedafter"></a>`updatedAfter` | [`Time`](#time) | Issues updated after this date. |
+| <a id="groupissuesupdatedbefore"></a>`updatedBefore` | [`Time`](#time) | Issues updated before this date. |
+| <a id="groupissuesweight"></a>`weight` | [`String`](#string) | Weight applied to the issue, "none" and "any" values are supported. |
+
+##### `Group.iterationCadences`
+
+Find iteration cadences.
+
+Returns [`IterationCadenceConnection`](#iterationcadenceconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupiterationcadencesactive"></a>`active` | [`Boolean`](#boolean) | Whether the iteration cadence is active. |
+| <a id="groupiterationcadencesautomatic"></a>`automatic` | [`Boolean`](#boolean) | Whether the iteration cadence should automatically generate future iterations. |
+| <a id="groupiterationcadencesdurationinweeks"></a>`durationInWeeks` | [`Int`](#int) | Duration in weeks of the iterations within this cadence. |
+| <a id="groupiterationcadencesid"></a>`id` | [`IterationsCadenceID`](#iterationscadenceid) | Global ID of the iteration cadence to look up. |
+| <a id="groupiterationcadencesincludeancestorgroups"></a>`includeAncestorGroups` | [`Boolean`](#boolean) | Whether to include ancestor groups to search iterations cadences in. |
+| <a id="groupiterationcadencestitle"></a>`title` | [`String`](#string) | Fuzzy search by title. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The item at the end of the edge. |
+##### `Group.iterations`
-### `IncidentManagementOncallSchedule`
+Find iterations.
-Describes an incident management on-call schedule.
+Returns [`IterationConnection`](#iterationconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the on-call schedule. |
-| `iid` | [`ID!`](#id) | Internal ID of the on-call schedule. |
-| `name` | [`String!`](#string) | Name of the on-call schedule. |
-| `rotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | On-call rotation for the on-call schedule. |
-| `rotations` | [`IncidentManagementOncallRotationConnection!`](#incidentmanagementoncallrotationconnection) | On-call rotations for the on-call schedule. |
-| `timezone` | [`String!`](#string) | Time zone of the on-call schedule. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `IncidentManagementOncallScheduleConnection`
+###### Arguments
-The connection type for IncidentManagementOncallSchedule.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupiterationsenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="groupiterationsid"></a>`id` | [`ID`](#id) | Global ID of the Iteration to look up. |
+| <a id="groupiterationsiid"></a>`iid` | [`ID`](#id) | Internal ID of the Iteration to look up. |
+| <a id="groupiterationsincludeancestors"></a>`includeAncestors` | [`Boolean`](#boolean) | Whether to include ancestor iterations. Defaults to true. |
+| <a id="groupiterationsiterationcadenceids"></a>`iterationCadenceIds` | [`[IterationsCadenceID!]`](#iterationscadenceid) | Global iteration cadence IDs by which to look up the iterations. |
+| <a id="groupiterationsstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="groupiterationsstate"></a>`state` | [`IterationState`](#iterationstate) | Filter iterations by state. |
+| <a id="groupiterationstimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+| <a id="groupiterationstitle"></a>`title` | [`String`](#string) | Fuzzy search by title. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[IncidentManagementOncallScheduleEdge]`](#incidentmanagementoncallscheduleedge) | A list of edges. |
-| `nodes` | [`[IncidentManagementOncallSchedule]`](#incidentmanagementoncallschedule) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### `Group.label`
-### `IncidentManagementOncallScheduleEdge`
+A label available on this group.
-An edge in a connection.
+Returns [`Label`](#label).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The item at the end of the edge. |
+###### Arguments
-### `IncidentManagementOncallShift`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="grouplabeltitle"></a>`title` | [`String!`](#string) | Title of the label. |
-A block of time for which a participant is on-call.
+##### `Group.labels`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `endsAt` | [`Time`](#time) | End time of the on-call shift. |
-| `participant` | [`OncallParticipantType`](#oncallparticipanttype) | Participant assigned to the on-call shift. |
-| `startsAt` | [`Time`](#time) | Start time of the on-call shift. |
+Labels available on this group.
-### `IncidentManagementOncallShiftConnection`
+Returns [`LabelConnection`](#labelconnection).
-The connection type for IncidentManagementOncallShift.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[IncidentManagementOncallShiftEdge]`](#incidentmanagementoncallshiftedge) | A list of edges. |
-| `nodes` | [`[IncidentManagementOncallShift]`](#incidentmanagementoncallshift) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+###### Arguments
-### `IncidentManagementOncallShiftEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="grouplabelsincludeancestorgroups"></a>`includeAncestorGroups` | [`Boolean`](#boolean) | Include labels from ancestor groups. |
+| <a id="grouplabelsincludedescendantgroups"></a>`includeDescendantGroups` | [`Boolean`](#boolean) | Include labels from descendant groups. |
+| <a id="grouplabelsonlygrouplabels"></a>`onlyGroupLabels` | [`Boolean`](#boolean) | Include only group level labels. |
+| <a id="grouplabelssearchterm"></a>`searchTerm` | [`String`](#string) | A search term to find labels with. |
-An edge in a connection.
+##### `Group.mergeRequests`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`IncidentManagementOncallShift`](#incidentmanagementoncallshift) | The item at the end of the edge. |
+Merge requests for projects in this group.
-### `InstanceSecurityDashboard`
+Returns [`MergeRequestConnection`](#mergerequestconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `projects` | [`ProjectConnection!`](#projectconnection) | Projects selected in Instance Security Dashboard. |
-| `vulnerabilityGrades` | [`[VulnerableProjectsByGrade!]!`](#vulnerableprojectsbygrade) | Represents vulnerable project counts for each grade. |
-| `vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the vulnerabilities from projects selected in Instance Security Dashboard. |
-| `vulnerabilitySeveritiesCount` | [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount) | Counts for each vulnerability severity from projects selected in Instance Security Dashboard. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `Issue`
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `alertManagementAlert` | [`AlertManagementAlert`](#alertmanagementalert) | Alert associated to this issue. |
-| `assignees` | [`UserConnection`](#userconnection) | Assignees of the issue. |
-| `author` | [`User!`](#user) | User that created the issue. |
-| `blocked` | [`Boolean!`](#boolean) | Indicates the issue is blocked. |
-| `blockedByCount` | [`Int`](#int) | Count of issues blocking this issue. |
-| `blockedByIssues` | [`IssueConnection`](#issueconnection) | Issues blocking this issue. |
-| `closedAt` | [`Time`](#time) | Timestamp of when the issue was closed. |
-| `confidential` | [`Boolean!`](#boolean) | Indicates the issue is confidential. |
-| `createNoteEmail` | [`String`](#string) | User specific email address for the issue. |
-| `createdAt` | [`Time!`](#time) | Timestamp of when the issue was created. |
-| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
-| `description` | [`String`](#string) | Description of the issue. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `designCollection` | [`DesignCollection`](#designcollection) | Collection of design images associated with this issue. |
-| `discussionLocked` | [`Boolean!`](#boolean) | Indicates discussion is locked on the issue. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `downvotes` | [`Int!`](#int) | Number of downvotes the issue has received. |
-| `dueDate` | [`Time`](#time) | Due date of the issue. |
-| `emailsDisabled` | [`Boolean!`](#boolean) | Indicates if a project has email notifications disabled: `true` if email notifications are disabled. |
-| `epic` | [`Epic`](#epic) | Epic to which this issue belongs. |
-| `healthStatus` | [`HealthStatus`](#healthstatus) | Current health status. |
-| `humanTimeEstimate` | [`String`](#string) | Human-readable time estimate of the issue. |
-| `humanTotalTimeSpent` | [`String`](#string) | Human-readable total time reported as spent on the issue. |
-| `id` | [`ID!`](#id) | ID of the issue. |
-| `iid` | [`ID!`](#id) | Internal ID of the issue. |
-| `iteration` | [`Iteration`](#iteration) | Iteration of the issue. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels of the issue. |
-| `metricImages` | [`[MetricImage!]`](#metricimage) | Metric images associated to the issue. |
-| `milestone` | [`Milestone`](#milestone) | Milestone of the issue. |
-| `moved` | [`Boolean`](#boolean) | Indicates if issue got moved from other project. |
-| `movedTo` | [`Issue`](#issue) | Updated Issue after it got moved to another project. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `participants` | [`UserConnection`](#userconnection) | List of participants in the issue. |
-| `reference` | [`String!`](#string) | Internal reference of the issue. Returned in shortened format by default. |
-| `relativePosition` | [`Int`](#int) | Relative position of the issue (used for positioning in epic tree and issue boards). |
-| `severity` | [`IssuableSeverity`](#issuableseverity) | Severity level of the incident. |
-| `slaDueAt` | [`Time`](#time) | Timestamp of when the issue SLA expires. |
-| `state` | [`IssueState!`](#issuestate) | State of the issue. |
-| `statusPagePublishedIncident` | [`Boolean`](#boolean) | Indicates whether an issue is published to the status page. |
-| `subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the issue. |
-| `taskCompletionStatus` | [`TaskCompletionStatus!`](#taskcompletionstatus) | Task completion status of the issue. |
-| `timeEstimate` | [`Int!`](#int) | Time estimate of the issue. |
-| `timelogs` | [`TimelogConnection!`](#timelogconnection) | Timelogs on the issue. |
-| `title` | [`String!`](#string) | Title of the issue. |
-| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
-| `totalTimeSpent` | [`Int!`](#int) | Total time reported as spent on the issue. |
-| `type` | [`IssueType`](#issuetype) | Type of the issue. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of when the issue was last updated. |
-| `updatedBy` | [`User`](#user) | User that last updated the issue. |
-| `upvotes` | [`Int!`](#int) | Number of upvotes the issue has received. |
-| `userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the issue. |
-| `userNotesCount` | [`Int!`](#int) | Number of user notes of the issue. |
-| `userPermissions` | [`IssuePermissions!`](#issuepermissions) | Permissions for the current user on the resource. |
-| `webPath` | [`String!`](#string) | Web path of the issue. |
-| `webUrl` | [`String!`](#string) | Web URL of the issue. |
-| `weight` | [`Int`](#int) | Weight of the issue. |
-
-### `IssueConnection`
-
-The connection type for Issue.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[IssueEdge]`](#issueedge) | A list of edges. |
-| `nodes` | [`[Issue]`](#issue) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| `weight` | [`Int!`](#int) | Total weight of issues collection. |
-
-### `IssueEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Issue`](#issue) | The item at the end of the edge. |
-
-### `IssueMoveListPayload`
-
-Autogenerated return type of IssueMoveList.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
-
-### `IssueMovePayload`
-
-Autogenerated return type of IssueMove.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupmergerequestsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of the assignee. |
+| <a id="groupmergerequestsauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author. |
+| <a id="groupmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="groupmergerequestsincludesubgroups"></a>`includeSubgroups` | [`Boolean`](#boolean) | Include merge requests belonging to subgroups. |
+| <a id="groupmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="groupmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="groupmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="groupmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="groupmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="groupmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="groupmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="groupmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="groupmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
-### `IssuePermissions`
+##### `Group.milestones`
-Check permissions for the current user on a issue.
+Milestones of the group.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_issue` on this resource. |
-| `createDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `create_design` on this resource. |
-| `createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
-| `destroyDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_design` on this resource. |
-| `readDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `read_design` on this resource. |
-| `readIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `read_issue` on this resource. |
-| `reopenIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `reopen_issue` on this resource. |
-| `updateIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `update_issue` on this resource. |
+Returns [`MilestoneConnection`](#milestoneconnection).
-### `IssueSetAssigneesPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of IssueSetAssignees.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupmilestonescontainingdate"></a>`containingDate` | [`Time`](#time) | A date that the milestone contains. |
+| <a id="groupmilestonesenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="groupmilestonesids"></a>`ids` | [`[ID!]`](#id) | Array of global milestone IDs, e.g., `"gid://gitlab/Milestone/1"`. |
+| <a id="groupmilestonesincludeancestors"></a>`includeAncestors` | [`Boolean`](#boolean) | Include milestones from all parent groups. |
+| <a id="groupmilestonesincludedescendants"></a>`includeDescendants` | [`Boolean`](#boolean) | Include milestones from all subgroups and subprojects. |
+| <a id="groupmilestonessearchtitle"></a>`searchTitle` | [`String`](#string) | A search string for the title. |
+| <a id="groupmilestonesstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="groupmilestonesstate"></a>`state` | [`MilestoneStateEnum`](#milestonestateenum) | Filter milestones by state. |
+| <a id="groupmilestonestimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+| <a id="groupmilestonestitle"></a>`title` | [`String`](#string) | The title of the milestone. |
-### `IssueSetConfidentialPayload`
+##### `Group.projects`
-Autogenerated return type of IssueSetConfidential.
+Projects within this namespace.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+Returns [`ProjectConnection!`](#projectconnection).
-### `IssueSetDueDatePayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of IssueSetDueDate.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupprojectshascodecoverage"></a>`hasCodeCoverage` | [`Boolean`](#boolean) | Returns only the projects which have code coverage. |
+| <a id="groupprojectshasvulnerabilities"></a>`hasVulnerabilities` | [`Boolean`](#boolean) | Returns only the projects which have vulnerabilities. |
+| <a id="groupprojectsids"></a>`ids` | [`[ID!]`](#id) | Filter projects by IDs. |
+| <a id="groupprojectsincludesubgroups"></a>`includeSubgroups` | [`Boolean`](#boolean) | Include also subgroup projects. |
+| <a id="groupprojectssearch"></a>`search` | [`String`](#string) | Search project with most similar names or paths. |
+| <a id="groupprojectssort"></a>`sort` | [`NamespaceProjectSort`](#namespaceprojectsort) | Sort projects by this criteria. |
-### `IssueSetEpicPayload`
+##### `Group.timelogs`
-Autogenerated return type of IssueSetEpic.
+Time logged on issues in the group and its subgroups.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+Returns [`TimelogConnection!`](#timelogconnection).
-### `IssueSetIterationPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of IssueSetIteration.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="grouptimelogsenddate"></a>`endDate` | [`Time`](#time) | List time logs within a date range where the logged date is equal to or before endDate. |
+| <a id="grouptimelogsendtime"></a>`endTime` | [`Time`](#time) | List time-logs within a time range where the logged time is equal to or before endTime. |
+| <a id="grouptimelogsstartdate"></a>`startDate` | [`Time`](#time) | List time logs within a date range where the logged date is equal to or after startDate. |
+| <a id="grouptimelogsstarttime"></a>`startTime` | [`Time`](#time) | List time-logs within a time range where the logged time is equal to or after startTime. |
-### `IssueSetLockedPayload`
+##### `Group.vulnerabilities`
-Autogenerated return type of IssueSetLocked.
+Vulnerabilities reported on the projects in the group and its subgroups.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+Returns [`VulnerabilityConnection`](#vulnerabilityconnection).
-### `IssueSetSeverityPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of IssueSetSeverity.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupvulnerabilitieshasissues"></a>`hasIssues` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have linked issues. |
+| <a id="groupvulnerabilitieshasresolution"></a>`hasResolution` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have been resolved on default branch. |
+| <a id="groupvulnerabilitiesprojectid"></a>`projectId` | [`[ID!]`](#id) | Filter vulnerabilities by project. |
+| <a id="groupvulnerabilitiesreporttype"></a>`reportType` | [`[VulnerabilityReportType!]`](#vulnerabilityreporttype) | Filter vulnerabilities by report type. |
+| <a id="groupvulnerabilitiesscanner"></a>`scanner` | [`[String!]`](#string) | Filter vulnerabilities by VulnerabilityScanner.externalId. |
+| <a id="groupvulnerabilitiesscannerid"></a>`scannerId` | [`[VulnerabilitiesScannerID!]`](#vulnerabilitiesscannerid) | Filter vulnerabilities by scanner ID. |
+| <a id="groupvulnerabilitiesseverity"></a>`severity` | [`[VulnerabilitySeverity!]`](#vulnerabilityseverity) | Filter vulnerabilities by severity. |
+| <a id="groupvulnerabilitiessort"></a>`sort` | [`VulnerabilitySort`](#vulnerabilitysort) | List vulnerabilities by sort order. |
+| <a id="groupvulnerabilitiesstate"></a>`state` | [`[VulnerabilityState!]`](#vulnerabilitystate) | Filter vulnerabilities by state. |
-### `IssueSetSubscriptionPayload`
+##### `Group.vulnerabilitiesCountByDay`
-Autogenerated return type of IssueSetSubscription.
+Number of vulnerabilities per day for the projects in the group and its subgroups.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+Returns [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnection).
-### `IssueSetWeightPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of IssueSetWeight.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupvulnerabilitiescountbydayenddate"></a>`endDate` | [`ISO8601Date!`](#iso8601date) | Last day for which to fetch vulnerability history. |
+| <a id="groupvulnerabilitiescountbydaystartdate"></a>`startDate` | [`ISO8601Date!`](#iso8601date) | First day for which to fetch vulnerability history. |
-### `IssueStatusCountsType`
+##### `Group.vulnerabilitiesCountByDayAndSeverity`
-Represents total number of issues for the represented statuses.
+Number of vulnerabilities per severity level, per day, for the projects in the group and its subgroups.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `all` | [`Int`](#int) | Number of issues with status ALL for the project. |
-| `closed` | [`Int`](#int) | Number of issues with status CLOSED for the project. |
-| `opened` | [`Int`](#int) | Number of issues with status OPENED for the project. |
+WARNING:
+**Deprecated** in 13.3.
+Use `vulnerabilitiesCountByDay`.
-### `Iteration`
+Returns [`VulnerabilitiesCountByDayAndSeverityConnection`](#vulnerabilitiescountbydayandseverityconnection).
-Represents an iteration object.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Timestamp of iteration creation. |
-| `description` | [`String`](#string) | Description of the iteration. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `dueDate` | [`Time`](#time) | Timestamp of the iteration due date. |
-| `id` | [`ID!`](#id) | ID of the iteration. |
-| `iid` | [`ID!`](#id) | Internal ID of the iteration. |
-| `iterationCadence` | [`IterationCadence!`](#iterationcadence) | Cadence of the iteration. |
-| `report` | [`TimeboxReport`](#timeboxreport) | Historically accurate report about the timebox. |
-| `scopedPath` | [`String`](#string) | Web path of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts. |
-| `scopedUrl` | [`String`](#string) | Web URL of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts. |
-| `startDate` | [`Time`](#time) | Timestamp of the iteration start date. |
-| `state` | [`IterationState!`](#iterationstate) | State of the iteration. |
-| `title` | [`String!`](#string) | Title of the iteration. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of last iteration update. |
-| `webPath` | [`String!`](#string) | Web path of the iteration. |
-| `webUrl` | [`String!`](#string) | Web URL of the iteration. |
+###### Arguments
-### `IterationCadence`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupvulnerabilitiescountbydayandseverityenddate"></a>`endDate` | [`ISO8601Date!`](#iso8601date) | Last day for which to fetch vulnerability history. |
+| <a id="groupvulnerabilitiescountbydayandseveritystartdate"></a>`startDate` | [`ISO8601Date!`](#iso8601date) | First day for which to fetch vulnerability history. |
-Represents an iteration cadence.
+##### `Group.vulnerabilityGrades`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean`](#boolean) | Whether the iteration cadence is active. |
-| `automatic` | [`Boolean`](#boolean) | Whether the iteration cadence should automatically generate future iterations. |
-| `durationInWeeks` | [`Int`](#int) | Duration in weeks of the iterations within this cadence. |
-| `id` | [`IterationsCadenceID!`](#iterationscadenceid) | Global ID of the iteration cadence. |
-| `iterationsInAdvance` | [`Int`](#int) | Future iterations to be created when iteration cadence is set to automatic. |
-| `startDate` | [`Time`](#time) | Timestamp of the iteration cadence start date. |
-| `title` | [`String!`](#string) | Title of the iteration cadence. |
+Represents vulnerable project counts for each grade.
-### `IterationCadenceConnection`
+Returns [`[VulnerableProjectsByGrade!]!`](#vulnerableprojectsbygrade).
-The connection type for IterationCadence.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[IterationCadenceEdge]`](#iterationcadenceedge) | A list of edges. |
-| `nodes` | [`[IterationCadence]`](#iterationcadence) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupvulnerabilitygradesincludesubgroups"></a>`includeSubgroups` | [`Boolean`](#boolean) | Include grades belonging to subgroups. |
-### `IterationCadenceCreatePayload`
+##### `Group.vulnerabilitySeveritiesCount`
-Autogenerated return type of IterationCadenceCreate.
+Counts for each vulnerability severity in the group and its subgroups.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `iterationCadence` | [`IterationCadence`](#iterationcadence) | The created iteration cadence. |
+Returns [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount).
-### `IterationCadenceEdge`
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupvulnerabilityseveritiescountprojectid"></a>`projectId` | [`[ID!]`](#id) | Filter vulnerabilities by project. |
+| <a id="groupvulnerabilityseveritiescountreporttype"></a>`reportType` | [`[VulnerabilityReportType!]`](#vulnerabilityreporttype) | Filter vulnerabilities by report type. |
+| <a id="groupvulnerabilityseveritiescountscanner"></a>`scanner` | [`[String!]`](#string) | Filter vulnerabilities by scanner. |
+| <a id="groupvulnerabilityseveritiescountseverity"></a>`severity` | [`[VulnerabilitySeverity!]`](#vulnerabilityseverity) | Filter vulnerabilities by severity. |
+| <a id="groupvulnerabilityseveritiescountstate"></a>`state` | [`[VulnerabilityState!]`](#vulnerabilitystate) | Filter vulnerabilities by state. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`IterationCadence`](#iterationcadence) | The item at the end of the edge. |
+### `GroupMember`
-### `IterationCadenceUpdatePayload`
+Represents a Group Membership.
-Autogenerated return type of IterationCadenceUpdate.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `iterationCadence` | [`IterationCadence`](#iterationcadence) | The updated iteration cadence. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupmemberaccesslevel"></a>`accessLevel` | [`AccessLevel`](#accesslevel) | GitLab::Access level. |
+| <a id="groupmembercreatedat"></a>`createdAt` | [`Time`](#time) | Date and time the membership was created. |
+| <a id="groupmembercreatedby"></a>`createdBy` | [`User`](#user) | User that authorized membership. |
+| <a id="groupmemberexpiresat"></a>`expiresAt` | [`Time`](#time) | Date and time the membership expires. |
+| <a id="groupmembergroup"></a>`group` | [`Group`](#group) | Group that a User is a member of. |
+| <a id="groupmemberid"></a>`id` | [`ID!`](#id) | ID of the member. |
+| <a id="groupmemberupdatedat"></a>`updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
+| <a id="groupmemberuser"></a>`user` | [`User!`](#user) | User that is associated with the member object. |
+| <a id="groupmemberuserpermissions"></a>`userPermissions` | [`GroupPermissions!`](#grouppermissions) | Permissions for the current user on the resource. |
-### `IterationConnection`
+### `GroupPermissions`
-The connection type for Iteration.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[IterationEdge]`](#iterationedge) | A list of edges. |
-| `nodes` | [`[Iteration]`](#iteration) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="grouppermissionsreadgroup"></a>`readGroup` | [`Boolean!`](#boolean) | Indicates the user can perform `read_group` on this resource. |
-### `IterationEdge`
+### `GroupReleaseStats`
-An edge in a connection.
+Contains release-related statistics about a group.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Iteration`](#iteration) | The item at the end of the edge. |
+#### Fields
-### `JiraImport`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupreleasestatsreleasescount"></a>`releasesCount` | [`Int`](#int) | Total number of releases in all descendant projects of the group. Will always return `null` if `group_level_release_statistics` feature flag is disabled. |
+| <a id="groupreleasestatsreleasespercentage"></a>`releasesPercentage` | [`Int`](#int) | Percentage of the group's descendant projects that have at least one release. Will always return `null` if `group_level_release_statistics` feature flag is disabled. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp of when the Jira import was created. |
-| `failedToImportCount` | [`Int!`](#int) | Count of issues that failed to import. |
-| `importedIssuesCount` | [`Int!`](#int) | Count of issues that were successfully imported. |
-| `jiraProjectKey` | [`String!`](#string) | Project key for the imported Jira project. |
-| `scheduledAt` | [`Time`](#time) | Timestamp of when the Jira import was scheduled. |
-| `scheduledBy` | [`User`](#user) | User that started the Jira import. |
-| `totalIssueCount` | [`Int!`](#int) | Total count of issues that were attempted to import. |
+### `GroupStats`
-### `JiraImportConnection`
+Contains statistics about a group.
-The connection type for JiraImport.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[JiraImportEdge]`](#jiraimportedge) | A list of edges. |
-| `nodes` | [`[JiraImport]`](#jiraimport) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupstatsreleasestats"></a>`releaseStats` | [`GroupReleaseStats`](#groupreleasestats) | Statistics related to releases within the group. |
-### `JiraImportEdge`
+### `GroupWikiRepositoryRegistry`
-An edge in a connection.
+Represents the Geo sync and verification state of a group wiki repository.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`JiraImport`](#jiraimport) | The item at the end of the edge. |
+#### Fields
-### `JiraImportStartPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="groupwikirepositoryregistrycreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the GroupWikiRepositoryRegistry was created. |
+| <a id="groupwikirepositoryregistrygroupwikirepositoryid"></a>`groupWikiRepositoryId` | [`ID!`](#id) | ID of the Group Wiki Repository. |
+| <a id="groupwikirepositoryregistryid"></a>`id` | [`ID!`](#id) | ID of the GroupWikiRepositoryRegistry. |
+| <a id="groupwikirepositoryregistrylastsyncfailure"></a>`lastSyncFailure` | [`String`](#string) | Error message during sync of the GroupWikiRepositoryRegistry. |
+| <a id="groupwikirepositoryregistrylastsyncedat"></a>`lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the GroupWikiRepositoryRegistry. |
+| <a id="groupwikirepositoryregistryretryat"></a>`retryAt` | [`Time`](#time) | Timestamp after which the GroupWikiRepositoryRegistry should be resynced. |
+| <a id="groupwikirepositoryregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the GroupWikiRepositoryRegistry. |
+| <a id="groupwikirepositoryregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the GroupWikiRepositoryRegistry. |
-Autogenerated return type of JiraImportStart.
+### `IncidentManagementOncallRotation`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `jiraImport` | [`JiraImport`](#jiraimport) | The Jira import data after mutation. |
+Describes an incident management on-call rotation.
-### `JiraImportUsersPayload`
+#### Fields
-Autogenerated return type of JiraImportUsers.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallrotationactiveperiod"></a>`activePeriod` | [`OncallRotationActivePeriodType`](#oncallrotationactiveperiodtype) | Active period for the on-call rotation. |
+| <a id="incidentmanagementoncallrotationendsat"></a>`endsAt` | [`Time`](#time) | End date and time of the on-call rotation. |
+| <a id="incidentmanagementoncallrotationid"></a>`id` | [`IncidentManagementOncallRotationID!`](#incidentmanagementoncallrotationid) | ID of the on-call rotation. |
+| <a id="incidentmanagementoncallrotationlength"></a>`length` | [`Int`](#int) | Length of the on-call schedule, in the units specified by lengthUnit. |
+| <a id="incidentmanagementoncallrotationlengthunit"></a>`lengthUnit` | [`OncallRotationUnitEnum`](#oncallrotationunitenum) | Unit of the on-call rotation length. |
+| <a id="incidentmanagementoncallrotationname"></a>`name` | [`String!`](#string) | Name of the on-call rotation. |
+| <a id="incidentmanagementoncallrotationparticipants"></a>`participants` | [`OncallParticipantTypeConnection`](#oncallparticipanttypeconnection) | Participants of the on-call rotation. |
+| <a id="incidentmanagementoncallrotationstartsat"></a>`startsAt` | [`Time`](#time) | Start date of the on-call rotation. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `jiraUsers` | [`[JiraUser!]`](#jirauser) | Users returned from Jira, matched by email and name if possible. |
+#### Fields with arguments
-### `JiraProject`
+##### `IncidentManagementOncallRotation.shifts`
+
+Blocks of time for which a participant is on-call within a given time frame. Time frame cannot exceed one month.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `key` | [`String!`](#string) | Key of the Jira project. |
-| `name` | [`String`](#string) | Name of the Jira project. |
-| `projectId` | [`Int!`](#int) | ID of the Jira project. |
+Returns [`IncidentManagementOncallShiftConnection`](#incidentmanagementoncallshiftconnection).
-### `JiraProjectConnection`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-The connection type for JiraProject.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[JiraProjectEdge]`](#jiraprojectedge) | A list of edges. |
-| `nodes` | [`[JiraProject]`](#jiraproject) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallrotationshiftsendtime"></a>`endTime` | [`Time!`](#time) | End of timeframe to include shifts for. Cannot exceed one month after start. |
+| <a id="incidentmanagementoncallrotationshiftsstarttime"></a>`startTime` | [`Time!`](#time) | Start of timeframe to include shifts for. |
-### `JiraProjectEdge`
+### `IncidentManagementOncallSchedule`
-An edge in a connection.
+Describes an incident management on-call schedule.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`JiraProject`](#jiraproject) | The item at the end of the edge. |
+#### Fields
-### `JiraService`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallscheduledescription"></a>`description` | [`String`](#string) | Description of the on-call schedule. |
+| <a id="incidentmanagementoncallscheduleiid"></a>`iid` | [`ID!`](#id) | Internal ID of the on-call schedule. |
+| <a id="incidentmanagementoncallschedulename"></a>`name` | [`String!`](#string) | Name of the on-call schedule. |
+| <a id="incidentmanagementoncallschedulerotations"></a>`rotations` | [`IncidentManagementOncallRotationConnection!`](#incidentmanagementoncallrotationconnection) | On-call rotations for the on-call schedule. |
+| <a id="incidentmanagementoncallscheduletimezone"></a>`timezone` | [`String!`](#string) | Time zone of the on-call schedule. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean`](#boolean) | Indicates if the service is active. |
-| `projects` | [`JiraProjectConnection`](#jiraprojectconnection) | List of all Jira projects fetched through Jira REST API. |
-| `type` | [`String`](#string) | Class name of the service. |
+#### Fields with arguments
-### `JiraUser`
+##### `IncidentManagementOncallSchedule.rotation`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `gitlabId` | [`Int`](#int) | ID of the matched GitLab user. |
-| `gitlabName` | [`String`](#string) | Name of the matched GitLab user. |
-| `gitlabUsername` | [`String`](#string) | Username of the matched GitLab user. |
-| `jiraAccountId` | [`String!`](#string) | Account ID of the Jira user. |
-| `jiraDisplayName` | [`String!`](#string) | Display name of the Jira user. |
-| `jiraEmail` | [`String`](#string) | Email of the Jira user, returned only for users with public emails. |
+On-call rotation for the on-call schedule.
-### `Label`
+Returns [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `color` | [`String!`](#string) | Background color of the label. |
-| `createdAt` | [`Time!`](#time) | When this label was created. |
-| `description` | [`String`](#string) | Description of the label (Markdown rendered as HTML for caching). |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `id` | [`ID!`](#id) | Label ID. |
-| `textColor` | [`String!`](#string) | Text color of the label. |
-| `title` | [`String!`](#string) | Content of the label. |
-| `updatedAt` | [`Time!`](#time) | When this label was last updated. |
+###### Arguments
-### `LabelConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallschedulerotationid"></a>`id` | [`IncidentManagementOncallRotationID!`](#incidentmanagementoncallrotationid) | ID of the on-call rotation. |
+
+### `IncidentManagementOncallShift`
+
+A block of time for which a participant is on-call.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="incidentmanagementoncallshiftendsat"></a>`endsAt` | [`Time`](#time) | End time of the on-call shift. |
+| <a id="incidentmanagementoncallshiftparticipant"></a>`participant` | [`OncallParticipantType`](#oncallparticipanttype) | Participant assigned to the on-call shift. |
+| <a id="incidentmanagementoncallshiftstartsat"></a>`startsAt` | [`Time`](#time) | Start time of the on-call shift. |
-The connection type for Label.
+### `InstanceSecurityDashboard`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[LabelEdge]`](#labeledge) | A list of edges. |
-| `nodes` | [`[Label]`](#label) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### Fields
-### `LabelCreatePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="instancesecuritydashboardprojects"></a>`projects` | [`ProjectConnection!`](#projectconnection) | Projects selected in Instance Security Dashboard. |
+| <a id="instancesecuritydashboardvulnerabilitygrades"></a>`vulnerabilityGrades` | [`[VulnerableProjectsByGrade!]!`](#vulnerableprojectsbygrade) | Represents vulnerable project counts for each grade. |
+| <a id="instancesecuritydashboardvulnerabilityscanners"></a>`vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the vulnerabilities from projects selected in Instance Security Dashboard. |
-Autogenerated return type of LabelCreate.
+#### Fields with arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `label` | [`Label`](#label) | The label after mutation. |
+##### `InstanceSecurityDashboard.vulnerabilitySeveritiesCount`
-### `LabelEdge`
+Counts for each vulnerability severity from projects selected in Instance Security Dashboard.
-An edge in a connection.
+Returns [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Label`](#label) | The item at the end of the edge. |
+###### Arguments
-### `LicenseHistoryEntry`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="instancesecuritydashboardvulnerabilityseveritiescountprojectid"></a>`projectId` | [`[ID!]`](#id) | Filter vulnerabilities by project. |
+| <a id="instancesecuritydashboardvulnerabilityseveritiescountreporttype"></a>`reportType` | [`[VulnerabilityReportType!]`](#vulnerabilityreporttype) | Filter vulnerabilities by report type. |
+| <a id="instancesecuritydashboardvulnerabilityseveritiescountscanner"></a>`scanner` | [`[String!]`](#string) | Filter vulnerabilities by scanner. |
+| <a id="instancesecuritydashboardvulnerabilityseveritiescountseverity"></a>`severity` | [`[VulnerabilitySeverity!]`](#vulnerabilityseverity) | Filter vulnerabilities by severity. |
+| <a id="instancesecuritydashboardvulnerabilityseveritiescountstate"></a>`state` | [`[VulnerabilityState!]`](#vulnerabilitystate) | Filter vulnerabilities by state. |
-Represents an entry from the Cloud License history.
+### `Issue`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `activatedAt` | [`Date`](#date) | Date when the license was activated. |
-| `company` | [`String`](#string) | Company of the licensee. |
-| `email` | [`String`](#string) | Email of the licensee. |
-| `expiresAt` | [`Date`](#date) | Date when the license expires. |
-| `id` | [`ID!`](#id) | ID of the license. |
-| `name` | [`String`](#string) | Name of the licensee. |
-| `plan` | [`String!`](#string) | Name of the subscription plan. |
-| `startsAt` | [`Date`](#date) | Date when the license started. |
-| `type` | [`String!`](#string) | Type of the license. |
-| `usersInLicenseCount` | [`Int`](#int) | Number of paid users in the license. |
+#### Fields
-### `LicenseHistoryEntryConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="issuealertmanagementalert"></a>`alertManagementAlert` | [`AlertManagementAlert`](#alertmanagementalert) | Alert associated to this issue. |
+| <a id="issueassignees"></a>`assignees` | [`UserConnection`](#userconnection) | Assignees of the issue. |
+| <a id="issueauthor"></a>`author` | [`User!`](#user) | User that created the issue. |
+| <a id="issueblocked"></a>`blocked` | [`Boolean!`](#boolean) | Indicates the issue is blocked. |
+| <a id="issueblockedbycount"></a>`blockedByCount` | [`Int`](#int) | Count of issues blocking this issue. |
+| <a id="issueblockedbyissues"></a>`blockedByIssues` | [`IssueConnection`](#issueconnection) | Issues blocking this issue. |
+| <a id="issueclosedat"></a>`closedAt` | [`Time`](#time) | Timestamp of when the issue was closed. |
+| <a id="issueconfidential"></a>`confidential` | [`Boolean!`](#boolean) | Indicates the issue is confidential. |
+| <a id="issuecreatenoteemail"></a>`createNoteEmail` | [`String`](#string) | User specific email address for the issue. |
+| <a id="issuecreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of when the issue was created. |
+| <a id="issuedescription"></a>`description` | [`String`](#string) | Description of the issue. |
+| <a id="issuedescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="issuedesigncollection"></a>`designCollection` | [`DesignCollection`](#designcollection) | Collection of design images associated with this issue. |
+| <a id="issuediscussionlocked"></a>`discussionLocked` | [`Boolean!`](#boolean) | Indicates discussion is locked on the issue. |
+| <a id="issuediscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="issuedownvotes"></a>`downvotes` | [`Int!`](#int) | Number of downvotes the issue has received. |
+| <a id="issueduedate"></a>`dueDate` | [`Time`](#time) | Due date of the issue. |
+| <a id="issueemailsdisabled"></a>`emailsDisabled` | [`Boolean!`](#boolean) | Indicates if a project has email notifications disabled: `true` if email notifications are disabled. |
+| <a id="issueepic"></a>`epic` | [`Epic`](#epic) | Epic to which this issue belongs. |
+| <a id="issuehealthstatus"></a>`healthStatus` | [`HealthStatus`](#healthstatus) | Current health status. |
+| <a id="issuehumantimeestimate"></a>`humanTimeEstimate` | [`String`](#string) | Human-readable time estimate of the issue. |
+| <a id="issuehumantotaltimespent"></a>`humanTotalTimeSpent` | [`String`](#string) | Human-readable total time reported as spent on the issue. |
+| <a id="issueid"></a>`id` | [`ID!`](#id) | ID of the issue. |
+| <a id="issueiid"></a>`iid` | [`ID!`](#id) | Internal ID of the issue. |
+| <a id="issueiteration"></a>`iteration` | [`Iteration`](#iteration) | Iteration of the issue. |
+| <a id="issuelabels"></a>`labels` | [`LabelConnection`](#labelconnection) | Labels of the issue. |
+| <a id="issuemetricimages"></a>`metricImages` | [`[MetricImage!]`](#metricimage) | Metric images associated to the issue. |
+| <a id="issuemilestone"></a>`milestone` | [`Milestone`](#milestone) | Milestone of the issue. |
+| <a id="issuemoved"></a>`moved` | [`Boolean`](#boolean) | Indicates if issue got moved from other project. |
+| <a id="issuemovedto"></a>`movedTo` | [`Issue`](#issue) | Updated Issue after it got moved to another project. |
+| <a id="issuenotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="issueparticipants"></a>`participants` | [`UserConnection`](#userconnection) | List of participants in the issue. |
+| <a id="issuerelativeposition"></a>`relativePosition` | [`Int`](#int) | Relative position of the issue (used for positioning in epic tree and issue boards). |
+| <a id="issueseverity"></a>`severity` | [`IssuableSeverity`](#issuableseverity) | Severity level of the incident. |
+| <a id="issuesladueat"></a>`slaDueAt` | [`Time`](#time) | Timestamp of when the issue SLA expires. |
+| <a id="issuestate"></a>`state` | [`IssueState!`](#issuestate) | State of the issue. |
+| <a id="issuestatuspagepublishedincident"></a>`statusPagePublishedIncident` | [`Boolean`](#boolean) | Indicates whether an issue is published to the status page. |
+| <a id="issuesubscribed"></a>`subscribed` | [`Boolean!`](#boolean) | Indicates the currently logged in user is subscribed to the issue. |
+| <a id="issuetaskcompletionstatus"></a>`taskCompletionStatus` | [`TaskCompletionStatus!`](#taskcompletionstatus) | Task completion status of the issue. |
+| <a id="issuetimeestimate"></a>`timeEstimate` | [`Int!`](#int) | Time estimate of the issue. |
+| <a id="issuetimelogs"></a>`timelogs` | [`TimelogConnection!`](#timelogconnection) | Timelogs on the issue. |
+| <a id="issuetitle"></a>`title` | [`String!`](#string) | Title of the issue. |
+| <a id="issuetitlehtml"></a>`titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
+| <a id="issuetotaltimespent"></a>`totalTimeSpent` | [`Int!`](#int) | Total time reported as spent on the issue. |
+| <a id="issuetype"></a>`type` | [`IssueType`](#issuetype) | Type of the issue. |
+| <a id="issueupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of when the issue was last updated. |
+| <a id="issueupdatedby"></a>`updatedBy` | [`User`](#user) | User that last updated the issue. |
+| <a id="issueupvotes"></a>`upvotes` | [`Int!`](#int) | Number of upvotes the issue has received. |
+| <a id="issueuserdiscussionscount"></a>`userDiscussionsCount` | [`Int!`](#int) | Number of user discussions in the issue. |
+| <a id="issueusernotescount"></a>`userNotesCount` | [`Int!`](#int) | Number of user notes of the issue. |
+| <a id="issueuserpermissions"></a>`userPermissions` | [`IssuePermissions!`](#issuepermissions) | Permissions for the current user on the resource. |
+| <a id="issuewebpath"></a>`webPath` | [`String!`](#string) | Web path of the issue. |
+| <a id="issueweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the issue. |
+| <a id="issueweight"></a>`weight` | [`Int`](#int) | Weight of the issue. |
+
+#### Fields with arguments
+
+##### `Issue.currentUserTodos`
+
+To-do items for the current user.
+
+Returns [`TodoConnection!`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-The connection type for LicenseHistoryEntry.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="issuecurrentusertodosstate"></a>`state` | [`TodoStateEnum`](#todostateenum) | State of the to-do items. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[LicenseHistoryEntryEdge]`](#licensehistoryentryedge) | A list of edges. |
-| `nodes` | [`[LicenseHistoryEntry]`](#licensehistoryentry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### `Issue.reference`
-### `LicenseHistoryEntryEdge`
+Internal reference of the issue. Returned in shortened format by default.
-An edge in a connection.
+Returns [`String!`](#string).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`LicenseHistoryEntry`](#licensehistoryentry) | The item at the end of the edge. |
+###### Arguments
-### `MarkAsSpamSnippetPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="issuereferencefull"></a>`full` | [`Boolean`](#boolean) | Boolean option specifying whether the reference should be returned in full. |
-Autogenerated return type of MarkAsSpamSnippet.
+### `IssuePermissions`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
+Check permissions for the current user on a issue.
-### `MemberInterfaceConnection`
+#### Fields
-The connection type for MemberInterface.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="issuepermissionsadminissue"></a>`adminIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_issue` on this resource. |
+| <a id="issuepermissionscreatedesign"></a>`createDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `create_design` on this resource. |
+| <a id="issuepermissionscreatenote"></a>`createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
+| <a id="issuepermissionsdestroydesign"></a>`destroyDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_design` on this resource. |
+| <a id="issuepermissionsreaddesign"></a>`readDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `read_design` on this resource. |
+| <a id="issuepermissionsreadissue"></a>`readIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `read_issue` on this resource. |
+| <a id="issuepermissionsreopenissue"></a>`reopenIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `reopen_issue` on this resource. |
+| <a id="issuepermissionsupdateissue"></a>`updateIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `update_issue` on this resource. |
+
+### `IssueStatusCountsType`
+
+Represents total number of issues for the represented statuses.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="issuestatuscountstypeall"></a>`all` | [`Int`](#int) | Number of issues with status ALL for the project. |
+| <a id="issuestatuscountstypeclosed"></a>`closed` | [`Int`](#int) | Number of issues with status CLOSED for the project. |
+| <a id="issuestatuscountstypeopened"></a>`opened` | [`Int`](#int) | Number of issues with status OPENED for the project. |
+
+### `Iteration`
+
+Represents an iteration object.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="iterationcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of iteration creation. |
+| <a id="iterationdescription"></a>`description` | [`String`](#string) | Description of the iteration. |
+| <a id="iterationdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="iterationduedate"></a>`dueDate` | [`Time`](#time) | Timestamp of the iteration due date. |
+| <a id="iterationid"></a>`id` | [`ID!`](#id) | ID of the iteration. |
+| <a id="iterationiid"></a>`iid` | [`ID!`](#id) | Internal ID of the iteration. |
+| <a id="iterationiterationcadence"></a>`iterationCadence` | [`IterationCadence!`](#iterationcadence) | Cadence of the iteration. |
+| <a id="iterationreport"></a>`report` | [`TimeboxReport`](#timeboxreport) | Historically accurate report about the timebox. |
+| <a id="iterationscopedpath"></a>`scopedPath` | [`String`](#string) | Web path of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts. |
+| <a id="iterationscopedurl"></a>`scopedUrl` | [`String`](#string) | Web URL of the iteration, scoped to the query parent. Only valid for Project parents. Returns null in other contexts. |
+| <a id="iterationstartdate"></a>`startDate` | [`Time`](#time) | Timestamp of the iteration start date. |
+| <a id="iterationstate"></a>`state` | [`IterationState!`](#iterationstate) | State of the iteration. |
+| <a id="iterationtitle"></a>`title` | [`String!`](#string) | Title of the iteration. |
+| <a id="iterationupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of last iteration update. |
+| <a id="iterationwebpath"></a>`webPath` | [`String!`](#string) | Web path of the iteration. |
+| <a id="iterationweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the iteration. |
+
+### `IterationCadence`
+
+Represents an iteration cadence.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="iterationcadenceactive"></a>`active` | [`Boolean`](#boolean) | Whether the iteration cadence is active. |
+| <a id="iterationcadenceautomatic"></a>`automatic` | [`Boolean`](#boolean) | Whether the iteration cadence should automatically generate future iterations. |
+| <a id="iterationcadencedurationinweeks"></a>`durationInWeeks` | [`Int`](#int) | Duration in weeks of the iterations within this cadence. |
+| <a id="iterationcadenceid"></a>`id` | [`IterationsCadenceID!`](#iterationscadenceid) | Global ID of the iteration cadence. |
+| <a id="iterationcadenceiterationsinadvance"></a>`iterationsInAdvance` | [`Int`](#int) | Future iterations to be created when iteration cadence is set to automatic. |
+| <a id="iterationcadencestartdate"></a>`startDate` | [`Time`](#time) | Timestamp of the iteration cadence start date. |
+| <a id="iterationcadencetitle"></a>`title` | [`String!`](#string) | Title of the iteration cadence. |
+
+### `JiraImport`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraimportcreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp of when the Jira import was created. |
+| <a id="jiraimportfailedtoimportcount"></a>`failedToImportCount` | [`Int!`](#int) | Count of issues that failed to import. |
+| <a id="jiraimportimportedissuescount"></a>`importedIssuesCount` | [`Int!`](#int) | Count of issues that were successfully imported. |
+| <a id="jiraimportjiraprojectkey"></a>`jiraProjectKey` | [`String!`](#string) | Project key for the imported Jira project. |
+| <a id="jiraimportscheduledat"></a>`scheduledAt` | [`Time`](#time) | Timestamp of when the Jira import was scheduled. |
+| <a id="jiraimportscheduledby"></a>`scheduledBy` | [`User`](#user) | User that started the Jira import. |
+| <a id="jiraimporttotalissuecount"></a>`totalIssueCount` | [`Int!`](#int) | Total count of issues that were attempted to import. |
+
+### `JiraProject`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraprojectkey"></a>`key` | [`String!`](#string) | Key of the Jira project. |
+| <a id="jiraprojectname"></a>`name` | [`String`](#string) | Name of the Jira project. |
+| <a id="jiraprojectprojectid"></a>`projectId` | [`Int!`](#int) | ID of the Jira project. |
+
+### `JiraService`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraserviceactive"></a>`active` | [`Boolean`](#boolean) | Indicates if the service is active. |
+| <a id="jiraservicetype"></a>`type` | [`String`](#string) | Class name of the service. |
+
+#### Fields with arguments
+
+##### `JiraService.projects`
+
+List of all Jira projects fetched through Jira REST API.
+
+Returns [`JiraProjectConnection`](#jiraprojectconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jiraserviceprojectsname"></a>`name` | [`String`](#string) | Project name or key. |
+
+### `JiraUser`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jirausergitlabid"></a>`gitlabId` | [`Int`](#int) | ID of the matched GitLab user. |
+| <a id="jirausergitlabname"></a>`gitlabName` | [`String`](#string) | Name of the matched GitLab user. |
+| <a id="jirausergitlabusername"></a>`gitlabUsername` | [`String`](#string) | Username of the matched GitLab user. |
+| <a id="jirauserjiraaccountid"></a>`jiraAccountId` | [`String!`](#string) | Account ID of the Jira user. |
+| <a id="jirauserjiradisplayname"></a>`jiraDisplayName` | [`String!`](#string) | Display name of the Jira user. |
+| <a id="jirauserjiraemail"></a>`jiraEmail` | [`String`](#string) | Email of the Jira user, returned only for users with public emails. |
+
+### `Label`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="labelcolor"></a>`color` | [`String!`](#string) | Background color of the label. |
+| <a id="labelcreatedat"></a>`createdAt` | [`Time!`](#time) | When this label was created. |
+| <a id="labeldescription"></a>`description` | [`String`](#string) | Description of the label (Markdown rendered as HTML for caching). |
+| <a id="labeldescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="labelid"></a>`id` | [`ID!`](#id) | Label ID. |
+| <a id="labeltextcolor"></a>`textColor` | [`String!`](#string) | Text color of the label. |
+| <a id="labeltitle"></a>`title` | [`String!`](#string) | Content of the label. |
+| <a id="labelupdatedat"></a>`updatedAt` | [`Time!`](#time) | When this label was last updated. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[MemberInterfaceEdge]`](#memberinterfaceedge) | A list of edges. |
-| `nodes` | [`[MemberInterface]`](#memberinterface) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+### `LicenseHistoryEntry`
-### `MemberInterfaceEdge`
+Represents an entry from the Cloud License history.
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`MemberInterface`](#memberinterface) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="licensehistoryentryactivatedat"></a>`activatedAt` | [`Date`](#date) | Date when the license was activated. |
+| <a id="licensehistoryentrycompany"></a>`company` | [`String`](#string) | Company of the licensee. |
+| <a id="licensehistoryentryemail"></a>`email` | [`String`](#string) | Email of the licensee. |
+| <a id="licensehistoryentryexpiresat"></a>`expiresAt` | [`Date`](#date) | Date when the license expires. |
+| <a id="licensehistoryentryid"></a>`id` | [`ID!`](#id) | ID of the license. |
+| <a id="licensehistoryentryname"></a>`name` | [`String`](#string) | Name of the licensee. |
+| <a id="licensehistoryentryplan"></a>`plan` | [`String!`](#string) | Name of the subscription plan. |
+| <a id="licensehistoryentrystartsat"></a>`startsAt` | [`Date`](#date) | Date when the license started. |
+| <a id="licensehistoryentrytype"></a>`type` | [`String!`](#string) | Type of the license. |
+| <a id="licensehistoryentryusersinlicensecount"></a>`usersInLicenseCount` | [`Int`](#int) | Number of paid users in the license. |
### `MergeRequest`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `allowCollaboration` | [`Boolean`](#boolean) | Indicates if members of the target project can push to the fork. |
-| `approvalsLeft` | [`Int`](#int) | Number of approvals left. |
-| `approvalsRequired` | [`Int`](#int) | Number of approvals required. |
-| `approved` | [`Boolean!`](#boolean) | Indicates if the merge request has all the required approvals. Returns true if no required approvals are configured. |
-| `approvedBy` | [`UserConnection`](#userconnection) | Users who approved the merge request. |
-| `assignees` | [`UserConnection`](#userconnection) | Assignees of the merge request. |
-| `author` | [`User`](#user) | User who created this merge request. |
-| `autoMergeEnabled` | [`Boolean!`](#boolean) | Indicates if auto merge is enabled for the merge request. |
-| `autoMergeStrategy` | [`String`](#string) | Selected auto merge strategy. |
-| `availableAutoMergeStrategies` | [`[String!]`](#string) | Array of available auto merge strategies. |
-| `commitCount` | [`Int`](#int) | Number of commits in the merge request. |
-| `commitsWithoutMergeCommits` | [`CommitConnection`](#commitconnection) | Merge request commits excluding merge commits. |
-| `conflicts` | [`Boolean!`](#boolean) | Indicates if the merge request has conflicts. |
-| `createdAt` | [`Time!`](#time) | Timestamp of when the merge request was created. |
-| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
-| `defaultMergeCommitMessage` | [`String`](#string) | Default merge commit message of the merge request. |
-| `defaultMergeCommitMessageWithDescription` | [`String`](#string) | Default merge commit message of the merge request with description. |
-| `defaultSquashCommitMessage` | [`String`](#string) | Default squash commit message of the merge request. |
-| `description` | [`String`](#string) | Description of the merge request (Markdown rendered as HTML for caching). |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `diffHeadSha` | [`String`](#string) | Diff head SHA of the merge request. |
-| `diffRefs` | [`DiffRefs`](#diffrefs) | References of the base SHA, the head SHA, and the start SHA for this merge request. |
-| `diffStats` | [`[DiffStats!]`](#diffstats) | Details about which files were changed in this merge request. |
-| `diffStatsSummary` | [`DiffStatsSummary`](#diffstatssummary) | Summary of which files were changed in this merge request. |
-| `discussionLocked` | [`Boolean!`](#boolean) | Indicates if comments on the merge request are locked to members only. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `divergedFromTargetBranch` | [`Boolean!`](#boolean) | Indicates if the source branch is behind the target branch. |
-| `downvotes` | [`Int!`](#int) | Number of downvotes for the merge request. |
-| `forceRemoveSourceBranch` | [`Boolean`](#boolean) | Indicates if the project settings will lead to source branch deletion after merge. |
-| `hasCi` | [`Boolean!`](#boolean) | Indicates if the merge request has CI. |
-| `hasSecurityReports` | [`Boolean!`](#boolean) | Indicates if the source branch has any security reports. |
-| `headPipeline` | [`Pipeline`](#pipeline) | The pipeline running on the branch HEAD of the merge request. |
-| `id` | [`ID!`](#id) | ID of the merge request. |
-| `iid` | [`String!`](#string) | Internal ID of the merge request. |
-| `inProgressMergeCommitSha` | [`String`](#string) | Commit SHA of the merge request if merge is in progress. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels of the merge request. |
-| `mergeCommitSha` | [`String`](#string) | SHA of the merge request commit (set once merged). |
-| `mergeError` | [`String`](#string) | Error message due to a merge error. |
-| `mergeOngoing` | [`Boolean!`](#boolean) | Indicates if a merge is currently occurring. |
-| `mergeStatus` | [`String`](#string) | Status of the merge request. |
-| `mergeTrainsCount` | [`Int`](#int) | Number of merge requests in the merge train. |
-| `mergeUser` | [`User`](#user) | User who merged this merge request. |
-| `mergeWhenPipelineSucceeds` | [`Boolean`](#boolean) | Indicates if the merge has been set to be merged when its pipeline succeeds (MWPS). |
-| `mergeable` | [`Boolean!`](#boolean) | Indicates if the merge request is mergeable. |
-| `mergeableDiscussionsState` | [`Boolean`](#boolean) | Indicates if all discussions in the merge request have been resolved, allowing the merge request to be merged. |
-| `mergedAt` | [`Time`](#time) | Timestamp of when the merge request was merged, null if not merged. |
-| `milestone` | [`Milestone`](#milestone) | The milestone of the merge request. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `participants` | [`UserConnection`](#userconnection) | Participants in the merge request. This includes the author, assignees, reviewers, and users mentioned in notes. |
-| `pipelines` | [`PipelineConnection`](#pipelineconnection) | Pipelines for the merge request. Note: for performance reasons, no more than the most recent 500 pipelines will be returned. |
-| `project` | [`Project!`](#project) | Alias for target_project. |
-| `projectId` | [`Int!`](#int) | ID of the merge request project. |
-| `rebaseCommitSha` | [`String`](#string) | Rebase commit SHA of the merge request. |
-| `rebaseInProgress` | [`Boolean!`](#boolean) | Indicates if there is a rebase currently in progress for the merge request. |
-| `reference` | [`String!`](#string) | Internal reference of the merge request. Returned in shortened format by default. |
-| `reviewers` | [`MergeRequestReviewerConnection`](#mergerequestreviewerconnection) | Users from whom a review has been requested. |
-| `securityAutoFix` | [`Boolean`](#boolean) | Indicates if the merge request is created by @GitLab-Security-Bot. |
-| `securityReportsUpToDateOnTargetBranch` | [`Boolean!`](#boolean) | Indicates if the target branch security reports are out of date. |
-| `shouldBeRebased` | [`Boolean!`](#boolean) | Indicates if the merge request will be rebased. |
-| `shouldRemoveSourceBranch` | [`Boolean`](#boolean) | Indicates if the source branch of the merge request will be deleted after merge. |
-| `sourceBranch` | [`String!`](#string) | Source branch of the merge request. |
-| `sourceBranchExists` | [`Boolean!`](#boolean) | Indicates if the source branch of the merge request exists. |
-| `sourceBranchProtected` | [`Boolean!`](#boolean) | Indicates if the source branch is protected. |
-| `sourceProject` | [`Project`](#project) | Source project of the merge request. |
-| `sourceProjectId` | [`Int`](#int) | ID of the merge request source project. |
-| `squash` | [`Boolean!`](#boolean) | Indicates if squash on merge is enabled. |
-| `squashOnMerge` | [`Boolean!`](#boolean) | Indicates if squash on merge is enabled. |
-| `state` | [`MergeRequestState!`](#mergerequeststate) | State of the merge request. |
-| `subscribed` | [`Boolean!`](#boolean) | Indicates if the currently logged in user is subscribed to this merge request. |
-| `targetBranch` | [`String!`](#string) | Target branch of the merge request. |
-| `targetBranchExists` | [`Boolean!`](#boolean) | Indicates if the target branch of the merge request exists. |
-| `targetProject` | [`Project!`](#project) | Target project of the merge request. |
-| `targetProjectId` | [`Int!`](#int) | ID of the merge request target project. |
-| `taskCompletionStatus` | [`TaskCompletionStatus!`](#taskcompletionstatus) | Completion status of tasks. |
-| `timeEstimate` | [`Int!`](#int) | Time estimate of the merge request. |
-| `timelogs` | [`TimelogConnection!`](#timelogconnection) | Timelogs on the merge request. |
-| `title` | [`String!`](#string) | Title of the merge request. |
-| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
-| `totalTimeSpent` | [`Int!`](#int) | Total time reported as spent on the merge request. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of when the merge request was last updated. |
-| `upvotes` | [`Int!`](#int) | Number of upvotes for the merge request. |
-| `userDiscussionsCount` | [`Int`](#int) | Number of user discussions in the merge request. |
-| `userNotesCount` | [`Int`](#int) | User notes count of the merge request. |
-| `userPermissions` | [`MergeRequestPermissions!`](#mergerequestpermissions) | Permissions for the current user on the resource. |
-| `webUrl` | [`String`](#string) | Web URL of the merge request. |
-| `workInProgress` | [`Boolean!`](#boolean) | Indicates if the merge request is a draft. |
-
-### `MergeRequestAcceptPayload`
-
-Autogenerated return type of MergeRequestAccept.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
-
-### `MergeRequestConnection`
-
-The connection type for MergeRequest.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[MergeRequestEdge]`](#mergerequestedge) | A list of edges. |
-| `nodes` | [`[MergeRequest]`](#mergerequest) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-| `totalTimeToMerge` | [`Float`](#float) | Total sum of time to merge, in seconds, for the collection of merge requests. |
-
-### `MergeRequestCreatePayload`
-
-Autogenerated return type of MergeRequestCreate.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+#### Fields
-### `MergeRequestDiffRegistry`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestallowcollaboration"></a>`allowCollaboration` | [`Boolean`](#boolean) | Indicates if members of the target project can push to the fork. |
+| <a id="mergerequestapprovalsleft"></a>`approvalsLeft` | [`Int`](#int) | Number of approvals left. |
+| <a id="mergerequestapprovalsrequired"></a>`approvalsRequired` | [`Int`](#int) | Number of approvals required. |
+| <a id="mergerequestapproved"></a>`approved` | [`Boolean!`](#boolean) | Indicates if the merge request has all the required approvals. Returns true if no required approvals are configured. |
+| <a id="mergerequestapprovedby"></a>`approvedBy` | [`UserConnection`](#userconnection) | Users who approved the merge request. |
+| <a id="mergerequestassignees"></a>`assignees` | [`UserConnection`](#userconnection) | Assignees of the merge request. |
+| <a id="mergerequestauthor"></a>`author` | [`User`](#user) | User who created this merge request. |
+| <a id="mergerequestautomergeenabled"></a>`autoMergeEnabled` | [`Boolean!`](#boolean) | Indicates if auto merge is enabled for the merge request. |
+| <a id="mergerequestautomergestrategy"></a>`autoMergeStrategy` | [`String`](#string) | Selected auto merge strategy. |
+| <a id="mergerequestavailableautomergestrategies"></a>`availableAutoMergeStrategies` | [`[String!]`](#string) | Array of available auto merge strategies. |
+| <a id="mergerequestcommitcount"></a>`commitCount` | [`Int`](#int) | Number of commits in the merge request. |
+| <a id="mergerequestcommitswithoutmergecommits"></a>`commitsWithoutMergeCommits` | [`CommitConnection`](#commitconnection) | Merge request commits excluding merge commits. |
+| <a id="mergerequestconflicts"></a>`conflicts` | [`Boolean!`](#boolean) | Indicates if the merge request has conflicts. |
+| <a id="mergerequestcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of when the merge request was created. |
+| <a id="mergerequestdefaultmergecommitmessage"></a>`defaultMergeCommitMessage` | [`String`](#string) | Default merge commit message of the merge request. |
+| <a id="mergerequestdefaultmergecommitmessagewithdescription"></a>`defaultMergeCommitMessageWithDescription` | [`String`](#string) | Default merge commit message of the merge request with description. |
+| <a id="mergerequestdefaultsquashcommitmessage"></a>`defaultSquashCommitMessage` | [`String`](#string) | Default squash commit message of the merge request. |
+| <a id="mergerequestdescription"></a>`description` | [`String`](#string) | Description of the merge request (Markdown rendered as HTML for caching). |
+| <a id="mergerequestdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="mergerequestdiffheadsha"></a>`diffHeadSha` | [`String`](#string) | Diff head SHA of the merge request. |
+| <a id="mergerequestdiffrefs"></a>`diffRefs` | [`DiffRefs`](#diffrefs) | References of the base SHA, the head SHA, and the start SHA for this merge request. |
+| <a id="mergerequestdiffstatssummary"></a>`diffStatsSummary` | [`DiffStatsSummary`](#diffstatssummary) | Summary of which files were changed in this merge request. |
+| <a id="mergerequestdiscussionlocked"></a>`discussionLocked` | [`Boolean!`](#boolean) | Indicates if comments on the merge request are locked to members only. |
+| <a id="mergerequestdiscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="mergerequestdivergedfromtargetbranch"></a>`divergedFromTargetBranch` | [`Boolean!`](#boolean) | Indicates if the source branch is behind the target branch. |
+| <a id="mergerequestdownvotes"></a>`downvotes` | [`Int!`](#int) | Number of downvotes for the merge request. |
+| <a id="mergerequestforceremovesourcebranch"></a>`forceRemoveSourceBranch` | [`Boolean`](#boolean) | Indicates if the project settings will lead to source branch deletion after merge. |
+| <a id="mergerequesthasci"></a>`hasCi` | [`Boolean!`](#boolean) | Indicates if the merge request has CI. |
+| <a id="mergerequesthassecurityreports"></a>`hasSecurityReports` | [`Boolean!`](#boolean) | Indicates if the source branch has any security reports. |
+| <a id="mergerequestheadpipeline"></a>`headPipeline` | [`Pipeline`](#pipeline) | The pipeline running on the branch HEAD of the merge request. |
+| <a id="mergerequestid"></a>`id` | [`ID!`](#id) | ID of the merge request. |
+| <a id="mergerequestiid"></a>`iid` | [`String!`](#string) | Internal ID of the merge request. |
+| <a id="mergerequestinprogressmergecommitsha"></a>`inProgressMergeCommitSha` | [`String`](#string) | Commit SHA of the merge request if merge is in progress. |
+| <a id="mergerequestlabels"></a>`labels` | [`LabelConnection`](#labelconnection) | Labels of the merge request. |
+| <a id="mergerequestmergecommitsha"></a>`mergeCommitSha` | [`String`](#string) | SHA of the merge request commit (set once merged). |
+| <a id="mergerequestmergeerror"></a>`mergeError` | [`String`](#string) | Error message due to a merge error. |
+| <a id="mergerequestmergeongoing"></a>`mergeOngoing` | [`Boolean!`](#boolean) | Indicates if a merge is currently occurring. |
+| <a id="mergerequestmergestatus"></a>`mergeStatus` | [`String`](#string) | Status of the merge request. |
+| <a id="mergerequestmergetrainscount"></a>`mergeTrainsCount` | [`Int`](#int) | Number of merge requests in the merge train. |
+| <a id="mergerequestmergeuser"></a>`mergeUser` | [`User`](#user) | User who merged this merge request. |
+| <a id="mergerequestmergewhenpipelinesucceeds"></a>`mergeWhenPipelineSucceeds` | [`Boolean`](#boolean) | Indicates if the merge has been set to be merged when its pipeline succeeds (MWPS). |
+| <a id="mergerequestmergeable"></a>`mergeable` | [`Boolean!`](#boolean) | Indicates if the merge request is mergeable. |
+| <a id="mergerequestmergeablediscussionsstate"></a>`mergeableDiscussionsState` | [`Boolean`](#boolean) | Indicates if all discussions in the merge request have been resolved, allowing the merge request to be merged. |
+| <a id="mergerequestmergedat"></a>`mergedAt` | [`Time`](#time) | Timestamp of when the merge request was merged, null if not merged. |
+| <a id="mergerequestmilestone"></a>`milestone` | [`Milestone`](#milestone) | The milestone of the merge request. |
+| <a id="mergerequestnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="mergerequestparticipants"></a>`participants` | [`UserConnection`](#userconnection) | Participants in the merge request. This includes the author, assignees, reviewers, and users mentioned in notes. |
+| <a id="mergerequestproject"></a>`project` | [`Project!`](#project) | Alias for target_project. |
+| <a id="mergerequestprojectid"></a>`projectId` | [`Int!`](#int) | ID of the merge request project. |
+| <a id="mergerequestrebasecommitsha"></a>`rebaseCommitSha` | [`String`](#string) | Rebase commit SHA of the merge request. |
+| <a id="mergerequestrebaseinprogress"></a>`rebaseInProgress` | [`Boolean!`](#boolean) | Indicates if there is a rebase currently in progress for the merge request. |
+| <a id="mergerequestreviewers"></a>`reviewers` | [`MergeRequestReviewerConnection`](#mergerequestreviewerconnection) | Users from whom a review has been requested. |
+| <a id="mergerequestsecurityautofix"></a>`securityAutoFix` | [`Boolean`](#boolean) | Indicates if the merge request is created by @GitLab-Security-Bot. |
+| <a id="mergerequestsecurityreportsuptodateontargetbranch"></a>`securityReportsUpToDateOnTargetBranch` | [`Boolean!`](#boolean) | Indicates if the target branch security reports are out of date. |
+| <a id="mergerequestshouldberebased"></a>`shouldBeRebased` | [`Boolean!`](#boolean) | Indicates if the merge request will be rebased. |
+| <a id="mergerequestshouldremovesourcebranch"></a>`shouldRemoveSourceBranch` | [`Boolean`](#boolean) | Indicates if the source branch of the merge request will be deleted after merge. |
+| <a id="mergerequestsourcebranch"></a>`sourceBranch` | [`String!`](#string) | Source branch of the merge request. |
+| <a id="mergerequestsourcebranchexists"></a>`sourceBranchExists` | [`Boolean!`](#boolean) | Indicates if the source branch of the merge request exists. |
+| <a id="mergerequestsourcebranchprotected"></a>`sourceBranchProtected` | [`Boolean!`](#boolean) | Indicates if the source branch is protected. |
+| <a id="mergerequestsourceproject"></a>`sourceProject` | [`Project`](#project) | Source project of the merge request. |
+| <a id="mergerequestsourceprojectid"></a>`sourceProjectId` | [`Int`](#int) | ID of the merge request source project. |
+| <a id="mergerequestsquash"></a>`squash` | [`Boolean!`](#boolean) | Indicates if squash on merge is enabled. |
+| <a id="mergerequestsquashonmerge"></a>`squashOnMerge` | [`Boolean!`](#boolean) | Indicates if squash on merge is enabled. |
+| <a id="mergerequeststate"></a>`state` | [`MergeRequestState!`](#mergerequeststate) | State of the merge request. |
+| <a id="mergerequestsubscribed"></a>`subscribed` | [`Boolean!`](#boolean) | Indicates if the currently logged in user is subscribed to this merge request. |
+| <a id="mergerequesttargetbranch"></a>`targetBranch` | [`String!`](#string) | Target branch of the merge request. |
+| <a id="mergerequesttargetbranchexists"></a>`targetBranchExists` | [`Boolean!`](#boolean) | Indicates if the target branch of the merge request exists. |
+| <a id="mergerequesttargetproject"></a>`targetProject` | [`Project!`](#project) | Target project of the merge request. |
+| <a id="mergerequesttargetprojectid"></a>`targetProjectId` | [`Int!`](#int) | ID of the merge request target project. |
+| <a id="mergerequesttaskcompletionstatus"></a>`taskCompletionStatus` | [`TaskCompletionStatus!`](#taskcompletionstatus) | Completion status of tasks. |
+| <a id="mergerequesttimeestimate"></a>`timeEstimate` | [`Int!`](#int) | Time estimate of the merge request. |
+| <a id="mergerequesttimelogs"></a>`timelogs` | [`TimelogConnection!`](#timelogconnection) | Timelogs on the merge request. |
+| <a id="mergerequesttitle"></a>`title` | [`String!`](#string) | Title of the merge request. |
+| <a id="mergerequesttitlehtml"></a>`titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
+| <a id="mergerequesttotaltimespent"></a>`totalTimeSpent` | [`Int!`](#int) | Total time reported as spent on the merge request. |
+| <a id="mergerequestupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of when the merge request was last updated. |
+| <a id="mergerequestupvotes"></a>`upvotes` | [`Int!`](#int) | Number of upvotes for the merge request. |
+| <a id="mergerequestuserdiscussionscount"></a>`userDiscussionsCount` | [`Int`](#int) | Number of user discussions in the merge request. |
+| <a id="mergerequestusernotescount"></a>`userNotesCount` | [`Int`](#int) | User notes count of the merge request. |
+| <a id="mergerequestuserpermissions"></a>`userPermissions` | [`MergeRequestPermissions!`](#mergerequestpermissions) | Permissions for the current user on the resource. |
+| <a id="mergerequestweburl"></a>`webUrl` | [`String`](#string) | Web URL of the merge request. |
+| <a id="mergerequestworkinprogress"></a>`workInProgress` | [`Boolean!`](#boolean) | Indicates if the merge request is a draft. |
+
+#### Fields with arguments
+
+##### `MergeRequest.currentUserTodos`
+
+To-do items for the current user.
+
+Returns [`TodoConnection!`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-Represents the Geo sync and verification state of a Merge Request diff.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestcurrentusertodosstate"></a>`state` | [`TodoStateEnum`](#todostateenum) | State of the to-do items. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp when the MergeRequestDiffRegistry was created. |
-| `id` | [`ID!`](#id) | ID of the MergeRequestDiffRegistry. |
-| `lastSyncFailure` | [`String`](#string) | Error message during sync of the MergeRequestDiffRegistry. |
-| `lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the MergeRequestDiffRegistry. |
-| `mergeRequestDiffId` | [`ID!`](#id) | ID of the Merge Request diff. |
-| `retryAt` | [`Time`](#time) | Timestamp after which the MergeRequestDiffRegistry should be resynced. |
-| `retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the MergeRequestDiffRegistry. |
-| `state` | [`RegistryState`](#registrystate) | Sync state of the MergeRequestDiffRegistry. |
+##### `MergeRequest.diffStats`
-### `MergeRequestDiffRegistryConnection`
+Details about which files were changed in this merge request.
-The connection type for MergeRequestDiffRegistry.
+Returns [`[DiffStats!]`](#diffstats).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[MergeRequestDiffRegistryEdge]`](#mergerequestdiffregistryedge) | A list of edges. |
-| `nodes` | [`[MergeRequestDiffRegistry]`](#mergerequestdiffregistry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+###### Arguments
-### `MergeRequestDiffRegistryEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestdiffstatspath"></a>`path` | [`String`](#string) | A specific file-path. |
-An edge in a connection.
+##### `MergeRequest.pipelines`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`MergeRequestDiffRegistry`](#mergerequestdiffregistry) | The item at the end of the edge. |
+Pipelines for the merge request. Note: for performance reasons, no more than the most recent 500 pipelines will be returned.
-### `MergeRequestEdge`
+Returns [`PipelineConnection`](#pipelineconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`MergeRequest`](#mergerequest) | The item at the end of the edge. |
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestpipelinesref"></a>`ref` | [`String`](#string) | Filter pipelines by the ref they are run for. |
+| <a id="mergerequestpipelinessha"></a>`sha` | [`String`](#string) | Filter pipelines by the sha of the commit they are run for. |
+| <a id="mergerequestpipelinesstatus"></a>`status` | [`PipelineStatusEnum`](#pipelinestatusenum) | Filter pipelines by their status. |
+
+##### `MergeRequest.reference`
+
+Internal reference of the merge request. Returned in shortened format by default.
+
+Returns [`String!`](#string).
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreferencefull"></a>`full` | [`Boolean`](#boolean) | Boolean option specifying whether the reference should be returned in full. |
+
+### `MergeRequestDiffRegistry`
+
+Represents the Geo sync and verification state of a Merge Request diff.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestdiffregistrycreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the MergeRequestDiffRegistry was created. |
+| <a id="mergerequestdiffregistryid"></a>`id` | [`ID!`](#id) | ID of the MergeRequestDiffRegistry. |
+| <a id="mergerequestdiffregistrylastsyncfailure"></a>`lastSyncFailure` | [`String`](#string) | Error message during sync of the MergeRequestDiffRegistry. |
+| <a id="mergerequestdiffregistrylastsyncedat"></a>`lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the MergeRequestDiffRegistry. |
+| <a id="mergerequestdiffregistrymergerequestdiffid"></a>`mergeRequestDiffId` | [`ID!`](#id) | ID of the Merge Request diff. |
+| <a id="mergerequestdiffregistryretryat"></a>`retryAt` | [`Time`](#time) | Timestamp after which the MergeRequestDiffRegistry should be resynced. |
+| <a id="mergerequestdiffregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the MergeRequestDiffRegistry. |
+| <a id="mergerequestdiffregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the MergeRequestDiffRegistry. |
### `MergeRequestPermissions`
Check permissions for the current user on a merge request.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_merge_request` on this resource. |
-| `canMerge` | [`Boolean!`](#boolean) | Indicates the user can perform `can_merge` on this resource. |
-| `cherryPickOnCurrentMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `cherry_pick_on_current_merge_request` on this resource. |
-| `createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
-| `pushToSourceBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `push_to_source_branch` on this resource. |
-| `readMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `read_merge_request` on this resource. |
-| `removeSourceBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_source_branch` on this resource. |
-| `revertOnCurrentMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `revert_on_current_merge_request` on this resource. |
-| `updateMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `update_merge_request` on this resource. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestpermissionsadminmergerequest"></a>`adminMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_merge_request` on this resource. |
+| <a id="mergerequestpermissionscanmerge"></a>`canMerge` | [`Boolean!`](#boolean) | Indicates the user can perform `can_merge` on this resource. |
+| <a id="mergerequestpermissionscherrypickoncurrentmergerequest"></a>`cherryPickOnCurrentMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `cherry_pick_on_current_merge_request` on this resource. |
+| <a id="mergerequestpermissionscreatenote"></a>`createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
+| <a id="mergerequestpermissionspushtosourcebranch"></a>`pushToSourceBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `push_to_source_branch` on this resource. |
+| <a id="mergerequestpermissionsreadmergerequest"></a>`readMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `read_merge_request` on this resource. |
+| <a id="mergerequestpermissionsremovesourcebranch"></a>`removeSourceBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_source_branch` on this resource. |
+| <a id="mergerequestpermissionsrevertoncurrentmergerequest"></a>`revertOnCurrentMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `revert_on_current_merge_request` on this resource. |
+| <a id="mergerequestpermissionsupdatemergerequest"></a>`updateMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `update_merge_request` on this resource. |
### `MergeRequestReviewer`
A user from whom a merge request review has been requested.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `assignedMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests assigned to the user. |
-| `authoredMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests authored by the user. |
-| `avatarUrl` | [`String`](#string) | URL of the user's avatar. |
-| `bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
-| `callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. |
-| `email` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: `User.publicEmail`. |
-| `groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
-| `groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. |
-| `id` | [`ID!`](#id) | ID of the user. |
-| `location` | [`String`](#string) | The location of the user. |
-| `mergeRequestInteraction` | [`UserMergeRequestInteraction`](#usermergerequestinteraction) | Details of this user's interactions with the merge request. |
-| `name` | [`String!`](#string) | Human-readable name of the user. |
-| `projectMemberships` | [`ProjectMemberConnection`](#projectmemberconnection) | Project memberships of the user. |
-| `publicEmail` | [`String`](#string) | User's public email. |
-| `reviewRequestedMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests assigned to the user for review. |
-| `snippets` | [`SnippetConnection`](#snippetconnection) | Snippets authored by the user. |
-| `starredProjects` | [`ProjectConnection`](#projectconnection) | Projects starred by the user. |
-| `state` | [`UserState!`](#userstate) | State of the user. |
-| `status` | [`UserStatus`](#userstatus) | User status. |
-| `todos` | [`TodoConnection`](#todoconnection) | To-do items of the user. |
-| `userPermissions` | [`UserPermissions!`](#userpermissions) | Permissions for the current user on the resource. |
-| `username` | [`String!`](#string) | Username of the user. Unique within this instance of GitLab. |
-| `webPath` | [`String!`](#string) | Web path of the user. |
-| `webUrl` | [`String!`](#string) | Web URL of the user. |
+#### Fields
-### `MergeRequestReviewerConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestrevieweravatarurl"></a>`avatarUrl` | [`String`](#string) | URL of the user's avatar. |
+| <a id="mergerequestreviewerbot"></a>`bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
+| <a id="mergerequestreviewercallouts"></a>`callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. |
+| <a id="mergerequestrevieweremail"></a>`email` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: [`User.publicEmail`](#userpublicemail). |
+| <a id="mergerequestreviewergroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
+| <a id="mergerequestreviewergroupmemberships"></a>`groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. |
+| <a id="mergerequestreviewerid"></a>`id` | [`ID!`](#id) | ID of the user. |
+| <a id="mergerequestreviewerlocation"></a>`location` | [`String`](#string) | The location of the user. |
+| <a id="mergerequestreviewermergerequestinteraction"></a>`mergeRequestInteraction` | [`UserMergeRequestInteraction`](#usermergerequestinteraction) | Details of this user's interactions with the merge request. |
+| <a id="mergerequestreviewername"></a>`name` | [`String!`](#string) | Human-readable name of the user. |
+| <a id="mergerequestreviewerprojectmemberships"></a>`projectMemberships` | [`ProjectMemberConnection`](#projectmemberconnection) | Project memberships of the user. |
+| <a id="mergerequestreviewerpublicemail"></a>`publicEmail` | [`String`](#string) | User's public email. |
+| <a id="mergerequestreviewerstate"></a>`state` | [`UserState!`](#userstate) | State of the user. |
+| <a id="mergerequestreviewerstatus"></a>`status` | [`UserStatus`](#userstatus) | User status. |
+| <a id="mergerequestrevieweruserpermissions"></a>`userPermissions` | [`UserPermissions!`](#userpermissions) | Permissions for the current user on the resource. |
+| <a id="mergerequestreviewerusername"></a>`username` | [`String!`](#string) | Username of the user. Unique within this instance of GitLab. |
+| <a id="mergerequestreviewerwebpath"></a>`webPath` | [`String!`](#string) | Web path of the user. |
+| <a id="mergerequestreviewerweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the user. |
+
+#### Fields with arguments
+
+##### `MergeRequestReviewer.assignedMergeRequests`
+
+Merge requests assigned to the user.
+
+Returns [`MergeRequestConnection`](#mergerequestconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-The connection type for MergeRequestReviewer.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreviewerassignedmergerequestsauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author. |
+| <a id="mergerequestreviewerassignedmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="mergerequestreviewerassignedmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="mergerequestreviewerassignedmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="mergerequestreviewerassignedmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="mergerequestreviewerassignedmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="mergerequestreviewerassignedmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="mergerequestreviewerassignedmergerequestsprojectid"></a>`projectId` | [`ProjectID`](#projectid) | The global ID of the project the authored merge requests should be in. Incompatible with projectPath. |
+| <a id="mergerequestreviewerassignedmergerequestsprojectpath"></a>`projectPath` | [`String`](#string) | The full-path of the project the authored merge requests should be in. Incompatible with projectId. |
+| <a id="mergerequestreviewerassignedmergerequestsreviewerusername"></a>`reviewerUsername` | [`String`](#string) | Username of the reviewer. |
+| <a id="mergerequestreviewerassignedmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="mergerequestreviewerassignedmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="mergerequestreviewerassignedmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="mergerequestreviewerassignedmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[MergeRequestReviewerEdge]`](#mergerequestrevieweredge) | A list of edges. |
-| `nodes` | [`[MergeRequestReviewer]`](#mergerequestreviewer) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### `MergeRequestReviewer.authoredMergeRequests`
-### `MergeRequestReviewerEdge`
+Merge requests authored by the user.
-An edge in a connection.
+Returns [`MergeRequestConnection`](#mergerequestconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`MergeRequestReviewer`](#mergerequestreviewer) | The item at the end of the edge. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `MergeRequestReviewerRereviewPayload`
+###### Arguments
-Autogenerated return type of MergeRequestReviewerRereview.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreviewerauthoredmergerequestsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of the assignee. |
+| <a id="mergerequestreviewerauthoredmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="mergerequestreviewerauthoredmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="mergerequestreviewerauthoredmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="mergerequestreviewerauthoredmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="mergerequestreviewerauthoredmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="mergerequestreviewerauthoredmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="mergerequestreviewerauthoredmergerequestsprojectid"></a>`projectId` | [`ProjectID`](#projectid) | The global ID of the project the authored merge requests should be in. Incompatible with projectPath. |
+| <a id="mergerequestreviewerauthoredmergerequestsprojectpath"></a>`projectPath` | [`String`](#string) | The full-path of the project the authored merge requests should be in. Incompatible with projectId. |
+| <a id="mergerequestreviewerauthoredmergerequestsreviewerusername"></a>`reviewerUsername` | [`String`](#string) | Username of the reviewer. |
+| <a id="mergerequestreviewerauthoredmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="mergerequestreviewerauthoredmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="mergerequestreviewerauthoredmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="mergerequestreviewerauthoredmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+##### `MergeRequestReviewer.reviewRequestedMergeRequests`
-### `MergeRequestSetAssigneesPayload`
+Merge requests assigned to the user for review.
-Autogenerated return type of MergeRequestSetAssignees.
+Returns [`MergeRequestConnection`](#mergerequestconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `MergeRequestSetLabelsPayload`
+###### Arguments
-Autogenerated return type of MergeRequestSetLabels.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of the assignee. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsprojectid"></a>`projectId` | [`ProjectID`](#projectid) | The global ID of the project the authored merge requests should be in. Incompatible with projectPath. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsprojectpath"></a>`projectPath` | [`String`](#string) | The full-path of the project the authored merge requests should be in. Incompatible with projectId. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="mergerequestreviewerreviewrequestedmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="mergerequestreviewerreviewrequestedmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
+
+##### `MergeRequestReviewer.snippets`
+
+Snippets authored by the user.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+Returns [`SnippetConnection`](#snippetconnection).
-### `MergeRequestSetLockedPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of MergeRequestSetLocked.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreviewersnippetsids"></a>`ids` | [`[SnippetID!]`](#snippetid) | Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`. |
+| <a id="mergerequestreviewersnippetstype"></a>`type` | [`TypeEnum`](#typeenum) | The type of snippet. |
+| <a id="mergerequestreviewersnippetsvisibility"></a>`visibility` | [`VisibilityScopesEnum`](#visibilityscopesenum) | The visibility of the snippet. |
-### `MergeRequestSetMilestonePayload`
+##### `MergeRequestReviewer.starredProjects`
-Autogenerated return type of MergeRequestSetMilestone.
+Projects starred by the user.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+Returns [`ProjectConnection`](#projectconnection).
-### `MergeRequestSetSubscriptionPayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of MergeRequestSetSubscription.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreviewerstarredprojectssearch"></a>`search` | [`String`](#string) | Search query. |
-### `MergeRequestSetWipPayload`
+##### `MergeRequestReviewer.todos`
-Autogenerated return type of MergeRequestSetWip.
+To-do items of the user.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+Returns [`TodoConnection`](#todoconnection).
-### `MergeRequestUpdatePayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of MergeRequestUpdate.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | The merge request after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestreviewertodosaction"></a>`action` | [`[TodoActionEnum!]`](#todoactionenum) | The action to be filtered. |
+| <a id="mergerequestreviewertodosauthorid"></a>`authorId` | [`[ID!]`](#id) | The ID of an author. |
+| <a id="mergerequestreviewertodosgroupid"></a>`groupId` | [`[ID!]`](#id) | The ID of a group. |
+| <a id="mergerequestreviewertodosprojectid"></a>`projectId` | [`[ID!]`](#id) | The ID of a project. |
+| <a id="mergerequestreviewertodosstate"></a>`state` | [`[TodoStateEnum!]`](#todostateenum) | The state of the todo. |
+| <a id="mergerequestreviewertodostype"></a>`type` | [`[TodoTargetEnum!]`](#todotargetenum) | The type of the todo. |
### `Metadata`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `revision` | [`String!`](#string) | Revision. |
-| `version` | [`String!`](#string) | Version. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="metadatarevision"></a>`revision` | [`String!`](#string) | Revision. |
+| <a id="metadataversion"></a>`version` | [`String!`](#string) | Version. |
### `MetricImage`
Represents a metric image upload.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `fileName` | [`String`](#string) | File name of the metric image. |
-| `filePath` | [`String`](#string) | File path of the metric image. |
-| `id` | [`ID!`](#id) | ID of the metric upload. |
-| `iid` | [`ID!`](#id) | Internal ID of the metric upload. |
-| `url` | [`String!`](#string) | URL of the metric source. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="metricimagefilename"></a>`fileName` | [`String`](#string) | File name of the metric image. |
+| <a id="metricimagefilepath"></a>`filePath` | [`String`](#string) | File path of the metric image. |
+| <a id="metricimageid"></a>`id` | [`ID!`](#id) | ID of the metric upload. |
+| <a id="metricimageiid"></a>`iid` | [`ID!`](#id) | Internal ID of the metric upload. |
+| <a id="metricimageurl"></a>`url` | [`String!`](#string) | URL of the metric source. |
### `MetricsDashboard`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `annotations` | [`MetricsDashboardAnnotationConnection`](#metricsdashboardannotationconnection) | Annotations added to the dashboard. |
-| `path` | [`String`](#string) | Path to a file with the dashboard definition. |
-| `schemaValidationWarnings` | [`[String!]`](#string) | Dashboard schema validation warnings. |
+#### Fields
-### `MetricsDashboardAnnotation`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="metricsdashboardpath"></a>`path` | [`String`](#string) | Path to a file with the dashboard definition. |
+| <a id="metricsdashboardschemavalidationwarnings"></a>`schemaValidationWarnings` | [`[String!]`](#string) | Dashboard schema validation warnings. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the annotation. |
-| `endingAt` | [`Time`](#time) | Timestamp marking end of annotated time span. |
-| `id` | [`ID!`](#id) | ID of the annotation. |
-| `panelId` | [`String`](#string) | ID of a dashboard panel to which the annotation should be scoped. |
-| `startingAt` | [`Time`](#time) | Timestamp marking start of annotated time span. |
+#### Fields with arguments
-### `MetricsDashboardAnnotationConnection`
+##### `MetricsDashboard.annotations`
-The connection type for MetricsDashboardAnnotation.
+Annotations added to the dashboard.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[MetricsDashboardAnnotationEdge]`](#metricsdashboardannotationedge) | A list of edges. |
-| `nodes` | [`[MetricsDashboardAnnotation]`](#metricsdashboardannotation) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Returns [`MetricsDashboardAnnotationConnection`](#metricsdashboardannotationconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="metricsdashboardannotationsfrom"></a>`from` | [`Time!`](#time) | Timestamp marking date and time from which annotations need to be fetched. |
+| <a id="metricsdashboardannotationsto"></a>`to` | [`Time`](#time) | Timestamp marking date and time to which annotations need to be fetched. |
-### `MetricsDashboardAnnotationEdge`
+### `MetricsDashboardAnnotation`
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`MetricsDashboardAnnotation`](#metricsdashboardannotation) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="metricsdashboardannotationdescription"></a>`description` | [`String`](#string) | Description of the annotation. |
+| <a id="metricsdashboardannotationendingat"></a>`endingAt` | [`Time`](#time) | Timestamp marking end of annotated time span. |
+| <a id="metricsdashboardannotationid"></a>`id` | [`ID!`](#id) | ID of the annotation. |
+| <a id="metricsdashboardannotationpanelid"></a>`panelId` | [`String`](#string) | ID of a dashboard panel to which the annotation should be scoped. |
+| <a id="metricsdashboardannotationstartingat"></a>`startingAt` | [`Time`](#time) | Timestamp marking start of annotated time span. |
### `Milestone`
Represents a milestone.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Timestamp of milestone creation. |
-| `description` | [`String`](#string) | Description of the milestone. |
-| `dueDate` | [`Time`](#time) | Timestamp of the milestone due date. |
-| `groupMilestone` | [`Boolean!`](#boolean) | Indicates if milestone is at group level. |
-| `id` | [`ID!`](#id) | ID of the milestone. |
-| `iid` | [`ID!`](#id) | Internal ID of the milestone. |
-| `projectMilestone` | [`Boolean!`](#boolean) | Indicates if milestone is at project level. |
-| `report` | [`TimeboxReport`](#timeboxreport) | Historically accurate report about the timebox. |
-| `startDate` | [`Time`](#time) | Timestamp of the milestone start date. |
-| `state` | [`MilestoneStateEnum!`](#milestonestateenum) | State of the milestone. |
-| `stats` | [`MilestoneStats`](#milestonestats) | Milestone statistics. |
-| `subgroupMilestone` | [`Boolean!`](#boolean) | Indicates if milestone is at subgroup level. |
-| `title` | [`String!`](#string) | Title of the milestone. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of last milestone update. |
-| `webPath` | [`String!`](#string) | Web path of the milestone. |
-
-### `MilestoneConnection`
-
-The connection type for Milestone.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[MilestoneEdge]`](#milestoneedge) | A list of edges. |
-| `nodes` | [`[Milestone]`](#milestone) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `MilestoneEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Milestone`](#milestone) | The item at the end of the edge. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="milestonecreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of milestone creation. |
+| <a id="milestonedescription"></a>`description` | [`String`](#string) | Description of the milestone. |
+| <a id="milestoneduedate"></a>`dueDate` | [`Time`](#time) | Timestamp of the milestone due date. |
+| <a id="milestonegroupmilestone"></a>`groupMilestone` | [`Boolean!`](#boolean) | Indicates if milestone is at group level. |
+| <a id="milestoneid"></a>`id` | [`ID!`](#id) | ID of the milestone. |
+| <a id="milestoneiid"></a>`iid` | [`ID!`](#id) | Internal ID of the milestone. |
+| <a id="milestoneprojectmilestone"></a>`projectMilestone` | [`Boolean!`](#boolean) | Indicates if milestone is at project level. |
+| <a id="milestonereport"></a>`report` | [`TimeboxReport`](#timeboxreport) | Historically accurate report about the timebox. |
+| <a id="milestonestartdate"></a>`startDate` | [`Time`](#time) | Timestamp of the milestone start date. |
+| <a id="milestonestate"></a>`state` | [`MilestoneStateEnum!`](#milestonestateenum) | State of the milestone. |
+| <a id="milestonestats"></a>`stats` | [`MilestoneStats`](#milestonestats) | Milestone statistics. |
+| <a id="milestonesubgroupmilestone"></a>`subgroupMilestone` | [`Boolean!`](#boolean) | Indicates if milestone is at subgroup level. |
+| <a id="milestonetitle"></a>`title` | [`String!`](#string) | Title of the milestone. |
+| <a id="milestoneupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of last milestone update. |
+| <a id="milestonewebpath"></a>`webPath` | [`String!`](#string) | Web path of the milestone. |
### `MilestoneStats`
Contains statistics about a milestone.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `closedIssuesCount` | [`Int`](#int) | Number of closed issues associated with the milestone. |
-| `totalIssuesCount` | [`Int`](#int) | Total number of issues associated with the milestone. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="milestonestatsclosedissuescount"></a>`closedIssuesCount` | [`Int`](#int) | Number of closed issues associated with the milestone. |
+| <a id="milestonestatstotalissuescount"></a>`totalIssuesCount` | [`Int`](#int) | Total number of issues associated with the milestone. |
### `Namespace`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `actualRepositorySizeLimit` | [`Float`](#float) | Size limit for repositories in the namespace in bytes. |
-| `additionalPurchasedStorageSize` | [`Float`](#float) | Additional storage purchased for the root namespace in bytes. |
-| `complianceFrameworks` | [`ComplianceFrameworkConnection`](#complianceframeworkconnection) | Compliance frameworks available to projects in this namespace. Available only when feature flag `ff_custom_compliance_frameworks` is enabled. |
-| `containsLockedProjects` | [`Boolean!`](#boolean) | Includes at least one project where the repository size exceeds the limit. |
-| `description` | [`String`](#string) | Description of the namespace. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `fullName` | [`String!`](#string) | Full name of the namespace. |
-| `fullPath` | [`ID!`](#id) | Full path of the namespace. |
-| `id` | [`ID!`](#id) | ID of the namespace. |
-| `isTemporaryStorageIncreaseEnabled` | [`Boolean!`](#boolean) | Status of the temporary storage increase. |
-| `lfsEnabled` | [`Boolean`](#boolean) | Indicates if Large File Storage (LFS) is enabled for namespace. |
-| `name` | [`String!`](#string) | Name of the namespace. |
-| `packageSettings` | [`PackageSettings`](#packagesettings) | The package settings for the namespace. |
-| `path` | [`String!`](#string) | Path of the namespace. |
-| `projects` | [`ProjectConnection!`](#projectconnection) | Projects within this namespace. |
-| `repositorySizeExcessProjectCount` | [`Int!`](#int) | Number of projects in the root namespace where the repository size exceeds the limit. |
-| `requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request access to namespace. |
-| `rootStorageStatistics` | [`RootStorageStatistics`](#rootstoragestatistics) | Aggregated storage statistics of the namespace. Only available for root namespaces. |
-| `storageSizeLimit` | [`Float`](#float) | Total storage limit of the root namespace in bytes. |
-| `temporaryStorageIncreaseEndsOn` | [`Time`](#time) | Date until the temporary storage increase is active. |
-| `totalRepositorySize` | [`Float`](#float) | Total repository size of all projects in the root namespace in bytes. |
-| `totalRepositorySizeExcess` | [`Float`](#float) | Total excess repository size of all projects in the root namespace in bytes. |
-| `visibility` | [`String`](#string) | Visibility of the namespace. |
-
-### `NamespaceConnection`
-
-The connection type for Namespace.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[NamespaceEdge]`](#namespaceedge) | A list of edges. |
-| `nodes` | [`[Namespace]`](#namespace) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `NamespaceEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Namespace`](#namespace) | The item at the end of the edge. |
-
-### `NamespaceIncreaseStorageTemporarilyPayload`
-
-Autogenerated return type of NamespaceIncreaseStorageTemporarily.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `namespace` | [`Namespace`](#namespace) | The namespace after mutation. |
+#### Fields
-### `Note`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="namespaceactualrepositorysizelimit"></a>`actualRepositorySizeLimit` | [`Float`](#float) | Size limit for repositories in the namespace in bytes. |
+| <a id="namespaceadditionalpurchasedstoragesize"></a>`additionalPurchasedStorageSize` | [`Float`](#float) | Additional storage purchased for the root namespace in bytes. |
+| <a id="namespacecontainslockedprojects"></a>`containsLockedProjects` | [`Boolean!`](#boolean) | Includes at least one project where the repository size exceeds the limit. |
+| <a id="namespacedescription"></a>`description` | [`String`](#string) | Description of the namespace. |
+| <a id="namespacedescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="namespacefullname"></a>`fullName` | [`String!`](#string) | Full name of the namespace. |
+| <a id="namespacefullpath"></a>`fullPath` | [`ID!`](#id) | Full path of the namespace. |
+| <a id="namespaceid"></a>`id` | [`ID!`](#id) | ID of the namespace. |
+| <a id="namespaceistemporarystorageincreaseenabled"></a>`isTemporaryStorageIncreaseEnabled` | [`Boolean!`](#boolean) | Status of the temporary storage increase. |
+| <a id="namespacelfsenabled"></a>`lfsEnabled` | [`Boolean`](#boolean) | Indicates if Large File Storage (LFS) is enabled for namespace. |
+| <a id="namespacename"></a>`name` | [`String!`](#string) | Name of the namespace. |
+| <a id="namespacepackagesettings"></a>`packageSettings` | [`PackageSettings`](#packagesettings) | The package settings for the namespace. |
+| <a id="namespacepath"></a>`path` | [`String!`](#string) | Path of the namespace. |
+| <a id="namespacerepositorysizeexcessprojectcount"></a>`repositorySizeExcessProjectCount` | [`Int!`](#int) | Number of projects in the root namespace where the repository size exceeds the limit. |
+| <a id="namespacerequestaccessenabled"></a>`requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request access to namespace. |
+| <a id="namespacerootstoragestatistics"></a>`rootStorageStatistics` | [`RootStorageStatistics`](#rootstoragestatistics) | Aggregated storage statistics of the namespace. Only available for root namespaces. |
+| <a id="namespacestoragesizelimit"></a>`storageSizeLimit` | [`Float`](#float) | Total storage limit of the root namespace in bytes. |
+| <a id="namespacetemporarystorageincreaseendson"></a>`temporaryStorageIncreaseEndsOn` | [`Time`](#time) | Date until the temporary storage increase is active. |
+| <a id="namespacetotalrepositorysize"></a>`totalRepositorySize` | [`Float`](#float) | Total repository size of all projects in the root namespace in bytes. |
+| <a id="namespacetotalrepositorysizeexcess"></a>`totalRepositorySizeExcess` | [`Float`](#float) | Total excess repository size of all projects in the root namespace in bytes. |
+| <a id="namespacevisibility"></a>`visibility` | [`String`](#string) | Visibility of the namespace. |
+
+#### Fields with arguments
+
+##### `Namespace.complianceFrameworks`
+
+Compliance frameworks available to projects in this namespace. Available only when feature flag `ff_custom_compliance_frameworks` is enabled.
+
+Returns [`ComplianceFrameworkConnection`](#complianceframeworkconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `author` | [`User!`](#user) | User who wrote this note. |
-| `body` | [`String!`](#string) | Content of the note. |
-| `bodyHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `note`. |
-| `confidential` | [`Boolean`](#boolean) | Indicates if this note is confidential. |
-| `createdAt` | [`Time!`](#time) | Timestamp of the note creation. |
-| `discussion` | [`Discussion`](#discussion) | The discussion this note is a part of. |
-| `id` | [`NoteID!`](#noteid) | ID of the note. |
-| `position` | [`DiffPosition`](#diffposition) | The position of this note on a diff. |
-| `project` | [`Project`](#project) | Project associated with the note. |
-| `resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
-| `resolved` | [`Boolean!`](#boolean) | Indicates if the object is resolved. |
-| `resolvedAt` | [`Time`](#time) | Timestamp of when the object was resolved. |
-| `resolvedBy` | [`User`](#user) | User who resolved the object. |
-| `system` | [`Boolean!`](#boolean) | Indicates whether this note was created by the system or by a user. |
-| `systemNoteIconName` | [`String`](#string) | Name of the icon corresponding to a system note. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of the note's last activity. |
-| `url` | [`String`](#string) | URL to view this Note in the Web UI. |
-| `userPermissions` | [`NotePermissions!`](#notepermissions) | Permissions for the current user on the resource. |
-
-### `NoteConnection`
-
-The connection type for Note.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[NoteEdge]`](#noteedge) | A list of edges. |
-| `nodes` | [`[Note]`](#note) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `NoteEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Note`](#note) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="namespacecomplianceframeworksid"></a>`id` | [`ComplianceManagementFrameworkID`](#compliancemanagementframeworkid) | Global ID of a specific compliance framework to return. |
-### `NotePermissions`
+##### `Namespace.projects`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminNote` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_note` on this resource. |
-| `awardEmoji` | [`Boolean!`](#boolean) | Indicates the user can perform `award_emoji` on this resource. |
-| `createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
-| `readNote` | [`Boolean!`](#boolean) | Indicates the user can perform `read_note` on this resource. |
-| `repositionNote` | [`Boolean!`](#boolean) | Indicates the user can perform `reposition_note` on this resource. |
-| `resolveNote` | [`Boolean!`](#boolean) | Indicates the user can perform `resolve_note` on this resource. |
+Projects within this namespace.
-### `OncallParticipantType`
+Returns [`ProjectConnection!`](#projectconnection).
-The rotation participant and color palette.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `colorPalette` | [`String`](#string) | The color palette to assign to the on-call user. For example "blue". |
-| `colorWeight` | [`String`](#string) | The color weight to assign to for the on-call user, for example "500". Max 4 chars. For easy identification of the user. |
-| `id` | [`IncidentManagementOncallParticipantID!`](#incidentmanagementoncallparticipantid) | ID of the on-call participant. |
-| `user` | [`User!`](#user) | The user who is participating. |
+###### Arguments
-### `OncallParticipantTypeConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="namespaceprojectshascodecoverage"></a>`hasCodeCoverage` | [`Boolean`](#boolean) | Returns only the projects which have code coverage. |
+| <a id="namespaceprojectshasvulnerabilities"></a>`hasVulnerabilities` | [`Boolean`](#boolean) | Returns only the projects which have vulnerabilities. |
+| <a id="namespaceprojectsids"></a>`ids` | [`[ID!]`](#id) | Filter projects by IDs. |
+| <a id="namespaceprojectsincludesubgroups"></a>`includeSubgroups` | [`Boolean`](#boolean) | Include also subgroup projects. |
+| <a id="namespaceprojectssearch"></a>`search` | [`String`](#string) | Search project with most similar names or paths. |
+| <a id="namespaceprojectssort"></a>`sort` | [`NamespaceProjectSort`](#namespaceprojectsort) | Sort projects by this criteria. |
-The connection type for OncallParticipantType.
+### `Note`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[OncallParticipantTypeEdge]`](#oncallparticipanttypeedge) | A list of edges. |
-| `nodes` | [`[OncallParticipantType]`](#oncallparticipanttype) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### Fields
-### `OncallParticipantTypeEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="noteauthor"></a>`author` | [`User!`](#user) | User who wrote this note. |
+| <a id="notebody"></a>`body` | [`String!`](#string) | Content of the note. |
+| <a id="notebodyhtml"></a>`bodyHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `note`. |
+| <a id="noteconfidential"></a>`confidential` | [`Boolean`](#boolean) | Indicates if this note is confidential. |
+| <a id="notecreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of the note creation. |
+| <a id="notediscussion"></a>`discussion` | [`Discussion`](#discussion) | The discussion this note is a part of. |
+| <a id="noteid"></a>`id` | [`NoteID!`](#noteid) | ID of the note. |
+| <a id="noteposition"></a>`position` | [`DiffPosition`](#diffposition) | The position of this note on a diff. |
+| <a id="noteproject"></a>`project` | [`Project`](#project) | Project associated with the note. |
+| <a id="noteresolvable"></a>`resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
+| <a id="noteresolved"></a>`resolved` | [`Boolean!`](#boolean) | Indicates if the object is resolved. |
+| <a id="noteresolvedat"></a>`resolvedAt` | [`Time`](#time) | Timestamp of when the object was resolved. |
+| <a id="noteresolvedby"></a>`resolvedBy` | [`User`](#user) | User who resolved the object. |
+| <a id="notesystem"></a>`system` | [`Boolean!`](#boolean) | Indicates whether this note was created by the system or by a user. |
+| <a id="notesystemnoteiconname"></a>`systemNoteIconName` | [`String`](#string) | Name of the icon corresponding to a system note. |
+| <a id="noteupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of the note's last activity. |
+| <a id="noteurl"></a>`url` | [`String`](#string) | URL to view this Note in the Web UI. |
+| <a id="noteuserpermissions"></a>`userPermissions` | [`NotePermissions!`](#notepermissions) | Permissions for the current user on the resource. |
-An edge in a connection.
+### `NotePermissions`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`OncallParticipantType`](#oncallparticipanttype) | The item at the end of the edge. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="notepermissionsadminnote"></a>`adminNote` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_note` on this resource. |
+| <a id="notepermissionsawardemoji"></a>`awardEmoji` | [`Boolean!`](#boolean) | Indicates the user can perform `award_emoji` on this resource. |
+| <a id="notepermissionscreatenote"></a>`createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
+| <a id="notepermissionsreadnote"></a>`readNote` | [`Boolean!`](#boolean) | Indicates the user can perform `read_note` on this resource. |
+| <a id="notepermissionsrepositionnote"></a>`repositionNote` | [`Boolean!`](#boolean) | Indicates the user can perform `reposition_note` on this resource. |
+| <a id="notepermissionsresolvenote"></a>`resolveNote` | [`Boolean!`](#boolean) | Indicates the user can perform `resolve_note` on this resource. |
+
+### `OncallParticipantType`
+
+The rotation participant and color palette.
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncallparticipanttypecolorpalette"></a>`colorPalette` | [`String`](#string) | The color palette to assign to the on-call user. For example "blue". |
+| <a id="oncallparticipanttypecolorweight"></a>`colorWeight` | [`String`](#string) | The color weight to assign to for the on-call user, for example "500". Max 4 chars. For easy identification of the user. |
+| <a id="oncallparticipanttypeid"></a>`id` | [`IncidentManagementOncallParticipantID!`](#incidentmanagementoncallparticipantid) | ID of the on-call participant. |
+| <a id="oncallparticipanttypeuser"></a>`user` | [`User!`](#user) | The user who is participating. |
### `OncallRotationActivePeriodType`
Active period time range for on-call rotation.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `endTime` | [`String`](#string) | The end of the rotation active period. |
-| `startTime` | [`String`](#string) | The start of the rotation active period. |
+#### Fields
-### `OncallRotationCreatePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncallrotationactiveperiodtypeendtime"></a>`endTime` | [`String`](#string) | The end of the rotation active period. |
+| <a id="oncallrotationactiveperiodtypestarttime"></a>`startTime` | [`String`](#string) | The start of the rotation active period. |
-Autogenerated return type of OncallRotationCreate.
+### `Package`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
+Represents a package in the Package Registry. Note that this type is in beta and susceptible to changes.
-### `OncallRotationDestroyPayload`
+#### Fields
-Autogenerated return type of OncallRotationDestroy.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagecreatedat"></a>`createdAt` | [`Time!`](#time) | Date of creation. |
+| <a id="packageid"></a>`id` | [`PackagesPackageID!`](#packagespackageid) | ID of the package. |
+| <a id="packagemetadata"></a>`metadata` | [`PackageMetadata`](#packagemetadata) | Package metadata. |
+| <a id="packagename"></a>`name` | [`String!`](#string) | Name of the package. |
+| <a id="packagepackagetype"></a>`packageType` | [`PackageTypeEnum!`](#packagetypeenum) | Package type. |
+| <a id="packagepipelines"></a>`pipelines` | [`PipelineConnection`](#pipelineconnection) | Pipelines that built the package. |
+| <a id="packageproject"></a>`project` | [`Project!`](#project) | Project where the package is stored. |
+| <a id="packagetags"></a>`tags` | [`PackageTagConnection`](#packagetagconnection) | Package tags. |
+| <a id="packageupdatedat"></a>`updatedAt` | [`Time!`](#time) | Date of most recent update. |
+| <a id="packageversion"></a>`version` | [`String`](#string) | Version string. |
+| <a id="packageversions"></a>`versions` **{warning-solid}** | [`PackageConnection`](#packageconnection) | **Deprecated** in 13.11. This field is now only returned in the PackageDetailsType. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
+### `PackageComposerJsonType`
-### `OncallRotationUpdatePayload`
+Represents a composer JSON file.
-Autogenerated return type of OncallRotationUpdate.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `oncallRotation` | [`IncidentManagementOncallRotation`](#incidentmanagementoncallrotation) | The on-call rotation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagecomposerjsontypelicense"></a>`license` | [`String`](#string) | The license set in the Composer JSON file. |
+| <a id="packagecomposerjsontypename"></a>`name` | [`String`](#string) | The name set in the Composer JSON file. |
+| <a id="packagecomposerjsontypetype"></a>`type` | [`String`](#string) | The type set in the Composer JSON file. |
+| <a id="packagecomposerjsontypeversion"></a>`version` | [`String`](#string) | The version set in the Composer JSON file. |
-### `OncallScheduleCreatePayload`
+### `PackageDetailsType`
-Autogenerated return type of OncallScheduleCreate.
+Represents a package details in the Package Registry. Note that this type is in beta and susceptible to changes.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
+#### Fields
-### `OncallScheduleDestroyPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagedetailstypecreatedat"></a>`createdAt` | [`Time!`](#time) | Date of creation. |
+| <a id="packagedetailstypeid"></a>`id` | [`PackagesPackageID!`](#packagespackageid) | ID of the package. |
+| <a id="packagedetailstypemetadata"></a>`metadata` | [`PackageMetadata`](#packagemetadata) | Package metadata. |
+| <a id="packagedetailstypename"></a>`name` | [`String!`](#string) | Name of the package. |
+| <a id="packagedetailstypepackagefiles"></a>`packageFiles` | [`PackageFileConnection`](#packagefileconnection) | Package files. |
+| <a id="packagedetailstypepackagetype"></a>`packageType` | [`PackageTypeEnum!`](#packagetypeenum) | Package type. |
+| <a id="packagedetailstypepipelines"></a>`pipelines` | [`PipelineConnection`](#pipelineconnection) | Pipelines that built the package. |
+| <a id="packagedetailstypeproject"></a>`project` | [`Project!`](#project) | Project where the package is stored. |
+| <a id="packagedetailstypetags"></a>`tags` | [`PackageTagConnection`](#packagetagconnection) | Package tags. |
+| <a id="packagedetailstypeupdatedat"></a>`updatedAt` | [`Time!`](#time) | Date of most recent update. |
+| <a id="packagedetailstypeversion"></a>`version` | [`String`](#string) | Version string. |
+| <a id="packagedetailstypeversions"></a>`versions` | [`PackageConnection`](#packageconnection) | The other versions of the package. |
-Autogenerated return type of OncallScheduleDestroy.
+### `PackageFile`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
+Represents a package file.
-### `OncallScheduleUpdatePayload`
+#### Fields
-Autogenerated return type of OncallScheduleUpdate.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagefilecreatedat"></a>`createdAt` | [`Time!`](#time) | The created date. |
+| <a id="packagefiledownloadpath"></a>`downloadPath` | [`String!`](#string) | Download path of the package file. |
+| <a id="packagefilefilemd5"></a>`fileMd5` | [`String`](#string) | Md5 of the package file. |
+| <a id="packagefilefilemetadata"></a>`fileMetadata` | [`PackageFileMetadata`](#packagefilemetadata) | File metadata. |
+| <a id="packagefilefilename"></a>`fileName` | [`String!`](#string) | Name of the package file. |
+| <a id="packagefilefilesha1"></a>`fileSha1` | [`String`](#string) | Sha1 of the package file. |
+| <a id="packagefilefilesha256"></a>`fileSha256` | [`String`](#string) | Sha256 of the package file. |
+| <a id="packagefileid"></a>`id` | [`PackagesPackageFileID!`](#packagespackagefileid) | ID of the file. |
+| <a id="packagefilesize"></a>`size` | [`String!`](#string) | Size of the package file. |
+| <a id="packagefileupdatedat"></a>`updatedAt` | [`Time!`](#time) | The updated date. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `oncallSchedule` | [`IncidentManagementOncallSchedule`](#incidentmanagementoncallschedule) | The on-call schedule. |
+### `PackageFileRegistry`
-### `Package`
+Represents the Geo sync and verification state of a package file.
-Represents a package in the Package Registry. Note that this type is in beta and susceptible to changes.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Date of creation. |
-| `id` | [`PackagesPackageID!`](#packagespackageid) | ID of the package. |
-| `metadata` | [`PackageMetadata`](#packagemetadata) | Package metadata. |
-| `name` | [`String!`](#string) | Name of the package. |
-| `packageType` | [`PackageTypeEnum!`](#packagetypeenum) | Package type. |
-| `pipelines` | [`PipelineConnection`](#pipelineconnection) | Pipelines that built the package. |
-| `project` | [`Project!`](#project) | Project where the package is stored. |
-| `tags` | [`PackageTagConnection`](#packagetagconnection) | Package tags. |
-| `updatedAt` | [`Time!`](#time) | Date of most recent update. |
-| `version` | [`String`](#string) | Version string. |
-| `versions` **{warning-solid}** | [`PackageConnection`](#packageconnection) | **Deprecated** in 13.11. This field is now only returned in the PackageDetailsType. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagefileregistrycreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the PackageFileRegistry was created. |
+| <a id="packagefileregistryid"></a>`id` | [`ID!`](#id) | ID of the PackageFileRegistry. |
+| <a id="packagefileregistrylastsyncfailure"></a>`lastSyncFailure` | [`String`](#string) | Error message during sync of the PackageFileRegistry. |
+| <a id="packagefileregistrylastsyncedat"></a>`lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the PackageFileRegistry. |
+| <a id="packagefileregistrypackagefileid"></a>`packageFileId` | [`ID!`](#id) | ID of the PackageFile. |
+| <a id="packagefileregistryretryat"></a>`retryAt` | [`Time`](#time) | Timestamp after which the PackageFileRegistry should be resynced. |
+| <a id="packagefileregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the PackageFileRegistry. |
+| <a id="packagefileregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the PackageFileRegistry. |
-### `PackageComposerJsonType`
+### `PackageSettings`
-Represents a composer JSON file.
+Namespace-level Package Registry settings.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `license` | [`String`](#string) | The license set in the Composer JSON file. |
-| `name` | [`String`](#string) | The name set in the Composer JSON file. |
-| `type` | [`String`](#string) | The type set in the Composer JSON file. |
-| `version` | [`String`](#string) | The version set in the Composer JSON file. |
+#### Fields
-### `PackageConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagesettingsmavenduplicateexceptionregex"></a>`mavenDuplicateExceptionRegex` | [`UntrustedRegexp`](#untrustedregexp) | When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect. |
+| <a id="packagesettingsmavenduplicatesallowed"></a>`mavenDuplicatesAllowed` | [`Boolean!`](#boolean) | Indicates whether duplicate Maven packages are allowed for this namespace. |
-The connection type for Package.
+### `PackageTag`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[PackageEdge]`](#packageedge) | A list of edges. |
-| `nodes` | [`[Package]`](#package) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Represents a package tag.
-### `PackageDetailsType`
+#### Fields
-Represents a package details in the Package Registry. Note that this type is in beta and susceptible to changes.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagetagcreatedat"></a>`createdAt` | [`Time!`](#time) | The created date. |
+| <a id="packagetagid"></a>`id` | [`ID!`](#id) | The ID of the tag. |
+| <a id="packagetagname"></a>`name` | [`String!`](#string) | The name of the tag. |
+| <a id="packagetagupdatedat"></a>`updatedAt` | [`Time!`](#time) | The updated date. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Date of creation. |
-| `id` | [`PackagesPackageID!`](#packagespackageid) | ID of the package. |
-| `metadata` | [`PackageMetadata`](#packagemetadata) | Package metadata. |
-| `name` | [`String!`](#string) | Name of the package. |
-| `packageFiles` | [`PackageFileConnection`](#packagefileconnection) | Package files. |
-| `packageType` | [`PackageTypeEnum!`](#packagetypeenum) | Package type. |
-| `pipelines` | [`PipelineConnection`](#pipelineconnection) | Pipelines that built the package. |
-| `project` | [`Project!`](#project) | Project where the package is stored. |
-| `tags` | [`PackageTagConnection`](#packagetagconnection) | Package tags. |
-| `updatedAt` | [`Time!`](#time) | Date of most recent update. |
-| `version` | [`String`](#string) | Version string. |
-| `versions` | [`PackageConnection`](#packageconnection) | The other versions of the package. |
-
-### `PackageEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Package`](#package) | The item at the end of the edge. |
+### `PageInfo`
-### `PackageFile`
+Information about pagination in a connection.
-Represents a package file.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | The created date. |
-| `downloadPath` | [`String!`](#string) | Download path of the package file. |
-| `fileMd5` | [`String`](#string) | Md5 of the package file. |
-| `fileMetadata` | [`PackageFileMetadata`](#packagefilemetadata) | File metadata. |
-| `fileName` | [`String!`](#string) | Name of the package file. |
-| `fileSha1` | [`String`](#string) | Sha1 of the package file. |
-| `fileSha256` | [`String`](#string) | Sha256 of the package file. |
-| `id` | [`PackagesPackageFileID!`](#packagespackagefileid) | ID of the file. |
-| `size` | [`String!`](#string) | Size of the package file. |
-| `updatedAt` | [`Time!`](#time) | The updated date. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pageinfoendcursor"></a>`endCursor` | [`String`](#string) | When paginating forwards, the cursor to continue. |
+| <a id="pageinfohasnextpage"></a>`hasNextPage` | [`Boolean!`](#boolean) | When paginating forwards, are there more items?. |
+| <a id="pageinfohaspreviouspage"></a>`hasPreviousPage` | [`Boolean!`](#boolean) | When paginating backwards, are there more items?. |
+| <a id="pageinfostartcursor"></a>`startCursor` | [`String`](#string) | When paginating backwards, the cursor to continue. |
-### `PackageFileConnection`
+### `Pipeline`
-The connection type for PackageFile.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[PackageFileEdge]`](#packagefileedge) | A list of edges. |
-| `nodes` | [`[PackageFile]`](#packagefile) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelineactive"></a>`active` | [`Boolean!`](#boolean) | Indicates if the pipeline is active. |
+| <a id="pipelinebeforesha"></a>`beforeSha` | [`String`](#string) | Base SHA of the source branch. |
+| <a id="pipelinecancelable"></a>`cancelable` | [`Boolean!`](#boolean) | Specifies if a pipeline can be canceled. |
+| <a id="pipelinecommitpath"></a>`commitPath` | [`String`](#string) | Path to the commit that triggered the pipeline. |
+| <a id="pipelinecommittedat"></a>`committedAt` | [`Time`](#time) | Timestamp of the pipeline's commit. |
+| <a id="pipelineconfigsource"></a>`configSource` | [`PipelineConfigSourceEnum`](#pipelineconfigsourceenum) | Configuration source of the pipeline (UNKNOWN_SOURCE, REPOSITORY_SOURCE, AUTO_DEVOPS_SOURCE, WEBIDE_SOURCE, REMOTE_SOURCE, EXTERNAL_PROJECT_SOURCE, BRIDGE_SOURCE, PARAMETER_SOURCE, COMPLIANCE_SOURCE). |
+| <a id="pipelinecoverage"></a>`coverage` | [`Float`](#float) | Coverage percentage. |
+| <a id="pipelinecreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of the pipeline's creation. |
+| <a id="pipelinedetailedstatus"></a>`detailedStatus` | [`DetailedStatus!`](#detailedstatus) | Detailed status of the pipeline. |
+| <a id="pipelinedownstream"></a>`downstream` | [`PipelineConnection`](#pipelineconnection) | Pipelines this pipeline will trigger. |
+| <a id="pipelineduration"></a>`duration` | [`Int`](#int) | Duration of the pipeline in seconds. |
+| <a id="pipelinefinishedat"></a>`finishedAt` | [`Time`](#time) | Timestamp of the pipeline's completion. |
+| <a id="pipelineid"></a>`id` | [`ID!`](#id) | ID of the pipeline. |
+| <a id="pipelineiid"></a>`iid` | [`String!`](#string) | Internal ID of the pipeline. |
+| <a id="pipelinepath"></a>`path` | [`String`](#string) | Relative path to the pipeline's page. |
+| <a id="pipelineproject"></a>`project` | [`Project`](#project) | Project the pipeline belongs to. |
+| <a id="pipelineretryable"></a>`retryable` | [`Boolean!`](#boolean) | Specifies if a pipeline can be retried. |
+| <a id="pipelinesecurityreportsummary"></a>`securityReportSummary` | [`SecurityReportSummary`](#securityreportsummary) | Vulnerability and scanned resource counts for each security scanner of the pipeline. |
+| <a id="pipelinesha"></a>`sha` | [`String!`](#string) | SHA of the pipeline's commit. |
+| <a id="pipelinesourcejob"></a>`sourceJob` | [`CiJob`](#cijob) | Job where pipeline was triggered from. |
+| <a id="pipelinestages"></a>`stages` | [`CiStageConnection`](#cistageconnection) | Stages of the pipeline. |
+| <a id="pipelinestartedat"></a>`startedAt` | [`Time`](#time) | Timestamp when the pipeline was started. |
+| <a id="pipelinestatus"></a>`status` | [`PipelineStatusEnum!`](#pipelinestatusenum) | Status of the pipeline (CREATED, WAITING_FOR_RESOURCE, PREPARING, PENDING, RUNNING, FAILED, SUCCESS, CANCELED, SKIPPED, MANUAL, SCHEDULED). |
+| <a id="pipelinetestreportsummary"></a>`testReportSummary` | [`TestReportSummary!`](#testreportsummary) | Summary of the test report generated by the pipeline. |
+| <a id="pipelineupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of the pipeline's last activity. |
+| <a id="pipelineupstream"></a>`upstream` | [`Pipeline`](#pipeline) | Pipeline that triggered the pipeline. |
+| <a id="pipelineuser"></a>`user` | [`User`](#user) | Pipeline user. |
+| <a id="pipelineuserpermissions"></a>`userPermissions` | [`PipelinePermissions!`](#pipelinepermissions) | Permissions for the current user on the resource. |
+| <a id="pipelineusesneeds"></a>`usesNeeds` | [`Boolean`](#boolean) | Indicates if the pipeline has jobs with `needs` dependencies. |
+| <a id="pipelinewarnings"></a>`warnings` | [`Boolean!`](#boolean) | Indicates if a pipeline has warnings. |
+
+#### Fields with arguments
+
+##### `Pipeline.job`
+
+A specific job in this pipeline, either by name or ID.
+
+Returns [`CiJob`](#cijob).
+
+###### Arguments
-### `PackageFileEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinejobid"></a>`id` | [`JobID`](#jobid) | ID of the job. |
+| <a id="pipelinejobname"></a>`name` | [`String`](#string) | Name of the job. |
-An edge in a connection.
+##### `Pipeline.jobs`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`PackageFile`](#packagefile) | The item at the end of the edge. |
+Jobs belonging to the pipeline.
-### `PackageFileRegistry`
+Returns [`CiJobConnection`](#cijobconnection).
-Represents the Geo sync and verification state of a package file.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp when the PackageFileRegistry was created. |
-| `id` | [`ID!`](#id) | ID of the PackageFileRegistry. |
-| `lastSyncFailure` | [`String`](#string) | Error message during sync of the PackageFileRegistry. |
-| `lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the PackageFileRegistry. |
-| `packageFileId` | [`ID!`](#id) | ID of the PackageFile. |
-| `retryAt` | [`Time`](#time) | Timestamp after which the PackageFileRegistry should be resynced. |
-| `retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the PackageFileRegistry. |
-| `state` | [`RegistryState`](#registrystate) | Sync state of the PackageFileRegistry. |
+###### Arguments
-### `PackageFileRegistryConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinejobssecurityreporttypes"></a>`securityReportTypes` | [`[SecurityReportTypeEnum!]`](#securityreporttypeenum) | Filter jobs by the type of security report they produce. |
+| <a id="pipelinejobsstatuses"></a>`statuses` | [`[CiJobStatus!]`](#cijobstatus) | Filter jobs by status. |
-The connection type for PackageFileRegistry.
+##### `Pipeline.securityReportFindings`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[PackageFileRegistryEdge]`](#packagefileregistryedge) | A list of edges. |
-| `nodes` | [`[PackageFileRegistry]`](#packagefileregistry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Vulnerability findings reported on the pipeline.
-### `PackageFileRegistryEdge`
+Returns [`PipelineSecurityReportFindingConnection`](#pipelinesecurityreportfindingconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`PackageFileRegistry`](#packagefileregistry) | The item at the end of the edge. |
+###### Arguments
-### `PackageSettings`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinesecurityreportfindingsreporttype"></a>`reportType` | [`[String!]`](#string) | Filter vulnerability findings by report type. |
+| <a id="pipelinesecurityreportfindingsscanner"></a>`scanner` | [`[String!]`](#string) | Filter vulnerability findings by Scanner.externalId. |
+| <a id="pipelinesecurityreportfindingsseverity"></a>`severity` | [`[String!]`](#string) | Filter vulnerability findings by severity. |
-Namespace-level Package Registry settings.
+##### `Pipeline.testSuite`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `mavenDuplicateExceptionRegex` | [`UntrustedRegexp`](#untrustedregexp) | When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect. |
-| `mavenDuplicatesAllowed` | [`Boolean!`](#boolean) | Indicates whether duplicate Maven packages are allowed for this namespace. |
+A specific test suite in a pipeline test report.
-### `PackageTag`
+Returns [`TestSuite`](#testsuite).
-Represents a package tag.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | The created date. |
-| `id` | [`ID!`](#id) | The ID of the tag. |
-| `name` | [`String!`](#string) | The name of the tag. |
-| `updatedAt` | [`Time!`](#time) | The updated date. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinetestsuitebuildids"></a>`buildIds` | [`[ID!]!`](#id) | IDs of the builds used to run the test suite. |
-### `PackageTagConnection`
+### `PipelineAnalytics`
-The connection type for PackageTag.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[PackageTagEdge]`](#packagetagedge) | A list of edges. |
-| `nodes` | [`[PackageTag]`](#packagetag) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelineanalyticsmonthpipelineslabels"></a>`monthPipelinesLabels` | [`[String!]`](#string) | Labels for the monthly pipeline count. |
+| <a id="pipelineanalyticsmonthpipelinessuccessful"></a>`monthPipelinesSuccessful` | [`[Int!]`](#int) | Total monthly successful pipeline count. |
+| <a id="pipelineanalyticsmonthpipelinestotals"></a>`monthPipelinesTotals` | [`[Int!]`](#int) | Total monthly pipeline count. |
+| <a id="pipelineanalyticspipelinetimeslabels"></a>`pipelineTimesLabels` | [`[String!]`](#string) | Pipeline times labels. |
+| <a id="pipelineanalyticspipelinetimesvalues"></a>`pipelineTimesValues` | [`[Int!]`](#int) | Pipeline times. |
+| <a id="pipelineanalyticsweekpipelineslabels"></a>`weekPipelinesLabels` | [`[String!]`](#string) | Labels for the weekly pipeline count. |
+| <a id="pipelineanalyticsweekpipelinessuccessful"></a>`weekPipelinesSuccessful` | [`[Int!]`](#int) | Total weekly successful pipeline count. |
+| <a id="pipelineanalyticsweekpipelinestotals"></a>`weekPipelinesTotals` | [`[Int!]`](#int) | Total weekly pipeline count. |
+| <a id="pipelineanalyticsyearpipelineslabels"></a>`yearPipelinesLabels` | [`[String!]`](#string) | Labels for the yearly pipeline count. |
+| <a id="pipelineanalyticsyearpipelinessuccessful"></a>`yearPipelinesSuccessful` | [`[Int!]`](#int) | Total yearly successful pipeline count. |
+| <a id="pipelineanalyticsyearpipelinestotals"></a>`yearPipelinesTotals` | [`[Int!]`](#int) | Total yearly pipeline count. |
-### `PackageTagEdge`
+### `PipelineArtifactRegistry`
-An edge in a connection.
+Represents the Geo sync and verification state of a pipeline artifact.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`PackageTag`](#packagetag) | The item at the end of the edge. |
+#### Fields
-### `PageInfo`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelineartifactregistrycreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the PipelineArtifactRegistry was created. |
+| <a id="pipelineartifactregistryid"></a>`id` | [`ID!`](#id) | ID of the PipelineArtifactRegistry. |
+| <a id="pipelineartifactregistrylastsyncfailure"></a>`lastSyncFailure` | [`String`](#string) | Error message during sync of the PipelineArtifactRegistry. |
+| <a id="pipelineartifactregistrylastsyncedat"></a>`lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the PipelineArtifactRegistry. |
+| <a id="pipelineartifactregistrypipelineartifactid"></a>`pipelineArtifactId` | [`ID!`](#id) | ID of the pipeline artifact. |
+| <a id="pipelineartifactregistryretryat"></a>`retryAt` | [`Time`](#time) | Timestamp after which the PipelineArtifactRegistry should be resynced. |
+| <a id="pipelineartifactregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the PipelineArtifactRegistry. |
+| <a id="pipelineartifactregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the PipelineArtifactRegistry. |
-Information about pagination in a connection.
+### `PipelinePermissions`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `endCursor` | [`String`](#string) | When paginating forwards, the cursor to continue. |
-| `hasNextPage` | [`Boolean!`](#boolean) | When paginating forwards, are there more items?. |
-| `hasPreviousPage` | [`Boolean!`](#boolean) | When paginating backwards, are there more items?. |
-| `startCursor` | [`String`](#string) | When paginating backwards, the cursor to continue. |
+#### Fields
-### `Pipeline`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinepermissionsadminpipeline"></a>`adminPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_pipeline` on this resource. |
+| <a id="pipelinepermissionsdestroypipeline"></a>`destroyPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_pipeline` on this resource. |
+| <a id="pipelinepermissionsupdatepipeline"></a>`updatePipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `update_pipeline` on this resource. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean!`](#boolean) | Indicates if the pipeline is active. |
-| `beforeSha` | [`String`](#string) | Base SHA of the source branch. |
-| `cancelable` | [`Boolean!`](#boolean) | Specifies if a pipeline can be canceled. |
-| `commitPath` | [`String`](#string) | Path to the commit that triggered the pipeline. |
-| `committedAt` | [`Time`](#time) | Timestamp of the pipeline's commit. |
-| `configSource` | [`PipelineConfigSourceEnum`](#pipelineconfigsourceenum) | Configuration source of the pipeline (UNKNOWN_SOURCE, REPOSITORY_SOURCE, AUTO_DEVOPS_SOURCE, WEBIDE_SOURCE, REMOTE_SOURCE, EXTERNAL_PROJECT_SOURCE, BRIDGE_SOURCE, PARAMETER_SOURCE, COMPLIANCE_SOURCE). |
-| `coverage` | [`Float`](#float) | Coverage percentage. |
-| `createdAt` | [`Time!`](#time) | Timestamp of the pipeline's creation. |
-| `detailedStatus` | [`DetailedStatus!`](#detailedstatus) | Detailed status of the pipeline. |
-| `downstream` | [`PipelineConnection`](#pipelineconnection) | Pipelines this pipeline will trigger. |
-| `duration` | [`Int`](#int) | Duration of the pipeline in seconds. |
-| `finishedAt` | [`Time`](#time) | Timestamp of the pipeline's completion. |
-| `id` | [`ID!`](#id) | ID of the pipeline. |
-| `iid` | [`String!`](#string) | Internal ID of the pipeline. |
-| `job` | [`CiJob`](#cijob) | A specific job in this pipeline, either by name or ID. |
-| `jobs` | [`CiJobConnection`](#cijobconnection) | Jobs belonging to the pipeline. |
-| `path` | [`String`](#string) | Relative path to the pipeline's page. |
-| `project` | [`Project`](#project) | Project the pipeline belongs to. |
-| `retryable` | [`Boolean!`](#boolean) | Specifies if a pipeline can be retried. |
-| `securityReportFindings` | [`PipelineSecurityReportFindingConnection`](#pipelinesecurityreportfindingconnection) | Vulnerability findings reported on the pipeline. |
-| `securityReportSummary` | [`SecurityReportSummary`](#securityreportsummary) | Vulnerability and scanned resource counts for each security scanner of the pipeline. |
-| `sha` | [`String!`](#string) | SHA of the pipeline's commit. |
-| `sourceJob` | [`CiJob`](#cijob) | Job where pipeline was triggered from. |
-| `stages` | [`CiStageConnection`](#cistageconnection) | Stages of the pipeline. |
-| `startedAt` | [`Time`](#time) | Timestamp when the pipeline was started. |
-| `status` | [`PipelineStatusEnum!`](#pipelinestatusenum) | Status of the pipeline (CREATED, WAITING_FOR_RESOURCE, PREPARING, PENDING, RUNNING, FAILED, SUCCESS, CANCELED, SKIPPED, MANUAL, SCHEDULED). |
-| `testReportSummary` | [`TestReportSummary!`](#testreportsummary) | Summary of the test report generated by the pipeline. |
-| `testSuite` | [`TestSuite`](#testsuite) | A specific test suite in a pipeline test report. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of the pipeline's last activity. |
-| `upstream` | [`Pipeline`](#pipeline) | Pipeline that triggered the pipeline. |
-| `user` | [`User`](#user) | Pipeline user. |
-| `userPermissions` | [`PipelinePermissions!`](#pipelinepermissions) | Permissions for the current user on the resource. |
-| `usesNeeds` | [`Boolean`](#boolean) | Indicates if the pipeline has jobs with `needs` dependencies. |
-| `warnings` | [`Boolean!`](#boolean) | Indicates if a pipeline has warnings. |
+### `PipelineSecurityReportFinding`
-### `PipelineAnalytics`
+Represents vulnerability finding of a security report on the pipeline.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `monthPipelinesLabels` | [`[String!]`](#string) | Labels for the monthly pipeline count. |
-| `monthPipelinesSuccessful` | [`[Int!]`](#int) | Total monthly successful pipeline count. |
-| `monthPipelinesTotals` | [`[Int!]`](#int) | Total monthly pipeline count. |
-| `pipelineTimesLabels` | [`[String!]`](#string) | Pipeline times labels. |
-| `pipelineTimesValues` | [`[Int!]`](#int) | Pipeline times. |
-| `weekPipelinesLabels` | [`[String!]`](#string) | Labels for the weekly pipeline count. |
-| `weekPipelinesSuccessful` | [`[Int!]`](#int) | Total weekly successful pipeline count. |
-| `weekPipelinesTotals` | [`[Int!]`](#int) | Total weekly pipeline count. |
-| `yearPipelinesLabels` | [`[String!]`](#string) | Labels for the yearly pipeline count. |
-| `yearPipelinesSuccessful` | [`[Int!]`](#int) | Total yearly successful pipeline count. |
-| `yearPipelinesTotals` | [`[Int!]`](#int) | Total yearly pipeline count. |
+#### Fields
-### `PipelineArtifactRegistry`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pipelinesecurityreportfindingconfidence"></a>`confidence` | [`String`](#string) | Type of the security report that found the vulnerability. |
+| <a id="pipelinesecurityreportfindingdescription"></a>`description` | [`String`](#string) | Description of the vulnerability finding. |
+| <a id="pipelinesecurityreportfindingidentifiers"></a>`identifiers` | [`[VulnerabilityIdentifier!]!`](#vulnerabilityidentifier) | Identifiers of the vulnerabilit finding. |
+| <a id="pipelinesecurityreportfindinglocation"></a>`location` | [`VulnerabilityLocation`](#vulnerabilitylocation) | Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability. |
+| <a id="pipelinesecurityreportfindingname"></a>`name` | [`String`](#string) | Name of the vulnerability finding. |
+| <a id="pipelinesecurityreportfindingproject"></a>`project` | [`Project`](#project) | The project on which the vulnerability finding was found. |
+| <a id="pipelinesecurityreportfindingprojectfingerprint"></a>`projectFingerprint` | [`String`](#string) | Name of the vulnerability finding. |
+| <a id="pipelinesecurityreportfindingreporttype"></a>`reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the security report that found the vulnerability finding. |
+| <a id="pipelinesecurityreportfindingscanner"></a>`scanner` | [`VulnerabilityScanner`](#vulnerabilityscanner) | Scanner metadata for the vulnerability. |
+| <a id="pipelinesecurityreportfindingseverity"></a>`severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the vulnerability finding. |
+| <a id="pipelinesecurityreportfindingsolution"></a>`solution` | [`String`](#string) | URL to the vulnerability's details page. |
+| <a id="pipelinesecurityreportfindinguuid"></a>`uuid` | [`String`](#string) | Name of the vulnerability finding. |
-Represents the Geo sync and verification state of a pipeline artifact.
+### `Project`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp when the PipelineArtifactRegistry was created. |
-| `id` | [`ID!`](#id) | ID of the PipelineArtifactRegistry. |
-| `lastSyncFailure` | [`String`](#string) | Error message during sync of the PipelineArtifactRegistry. |
-| `lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the PipelineArtifactRegistry. |
-| `pipelineArtifactId` | [`ID!`](#id) | ID of the pipeline artifact. |
-| `retryAt` | [`Time`](#time) | Timestamp after which the PipelineArtifactRegistry should be resynced. |
-| `retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the PipelineArtifactRegistry. |
-| `state` | [`RegistryState`](#registrystate) | Sync state of the PipelineArtifactRegistry. |
+#### Fields
-### `PipelineArtifactRegistryConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectactualrepositorysizelimit"></a>`actualRepositorySizeLimit` | [`Float`](#float) | Size limit for the repository in bytes. |
+| <a id="projectallowmergeonskippedpipeline"></a>`allowMergeOnSkippedPipeline` | [`Boolean`](#boolean) | If `only_allow_merge_if_pipeline_succeeds` is true, indicates if merge requests of the project can also be merged with skipped jobs. |
+| <a id="projectapifuzzingciconfiguration"></a>`apiFuzzingCiConfiguration` | [`ApiFuzzingCiConfiguration`](#apifuzzingciconfiguration) | API fuzzing configuration for the project. |
+| <a id="projectarchived"></a>`archived` | [`Boolean`](#boolean) | Indicates the archived status of the project. |
+| <a id="projectautoclosereferencedissues"></a>`autocloseReferencedIssues` | [`Boolean`](#boolean) | Indicates if issues referenced by merge requests and commits within the default branch are closed automatically. |
+| <a id="projectavatarurl"></a>`avatarUrl` | [`String`](#string) | URL to avatar image file of the project. |
+| <a id="projectcicdsettings"></a>`ciCdSettings` | [`ProjectCiCdSetting`](#projectcicdsetting) | CI/CD settings for the project. |
+| <a id="projectclusteragents"></a>`clusterAgents` | [`ClusterAgentConnection`](#clusteragentconnection) | Cluster agents associated with the project. |
+| <a id="projectcodecoveragesummary"></a>`codeCoverageSummary` | [`CodeCoverageSummary`](#codecoveragesummary) | Code coverage summary associated with the project. |
+| <a id="projectcomplianceframeworks"></a>`complianceFrameworks` | [`ComplianceFrameworkConnection`](#complianceframeworkconnection) | Compliance frameworks associated with the project. |
+| <a id="projectcontainerexpirationpolicy"></a>`containerExpirationPolicy` | [`ContainerExpirationPolicy`](#containerexpirationpolicy) | The container expiration policy of the project. |
+| <a id="projectcontainerregistryenabled"></a>`containerRegistryEnabled` | [`Boolean`](#boolean) | Indicates if the project stores Docker container images in a container registry. |
+| <a id="projectcontainerrepositoriescount"></a>`containerRepositoriesCount` | [`Int!`](#int) | Number of container repositories in the project. |
+| <a id="projectcreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp of the project creation. |
+| <a id="projectdastprofiles"></a>`dastProfiles` | [`DastProfileConnection`](#dastprofileconnection) | DAST Profiles associated with the project. |
+| <a id="projectdastscannerprofiles"></a>`dastScannerProfiles` | [`DastScannerProfileConnection`](#dastscannerprofileconnection) | The DAST scanner profiles associated with the project. |
+| <a id="projectdastsiteprofiles"></a>`dastSiteProfiles` | [`DastSiteProfileConnection`](#dastsiteprofileconnection) | DAST Site Profiles associated with the project. |
+| <a id="projectdescription"></a>`description` | [`String`](#string) | Short description of the project. |
+| <a id="projectdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="projectforkscount"></a>`forksCount` | [`Int!`](#int) | Number of times the project has been forked. |
+| <a id="projectfullpath"></a>`fullPath` | [`ID!`](#id) | Full path of the project. |
+| <a id="projectgrafanaintegration"></a>`grafanaIntegration` | [`GrafanaIntegration`](#grafanaintegration) | Grafana integration details for the project. |
+| <a id="projectgroup"></a>`group` | [`Group`](#group) | Group of the project. |
+| <a id="projecthttpurltorepo"></a>`httpUrlToRepo` | [`String`](#string) | URL to connect to the project via HTTPS. |
+| <a id="projectid"></a>`id` | [`ID!`](#id) | ID of the project. |
+| <a id="projectimportstatus"></a>`importStatus` | [`String`](#string) | Status of import background job of the project. |
+| <a id="projectincidentmanagementoncallschedules"></a>`incidentManagementOncallSchedules` | [`IncidentManagementOncallScheduleConnection`](#incidentmanagementoncallscheduleconnection) | Incident Management On-call schedules of the project. |
+| <a id="projectissuesenabled"></a>`issuesEnabled` | [`Boolean`](#boolean) | Indicates if Issues are enabled for the current user. |
+| <a id="projectjiraimportstatus"></a>`jiraImportStatus` | [`String`](#string) | Status of Jira import background job of the project. |
+| <a id="projectjiraimports"></a>`jiraImports` | [`JiraImportConnection`](#jiraimportconnection) | Jira imports into the project. |
+| <a id="projectjobsenabled"></a>`jobsEnabled` | [`Boolean`](#boolean) | Indicates if CI/CD pipeline jobs are enabled for the current user. |
+| <a id="projectlastactivityat"></a>`lastActivityAt` | [`Time`](#time) | Timestamp of the project last activity. |
+| <a id="projectlfsenabled"></a>`lfsEnabled` | [`Boolean`](#boolean) | Indicates if the project has Large File Storage (LFS) enabled. |
+| <a id="projectmergerequestsenabled"></a>`mergeRequestsEnabled` | [`Boolean`](#boolean) | Indicates if Merge Requests are enabled for the current user. |
+| <a id="projectmergerequestsffonlyenabled"></a>`mergeRequestsFfOnlyEnabled` | [`Boolean`](#boolean) | Indicates if no merge commits should be created and all merges should instead be fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded. |
+| <a id="projectname"></a>`name` | [`String!`](#string) | Name of the project (without namespace). |
+| <a id="projectnamewithnamespace"></a>`nameWithNamespace` | [`String!`](#string) | Full name of the project with its namespace. |
+| <a id="projectnamespace"></a>`namespace` | [`Namespace`](#namespace) | Namespace of the project. |
+| <a id="projectonlyallowmergeifalldiscussionsareresolved"></a>`onlyAllowMergeIfAllDiscussionsAreResolved` | [`Boolean`](#boolean) | Indicates if merge requests of the project can only be merged when all the discussions are resolved. |
+| <a id="projectonlyallowmergeifpipelinesucceeds"></a>`onlyAllowMergeIfPipelineSucceeds` | [`Boolean`](#boolean) | Indicates if merge requests of the project can only be merged with successful jobs. |
+| <a id="projectopenissuescount"></a>`openIssuesCount` | [`Int`](#int) | Number of open issues for the project. |
+| <a id="projectpackages"></a>`packages` | [`PackageConnection`](#packageconnection) | Packages of the project. |
+| <a id="projectpath"></a>`path` | [`String!`](#string) | Path of the project. |
+| <a id="projectpipelineanalytics"></a>`pipelineAnalytics` | [`PipelineAnalytics`](#pipelineanalytics) | Pipeline analytics. |
+| <a id="projectprintingmergerequestlinkenabled"></a>`printingMergeRequestLinkEnabled` | [`Boolean`](#boolean) | Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line. |
+| <a id="projectpublicjobs"></a>`publicJobs` | [`Boolean`](#boolean) | Indicates if there is public access to pipelines and job details of the project, including output logs and artifacts. |
+| <a id="projectpushrules"></a>`pushRules` | [`PushRules`](#pushrules) | The project's push rules settings. |
+| <a id="projectremovesourcebranchaftermerge"></a>`removeSourceBranchAfterMerge` | [`Boolean`](#boolean) | Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project. |
+| <a id="projectrepository"></a>`repository` | [`Repository`](#repository) | Git repository of the project. |
+| <a id="projectrepositorysizeexcess"></a>`repositorySizeExcess` | [`Float`](#float) | Size of repository that exceeds the limit in bytes. |
+| <a id="projectrequestaccessenabled"></a>`requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request member access to the project. |
+| <a id="projectrequirementstatescount"></a>`requirementStatesCount` | [`RequirementStatesCount`](#requirementstatescount) | Number of requirements for the project by their state. |
+| <a id="projectsastciconfiguration"></a>`sastCiConfiguration` | [`SastCiConfiguration`](#sastciconfiguration) | SAST CI configuration for the project. |
+| <a id="projectsecuritydashboardpath"></a>`securityDashboardPath` | [`String`](#string) | Path to project's security dashboard. |
+| <a id="projectsecurityscanners"></a>`securityScanners` | [`SecurityScanners`](#securityscanners) | Information about security analyzers used in the project. |
+| <a id="projectsentryerrors"></a>`sentryErrors` | [`SentryErrorCollection`](#sentryerrorcollection) | Paginated collection of Sentry errors on the project. |
+| <a id="projectservicedeskaddress"></a>`serviceDeskAddress` | [`String`](#string) | E-mail address of the service desk. |
+| <a id="projectservicedeskenabled"></a>`serviceDeskEnabled` | [`Boolean`](#boolean) | Indicates if the project has service desk enabled. |
+| <a id="projectsharedrunnersenabled"></a>`sharedRunnersEnabled` | [`Boolean`](#boolean) | Indicates if shared runners are enabled for the project. |
+| <a id="projectsnippetsenabled"></a>`snippetsEnabled` | [`Boolean`](#boolean) | Indicates if Snippets are enabled for the current user. |
+| <a id="projectsquashreadonly"></a>`squashReadOnly` | [`Boolean!`](#boolean) | Indicates if `squashReadOnly` is enabled. |
+| <a id="projectsshurltorepo"></a>`sshUrlToRepo` | [`String`](#string) | URL to connect to the project via SSH. |
+| <a id="projectstarcount"></a>`starCount` | [`Int!`](#int) | Number of times the project has been starred. |
+| <a id="projectstatistics"></a>`statistics` | [`ProjectStatistics`](#projectstatistics) | Statistics of the project. |
+| <a id="projectsuggestioncommitmessage"></a>`suggestionCommitMessage` | [`String`](#string) | The commit message used to apply merge request suggestions. |
+| <a id="projecttaglist"></a>`tagList` | [`String`](#string) | List of project topics (not Git tags). |
+| <a id="projectterraformstates"></a>`terraformStates` | [`TerraformStateConnection`](#terraformstateconnection) | Terraform states associated with the project. |
+| <a id="projectuserpermissions"></a>`userPermissions` | [`ProjectPermissions!`](#projectpermissions) | Permissions for the current user on the resource. |
+| <a id="projectvisibility"></a>`visibility` | [`String`](#string) | Visibility of the project. |
+| <a id="projectvulnerabilityscanners"></a>`vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the project vulnerabilities. |
+| <a id="projectweburl"></a>`webUrl` | [`String`](#string) | Web URL of the project. |
+| <a id="projectwikienabled"></a>`wikiEnabled` | [`Boolean`](#boolean) | Indicates if Wikis are enabled for the current user. |
+
+#### Fields with arguments
+
+##### `Project.alertManagementAlert`
+
+A single Alert Management alert of the project.
+
+Returns [`AlertManagementAlert`](#alertmanagementalert).
+
+###### Arguments
-The connection type for PipelineArtifactRegistry.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectalertmanagementalertassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of a user assigned to the issue. |
+| <a id="projectalertmanagementalertdomain"></a>`domain` | [`AlertManagementDomainFilter!`](#alertmanagementdomainfilter) | Filter query for given domain. |
+| <a id="projectalertmanagementalertiid"></a>`iid` | [`String`](#string) | IID of the alert. For example, "1". |
+| <a id="projectalertmanagementalertsearch"></a>`search` | [`String`](#string) | Search query for title, description, service, or monitoring_tool. |
+| <a id="projectalertmanagementalertsort"></a>`sort` | [`AlertManagementAlertSort`](#alertmanagementalertsort) | Sort alerts by this criteria. |
+| <a id="projectalertmanagementalertstatuses"></a>`statuses` | [`[AlertManagementStatus!]`](#alertmanagementstatus) | Alerts with the specified statues. For example, [TRIGGERED]. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[PipelineArtifactRegistryEdge]`](#pipelineartifactregistryedge) | A list of edges. |
-| `nodes` | [`[PipelineArtifactRegistry]`](#pipelineartifactregistry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### `Project.alertManagementAlertStatusCounts`
-### `PipelineArtifactRegistryEdge`
+Counts of alerts by status for the project.
-An edge in a connection.
+Returns [`AlertManagementAlertStatusCountsType`](#alertmanagementalertstatuscountstype).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`PipelineArtifactRegistry`](#pipelineartifactregistry) | The item at the end of the edge. |
+###### Arguments
-### `PipelineCancelPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectalertmanagementalertstatuscountsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of a user assigned to the issue. |
+| <a id="projectalertmanagementalertstatuscountssearch"></a>`search` | [`String`](#string) | Search query for title, description, service, or monitoring_tool. |
-Autogenerated return type of PipelineCancel.
+##### `Project.alertManagementAlerts`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+Alert Management alerts of the project.
-### `PipelineConnection`
+Returns [`AlertManagementAlertConnection`](#alertmanagementalertconnection).
-The connection type for Pipeline.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[PipelineEdge]`](#pipelineedge) | A list of edges. |
-| `nodes` | [`[Pipeline]`](#pipeline) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+###### Arguments
-### `PipelineDestroyPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectalertmanagementalertsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of a user assigned to the issue. |
+| <a id="projectalertmanagementalertsdomain"></a>`domain` | [`AlertManagementDomainFilter!`](#alertmanagementdomainfilter) | Filter query for given domain. |
+| <a id="projectalertmanagementalertsiid"></a>`iid` | [`String`](#string) | IID of the alert. For example, "1". |
+| <a id="projectalertmanagementalertssearch"></a>`search` | [`String`](#string) | Search query for title, description, service, or monitoring_tool. |
+| <a id="projectalertmanagementalertssort"></a>`sort` | [`AlertManagementAlertSort`](#alertmanagementalertsort) | Sort alerts by this criteria. |
+| <a id="projectalertmanagementalertsstatuses"></a>`statuses` | [`[AlertManagementStatus!]`](#alertmanagementstatus) | Alerts with the specified statues. For example, [TRIGGERED]. |
-Autogenerated return type of PipelineDestroy.
+##### `Project.alertManagementHttpIntegrations`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+HTTP Integrations which can receive alerts for the project.
-### `PipelineEdge`
+Returns [`AlertManagementHttpIntegrationConnection`](#alertmanagementhttpintegrationconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Pipeline`](#pipeline) | The item at the end of the edge. |
+###### Arguments
-### `PipelinePermissions`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectalertmanagementhttpintegrationsid"></a>`id` | [`AlertManagementHttpIntegrationID`](#alertmanagementhttpintegrationid) | ID of the integration. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_pipeline` on this resource. |
-| `destroyPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_pipeline` on this resource. |
-| `updatePipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `update_pipeline` on this resource. |
+##### `Project.alertManagementIntegrations`
-### `PipelineRetryPayload`
+Integrations which can receive alerts for the project.
-Autogenerated return type of PipelineRetry.
+Returns [`AlertManagementIntegrationConnection`](#alertmanagementintegrationconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `pipeline` | [`Pipeline`](#pipeline) | The pipeline after mutation. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `PipelineSecurityReportFinding`
+###### Arguments
-Represents vulnerability finding of a security report on the pipeline.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectalertmanagementintegrationsid"></a>`id` | [`GlobalID`](#globalid) | ID of the integration. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `confidence` | [`String`](#string) | Type of the security report that found the vulnerability. |
-| `description` | [`String`](#string) | Description of the vulnerability finding. |
-| `identifiers` | [`[VulnerabilityIdentifier!]!`](#vulnerabilityidentifier) | Identifiers of the vulnerabilit finding. |
-| `location` | [`VulnerabilityLocation`](#vulnerabilitylocation) | Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability. |
-| `name` | [`String`](#string) | Name of the vulnerability finding. |
-| `project` | [`Project`](#project) | The project on which the vulnerability finding was found. |
-| `projectFingerprint` | [`String`](#string) | Name of the vulnerability finding. |
-| `reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the security report that found the vulnerability finding. |
-| `scanner` | [`VulnerabilityScanner`](#vulnerabilityscanner) | Scanner metadata for the vulnerability. |
-| `severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the vulnerability finding. |
-| `solution` | [`String`](#string) | URL to the vulnerability's details page. |
-| `uuid` | [`String`](#string) | Name of the vulnerability finding. |
+##### `Project.alertManagementPayloadFields`
-### `PipelineSecurityReportFindingConnection`
+Extract alert fields from payload for custom mapping.
-The connection type for PipelineSecurityReportFinding.
+Returns [`[AlertManagementPayloadAlertField!]`](#alertmanagementpayloadalertfield).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[PipelineSecurityReportFindingEdge]`](#pipelinesecurityreportfindingedge) | A list of edges. |
-| `nodes` | [`[PipelineSecurityReportFinding]`](#pipelinesecurityreportfinding) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+###### Arguments
-### `PipelineSecurityReportFindingEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectalertmanagementpayloadfieldspayloadexample"></a>`payloadExample` | [`String!`](#string) | Sample payload for extracting alert fields for custom mappings. |
-An edge in a connection.
+##### `Project.board`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`PipelineSecurityReportFinding`](#pipelinesecurityreportfinding) | The item at the end of the edge. |
+A single board of the project.
-### `Project`
+Returns [`Board`](#board).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `actualRepositorySizeLimit` | [`Float`](#float) | Size limit for the repository in bytes. |
-| `alertManagementAlert` | [`AlertManagementAlert`](#alertmanagementalert) | A single Alert Management alert of the project. |
-| `alertManagementAlertStatusCounts` | [`AlertManagementAlertStatusCountsType`](#alertmanagementalertstatuscountstype) | Counts of alerts by status for the project. |
-| `alertManagementAlerts` | [`AlertManagementAlertConnection`](#alertmanagementalertconnection) | Alert Management alerts of the project. |
-| `alertManagementHttpIntegrations` | [`AlertManagementHttpIntegrationConnection`](#alertmanagementhttpintegrationconnection) | HTTP Integrations which can receive alerts for the project. |
-| `alertManagementIntegrations` | [`AlertManagementIntegrationConnection`](#alertmanagementintegrationconnection) | Integrations which can receive alerts for the project. |
-| `alertManagementPayloadFields` | [`[AlertManagementPayloadAlertField!]`](#alertmanagementpayloadalertfield) | Extract alert fields from payload for custom mapping. |
-| `allowMergeOnSkippedPipeline` | [`Boolean`](#boolean) | If `only_allow_merge_if_pipeline_succeeds` is true, indicates if merge requests of the project can also be merged with skipped jobs. |
-| `apiFuzzingCiConfiguration` | [`ApiFuzzingCiConfiguration`](#apifuzzingciconfiguration) | API fuzzing configuration for the project. |
-| `archived` | [`Boolean`](#boolean) | Indicates the archived status of the project. |
-| `autocloseReferencedIssues` | [`Boolean`](#boolean) | Indicates if issues referenced by merge requests and commits within the default branch are closed automatically. |
-| `avatarUrl` | [`String`](#string) | URL to avatar image file of the project. |
-| `board` | [`Board`](#board) | A single board of the project. |
-| `boards` | [`BoardConnection`](#boardconnection) | Boards of the project. |
-| `ciCdSettings` | [`ProjectCiCdSetting`](#projectcicdsetting) | CI/CD settings for the project. |
-| `clusterAgent` | [`ClusterAgent`](#clusteragent) | Find a single cluster agent by name. |
-| `clusterAgents` | [`ClusterAgentConnection`](#clusteragentconnection) | Cluster agents associated with the project. |
-| `codeCoverageSummary` | [`CodeCoverageSummary`](#codecoveragesummary) | Code coverage summary associated with the project. |
-| `complianceFrameworks` | [`ComplianceFrameworkConnection`](#complianceframeworkconnection) | Compliance frameworks associated with the project. |
-| `containerExpirationPolicy` | [`ContainerExpirationPolicy`](#containerexpirationpolicy) | The container expiration policy of the project. |
-| `containerRegistryEnabled` | [`Boolean`](#boolean) | Indicates if the project stores Docker container images in a container registry. |
-| `containerRepositories` | [`ContainerRepositoryConnection`](#containerrepositoryconnection) | Container repositories of the project. |
-| `containerRepositoriesCount` | [`Int!`](#int) | Number of container repositories in the project. |
-| `createdAt` | [`Time`](#time) | Timestamp of the project creation. |
-| `dastProfiles` | [`DastProfileConnection`](#dastprofileconnection) | DAST Profiles associated with the project. |
-| `dastScannerProfiles` | [`DastScannerProfileConnection`](#dastscannerprofileconnection) | The DAST scanner profiles associated with the project. |
-| `dastSiteProfile` | [`DastSiteProfile`](#dastsiteprofile) | DAST Site Profile associated with the project. |
-| `dastSiteProfiles` | [`DastSiteProfileConnection`](#dastsiteprofileconnection) | DAST Site Profiles associated with the project. |
-| `dastSiteValidations` | [`DastSiteValidationConnection`](#dastsitevalidationconnection) | DAST Site Validations associated with the project. |
-| `description` | [`String`](#string) | Short description of the project. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `environment` | [`Environment`](#environment) | A single environment of the project. |
-| `environments` | [`EnvironmentConnection`](#environmentconnection) | Environments of the project. |
-| `forksCount` | [`Int!`](#int) | Number of times the project has been forked. |
-| `fullPath` | [`ID!`](#id) | Full path of the project. |
-| `grafanaIntegration` | [`GrafanaIntegration`](#grafanaintegration) | Grafana integration details for the project. |
-| `group` | [`Group`](#group) | Group of the project. |
-| `httpUrlToRepo` | [`String`](#string) | URL to connect to the project via HTTPS. |
-| `id` | [`ID!`](#id) | ID of the project. |
-| `importStatus` | [`String`](#string) | Status of import background job of the project. |
-| `incidentManagementOncallSchedules` | [`IncidentManagementOncallScheduleConnection`](#incidentmanagementoncallscheduleconnection) | Incident Management On-call schedules of the project. |
-| `issue` | [`Issue`](#issue) | A single issue of the project. |
-| `issueStatusCounts` | [`IssueStatusCountsType`](#issuestatuscountstype) | Counts of issues by status for the project. |
-| `issues` | [`IssueConnection`](#issueconnection) | Issues of the project. |
-| `issuesEnabled` | [`Boolean`](#boolean) | Indicates if Issues are enabled for the current user. |
-| `iterationCadences` | [`IterationCadenceConnection`](#iterationcadenceconnection) | Find iteration cadences. |
-| `iterations` | [`IterationConnection`](#iterationconnection) | Find iterations. |
-| `jiraImportStatus` | [`String`](#string) | Status of Jira import background job of the project. |
-| `jiraImports` | [`JiraImportConnection`](#jiraimportconnection) | Jira imports into the project. |
-| `jobs` | [`CiJobConnection`](#cijobconnection) | Jobs of a project. This field can only be resolved for one project in any single request. |
-| `jobsEnabled` | [`Boolean`](#boolean) | Indicates if CI/CD pipeline jobs are enabled for the current user. |
-| `label` | [`Label`](#label) | A label available on this project. |
-| `labels` | [`LabelConnection`](#labelconnection) | Labels available on this project. |
-| `lastActivityAt` | [`Time`](#time) | Timestamp of the project last activity. |
-| `lfsEnabled` | [`Boolean`](#boolean) | Indicates if the project has Large File Storage (LFS) enabled. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | A single merge request of the project. |
-| `mergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests of the project. |
-| `mergeRequestsEnabled` | [`Boolean`](#boolean) | Indicates if Merge Requests are enabled for the current user. |
-| `mergeRequestsFfOnlyEnabled` | [`Boolean`](#boolean) | Indicates if no merge commits should be created and all merges should instead be fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded. |
-| `milestones` | [`MilestoneConnection`](#milestoneconnection) | Milestones of the project. |
-| `name` | [`String!`](#string) | Name of the project (without namespace). |
-| `nameWithNamespace` | [`String!`](#string) | Full name of the project with its namespace. |
-| `namespace` | [`Namespace`](#namespace) | Namespace of the project. |
-| `onlyAllowMergeIfAllDiscussionsAreResolved` | [`Boolean`](#boolean) | Indicates if merge requests of the project can only be merged when all the discussions are resolved. |
-| `onlyAllowMergeIfPipelineSucceeds` | [`Boolean`](#boolean) | Indicates if merge requests of the project can only be merged with successful jobs. |
-| `openIssuesCount` | [`Int`](#int) | Number of open issues for the project. |
-| `packages` | [`PackageConnection`](#packageconnection) | Packages of the project. |
-| `path` | [`String!`](#string) | Path of the project. |
-| `pipeline` | [`Pipeline`](#pipeline) | Build pipeline of the project. |
-| `pipelineAnalytics` | [`PipelineAnalytics`](#pipelineanalytics) | Pipeline analytics. |
-| `pipelines` | [`PipelineConnection`](#pipelineconnection) | Build pipelines of the project. |
-| `printingMergeRequestLinkEnabled` | [`Boolean`](#boolean) | Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line. |
-| `projectMembers` | [`MemberInterfaceConnection`](#memberinterfaceconnection) | Members of the project. |
-| `publicJobs` | [`Boolean`](#boolean) | Indicates if there is public access to pipelines and job details of the project, including output logs and artifacts. |
-| `pushRules` | [`PushRules`](#pushrules) | The project's push rules settings. |
-| `release` | [`Release`](#release) | A single release of the project. |
-| `releases` | [`ReleaseConnection`](#releaseconnection) | Releases of the project. |
-| `removeSourceBranchAfterMerge` | [`Boolean`](#boolean) | Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project. |
-| `repository` | [`Repository`](#repository) | Git repository of the project. |
-| `repositorySizeExcess` | [`Float`](#float) | Size of repository that exceeds the limit in bytes. |
-| `requestAccessEnabled` | [`Boolean`](#boolean) | Indicates if users can request member access to the project. |
-| `requirement` | [`Requirement`](#requirement) | Find a single requirement. |
-| `requirementStatesCount` | [`RequirementStatesCount`](#requirementstatescount) | Number of requirements for the project by their state. |
-| `requirements` | [`RequirementConnection`](#requirementconnection) | Find requirements. |
-| `sastCiConfiguration` | [`SastCiConfiguration`](#sastciconfiguration) | SAST CI configuration for the project. |
-| `securityDashboardPath` | [`String`](#string) | Path to project's security dashboard. |
-| `securityScanners` | [`SecurityScanners`](#securityscanners) | Information about security analyzers used in the project. |
-| `sentryDetailedError` | [`SentryDetailedError`](#sentrydetailederror) | Detailed version of a Sentry error on the project. |
-| `sentryErrors` | [`SentryErrorCollection`](#sentryerrorcollection) | Paginated collection of Sentry errors on the project. |
-| `serviceDeskAddress` | [`String`](#string) | E-mail address of the service desk. |
-| `serviceDeskEnabled` | [`Boolean`](#boolean) | Indicates if the project has service desk enabled. |
-| `services` | [`ServiceConnection`](#serviceconnection) | Project services. |
-| `sharedRunnersEnabled` | [`Boolean`](#boolean) | Indicates if shared runners are enabled for the project. |
-| `snippets` | [`SnippetConnection`](#snippetconnection) | Snippets of the project. |
-| `snippetsEnabled` | [`Boolean`](#boolean) | Indicates if Snippets are enabled for the current user. |
-| `squashReadOnly` | [`Boolean!`](#boolean) | Indicates if `squashReadOnly` is enabled. |
-| `sshUrlToRepo` | [`String`](#string) | URL to connect to the project via SSH. |
-| `starCount` | [`Int!`](#int) | Number of times the project has been starred. |
-| `statistics` | [`ProjectStatistics`](#projectstatistics) | Statistics of the project. |
-| `suggestionCommitMessage` | [`String`](#string) | The commit message used to apply merge request suggestions. |
-| `tagList` | [`String`](#string) | List of project topics (not Git tags). |
-| `terraformState` | [`TerraformState`](#terraformstate) | Find a single Terraform state by name. |
-| `terraformStates` | [`TerraformStateConnection`](#terraformstateconnection) | Terraform states associated with the project. |
-| `userPermissions` | [`ProjectPermissions!`](#projectpermissions) | Permissions for the current user on the resource. |
-| `visibility` | [`String`](#string) | Visibility of the project. |
-| `vulnerabilities` | [`VulnerabilityConnection`](#vulnerabilityconnection) | Vulnerabilities reported on the project. |
-| `vulnerabilitiesCountByDay` | [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnection) | Number of vulnerabilities per day for the project. |
-| `vulnerabilityScanners` | [`VulnerabilityScannerConnection`](#vulnerabilityscannerconnection) | Vulnerability scanners reported on the project vulnerabilities. |
-| `vulnerabilitySeveritiesCount` | [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount) | Counts for each vulnerability severity in the project. |
-| `webUrl` | [`String`](#string) | Web URL of the project. |
-| `wikiEnabled` | [`Boolean`](#boolean) | Indicates if Wikis are enabled for the current user. |
+###### Arguments
-### `ProjectCiCdSetting`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectboardid"></a>`id` | [`BoardID!`](#boardid) | The board's ID. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `keepLatestArtifact` | [`Boolean`](#boolean) | Whether to keep the latest builds artifacts. |
-| `mergePipelinesEnabled` | [`Boolean`](#boolean) | Whether merge pipelines are enabled. |
-| `mergeTrainsEnabled` | [`Boolean`](#boolean) | Whether merge trains are enabled. |
-| `project` | [`Project`](#project) | Project the CI/CD settings belong to. |
+##### `Project.boards`
-### `ProjectConnection`
+Boards of the project.
-The connection type for Project.
+Returns [`BoardConnection`](#boardconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ProjectEdge]`](#projectedge) | A list of edges. |
-| `nodes` | [`[Project]`](#project) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `ProjectEdge`
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectboardsid"></a>`id` | [`BoardID`](#boardid) | Find a board by its ID. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Project`](#project) | The item at the end of the edge. |
+##### `Project.clusterAgent`
-### `ProjectMember`
+Find a single cluster agent by name.
-Represents a Project Membership.
+Returns [`ClusterAgent`](#clusteragent).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `accessLevel` | [`AccessLevel`](#accesslevel) | GitLab::Access level. |
-| `createdAt` | [`Time`](#time) | Date and time the membership was created. |
-| `createdBy` | [`User`](#user) | User that authorized membership. |
-| `expiresAt` | [`Time`](#time) | Date and time the membership expires. |
-| `id` | [`ID!`](#id) | ID of the member. |
-| `project` | [`Project`](#project) | Project that User is a member of. |
-| `updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
-| `user` | [`User!`](#user) | User that is associated with the member object. |
-| `userPermissions` | [`ProjectPermissions!`](#projectpermissions) | Permissions for the current user on the resource. |
+###### Arguments
-### `ProjectMemberConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectclusteragentname"></a>`name` | [`String!`](#string) | Name of the cluster agent. |
-The connection type for ProjectMember.
+##### `Project.containerRepositories`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ProjectMemberEdge]`](#projectmemberedge) | A list of edges. |
-| `nodes` | [`[ProjectMember]`](#projectmember) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Container repositories of the project.
-### `ProjectMemberEdge`
+Returns [`ContainerRepositoryConnection`](#containerrepositoryconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ProjectMember`](#projectmember) | The item at the end of the edge. |
+###### Arguments
-### `ProjectPermissions`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectcontainerrepositoriesname"></a>`name` | [`String`](#string) | Filter the container repositories by their name. |
+| <a id="projectcontainerrepositoriessort"></a>`sort` | [`ContainerRepositorySort`](#containerrepositorysort) | Sort container repositories by this criteria. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminOperations` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_operations` on this resource. |
-| `adminProject` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_project` on this resource. |
-| `adminRemoteMirror` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_remote_mirror` on this resource. |
-| `adminWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_wiki` on this resource. |
-| `archiveProject` | [`Boolean!`](#boolean) | Indicates the user can perform `archive_project` on this resource. |
-| `changeNamespace` | [`Boolean!`](#boolean) | Indicates the user can perform `change_namespace` on this resource. |
-| `changeVisibilityLevel` | [`Boolean!`](#boolean) | Indicates the user can perform `change_visibility_level` on this resource. |
-| `createDeployment` | [`Boolean!`](#boolean) | Indicates the user can perform `create_deployment` on this resource. |
-| `createDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `create_design` on this resource. |
-| `createIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `create_issue` on this resource. |
-| `createLabel` | [`Boolean!`](#boolean) | Indicates the user can perform `create_label` on this resource. |
-| `createMergeRequestFrom` | [`Boolean!`](#boolean) | Indicates the user can perform `create_merge_request_from` on this resource. |
-| `createMergeRequestIn` | [`Boolean!`](#boolean) | Indicates the user can perform `create_merge_request_in` on this resource. |
-| `createPages` | [`Boolean!`](#boolean) | Indicates the user can perform `create_pages` on this resource. |
-| `createPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `create_pipeline` on this resource. |
-| `createPipelineSchedule` | [`Boolean!`](#boolean) | Indicates the user can perform `create_pipeline_schedule` on this resource. |
-| `createSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `create_snippet` on this resource. |
-| `createWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `create_wiki` on this resource. |
-| `destroyDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_design` on this resource. |
-| `destroyPages` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_pages` on this resource. |
-| `destroyWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_wiki` on this resource. |
-| `downloadCode` | [`Boolean!`](#boolean) | Indicates the user can perform `download_code` on this resource. |
-| `downloadWikiCode` | [`Boolean!`](#boolean) | Indicates the user can perform `download_wiki_code` on this resource. |
-| `forkProject` | [`Boolean!`](#boolean) | Indicates the user can perform `fork_project` on this resource. |
-| `pushCode` | [`Boolean!`](#boolean) | Indicates the user can perform `push_code` on this resource. |
-| `pushToDeleteProtectedBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `push_to_delete_protected_branch` on this resource. |
-| `readCommitStatus` | [`Boolean!`](#boolean) | Indicates the user can perform `read_commit_status` on this resource. |
-| `readCycleAnalytics` | [`Boolean!`](#boolean) | Indicates the user can perform `read_cycle_analytics` on this resource. |
-| `readDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `read_design` on this resource. |
-| `readMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `read_merge_request` on this resource. |
-| `readPagesContent` | [`Boolean!`](#boolean) | Indicates the user can perform `read_pages_content` on this resource. |
-| `readProject` | [`Boolean!`](#boolean) | Indicates the user can perform `read_project` on this resource. |
-| `readProjectMember` | [`Boolean!`](#boolean) | Indicates the user can perform `read_project_member` on this resource. |
-| `readWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `read_wiki` on this resource. |
-| `removeForkProject` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_fork_project` on this resource. |
-| `removePages` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_pages` on this resource. |
-| `removeProject` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_project` on this resource. |
-| `renameProject` | [`Boolean!`](#boolean) | Indicates the user can perform `rename_project` on this resource. |
-| `requestAccess` | [`Boolean!`](#boolean) | Indicates the user can perform `request_access` on this resource. |
-| `updatePages` | [`Boolean!`](#boolean) | Indicates the user can perform `update_pages` on this resource. |
-| `updateWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `update_wiki` on this resource. |
-| `uploadFile` | [`Boolean!`](#boolean) | Indicates the user can perform `upload_file` on this resource. |
+##### `Project.dastSiteProfile`
-### `ProjectStatistics`
+DAST Site Profile associated with the project.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `buildArtifactsSize` | [`Float!`](#float) | Build artifacts size of the project in bytes. |
-| `commitCount` | [`Float!`](#float) | Commit count of the project. |
-| `lfsObjectsSize` | [`Float!`](#float) | Large File Storage (LFS) object size of the project in bytes. |
-| `packagesSize` | [`Float!`](#float) | Packages size of the project in bytes. |
-| `repositorySize` | [`Float!`](#float) | Repository size of the project in bytes. |
-| `snippetsSize` | [`Float`](#float) | Snippets size of the project in bytes. |
-| `storageSize` | [`Float!`](#float) | Storage size of the project in bytes. |
-| `uploadsSize` | [`Float`](#float) | Uploads size of the project in bytes. |
-| `wikiSize` | [`Float`](#float) | Wiki size of the project in bytes. |
+Returns [`DastSiteProfile`](#dastsiteprofile).
-### `PrometheusAlert`
+###### Arguments
-The alert condition for Prometheus.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectdastsiteprofileid"></a>`id` | [`DastSiteProfileID!`](#dastsiteprofileid) | ID of the site profile. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `humanizedText` | [`String!`](#string) | The human-readable text of the alert condition. |
-| `id` | [`ID!`](#id) | ID of the alert condition. |
+##### `Project.dastSiteValidations`
-### `PrometheusIntegrationCreatePayload`
+DAST Site Validations associated with the project.
-Autogenerated return type of PrometheusIntegrationCreate.
+Returns [`DastSiteValidationConnection`](#dastsitevalidationconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `integration` | [`AlertManagementPrometheusIntegration`](#alertmanagementprometheusintegration) | The newly created integration. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `PrometheusIntegrationResetTokenPayload`
+###### Arguments
-Autogenerated return type of PrometheusIntegrationResetToken.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectdastsitevalidationsnormalizedtargeturls"></a>`normalizedTargetUrls` | [`[String!]`](#string) | Normalized URL of the target to be scanned. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `integration` | [`AlertManagementPrometheusIntegration`](#alertmanagementprometheusintegration) | The newly created integration. |
+##### `Project.environment`
-### `PrometheusIntegrationUpdatePayload`
+A single environment of the project.
-Autogenerated return type of PrometheusIntegrationUpdate.
+Returns [`Environment`](#environment).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `integration` | [`AlertManagementPrometheusIntegration`](#alertmanagementprometheusintegration) | The newly created integration. |
+###### Arguments
-### `PromoteToEpicPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectenvironmentname"></a>`name` | [`String`](#string) | Name of the environment. |
+| <a id="projectenvironmentsearch"></a>`search` | [`String`](#string) | Search query for environment name. |
+| <a id="projectenvironmentstates"></a>`states` | [`[String!]`](#string) | States of environments that should be included in result. |
-Autogenerated return type of PromoteToEpic.
+##### `Project.environments`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epic` | [`Epic`](#epic) | The epic after issue promotion. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+Environments of the project.
-### `PushRules`
+Returns [`EnvironmentConnection`](#environmentconnection).
-Represents rules that commit pushes must follow.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `rejectUnsignedCommits` | [`Boolean!`](#boolean) | Indicates whether commits not signed through GPG will be rejected. |
+###### Arguments
-### `RecentFailures`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectenvironmentsname"></a>`name` | [`String`](#string) | Name of the environment. |
+| <a id="projectenvironmentssearch"></a>`search` | [`String`](#string) | Search query for environment name. |
+| <a id="projectenvironmentsstates"></a>`states` | [`[String!]`](#string) | States of environments that should be included in result. |
-Recent failure history of a test case.
+##### `Project.issue`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `baseBranch` | [`String`](#string) | Name of the base branch of the project. |
-| `count` | [`Int`](#int) | Number of times the test case has failed in the past 14 days. |
+A single issue of the project.
-### `Release`
+Returns [`Issue`](#issue).
-Represents a release.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `assets` | [`ReleaseAssets`](#releaseassets) | Assets of the release. |
-| `author` | [`User`](#user) | User that created the release. |
-| `commit` | [`Commit`](#commit) | The commit associated with the release. |
-| `createdAt` | [`Time`](#time) | Timestamp of when the release was created. |
-| `description` | [`String`](#string) | Description (also known as "release notes") of the release. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `evidences` | [`ReleaseEvidenceConnection`](#releaseevidenceconnection) | Evidence for the release. |
-| `links` | [`ReleaseLinks`](#releaselinks) | Links of the release. |
-| `milestones` | [`MilestoneConnection`](#milestoneconnection) | Milestones associated to the release. |
-| `name` | [`String`](#string) | Name of the release. |
-| `releasedAt` | [`Time`](#time) | Timestamp of when the release was released. |
-| `tagName` | [`String`](#string) | Name of the tag associated with the release. |
-| `tagPath` | [`String`](#string) | Relative web path to the tag associated with the release. |
-| `upcomingRelease` | [`Boolean`](#boolean) | Indicates the release is an upcoming release. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectissueassigneeid"></a>`assigneeId` | [`String`](#string) | ID of a user assigned to the issues, "none" and "any" values are supported. |
+| <a id="projectissueassigneeusername"></a>`assigneeUsername` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.11. Use `assigneeUsernames`. |
+| <a id="projectissueassigneeusernames"></a>`assigneeUsernames` | [`[String!]`](#string) | Usernames of users assigned to the issue. |
+| <a id="projectissueauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author of the issue. |
+| <a id="projectissueclosedafter"></a>`closedAfter` | [`Time`](#time) | Issues closed after this date. |
+| <a id="projectissueclosedbefore"></a>`closedBefore` | [`Time`](#time) | Issues closed before this date. |
+| <a id="projectissuecreatedafter"></a>`createdAfter` | [`Time`](#time) | Issues created after this date. |
+| <a id="projectissuecreatedbefore"></a>`createdBefore` | [`Time`](#time) | Issues created before this date. |
+| <a id="projectissueepicid"></a>`epicId` | [`String`](#string) | ID of an epic associated with the issues, "none" and "any" values are supported. |
+| <a id="projectissueiid"></a>`iid` | [`String`](#string) | IID of the issue. For example, "1". |
+| <a id="projectissueiids"></a>`iids` | [`[String!]`](#string) | List of IIDs of issues. For example, ["1", "2"]. |
+| <a id="projectissueiterationid"></a>`iterationId` | [`[ID]`](#id) | List of iteration Global IDs applied to the issue. |
+| <a id="projectissueiterationwildcardid"></a>`iterationWildcardId` | [`IterationWildcardId`](#iterationwildcardid) | Filter by iteration ID wildcard. |
+| <a id="projectissuelabelname"></a>`labelName` | [`[String]`](#string) | Labels applied to this issue. |
+| <a id="projectissuemilestonetitle"></a>`milestoneTitle` | [`[String]`](#string) | Milestone applied to this issue. |
+| <a id="projectissuenot"></a>`not` | [`NegatedIssueFilterInput`](#negatedissuefilterinput) | Negated arguments. |
+| <a id="projectissuesearch"></a>`search` | [`String`](#string) | Search query for issue title or description. |
+| <a id="projectissuesort"></a>`sort` | [`IssueSort`](#issuesort) | Sort issues by this criteria. |
+| <a id="projectissuestate"></a>`state` | [`IssuableState`](#issuablestate) | Current state of this issue. |
+| <a id="projectissuetypes"></a>`types` | [`[IssueType!]`](#issuetype) | Filter issues by the given issue types. |
+| <a id="projectissueupdatedafter"></a>`updatedAfter` | [`Time`](#time) | Issues updated after this date. |
+| <a id="projectissueupdatedbefore"></a>`updatedBefore` | [`Time`](#time) | Issues updated before this date. |
+| <a id="projectissueweight"></a>`weight` | [`String`](#string) | Weight applied to the issue, "none" and "any" values are supported. |
+
+##### `Project.issueStatusCounts`
+
+Counts of issues by status for the project.
+
+Returns [`IssueStatusCountsType`](#issuestatuscountstype).
+
+###### Arguments
-### `ReleaseAssetLink`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectissuestatuscountsassigneeid"></a>`assigneeId` | [`String`](#string) | ID of a user assigned to the issues, "none" and "any" values are supported. |
+| <a id="projectissuestatuscountsassigneeusername"></a>`assigneeUsername` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.11. Use `assigneeUsernames`. |
+| <a id="projectissuestatuscountsassigneeusernames"></a>`assigneeUsernames` | [`[String!]`](#string) | Usernames of users assigned to the issue. |
+| <a id="projectissuestatuscountsauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author of the issue. |
+| <a id="projectissuestatuscountsclosedafter"></a>`closedAfter` | [`Time`](#time) | Issues closed after this date. |
+| <a id="projectissuestatuscountsclosedbefore"></a>`closedBefore` | [`Time`](#time) | Issues closed before this date. |
+| <a id="projectissuestatuscountscreatedafter"></a>`createdAfter` | [`Time`](#time) | Issues created after this date. |
+| <a id="projectissuestatuscountscreatedbefore"></a>`createdBefore` | [`Time`](#time) | Issues created before this date. |
+| <a id="projectissuestatuscountsiid"></a>`iid` | [`String`](#string) | IID of the issue. For example, "1". |
+| <a id="projectissuestatuscountsiids"></a>`iids` | [`[String!]`](#string) | List of IIDs of issues. For example, ["1", "2"]. |
+| <a id="projectissuestatuscountslabelname"></a>`labelName` | [`[String]`](#string) | Labels applied to this issue. |
+| <a id="projectissuestatuscountsmilestonetitle"></a>`milestoneTitle` | [`[String]`](#string) | Milestone applied to this issue. |
+| <a id="projectissuestatuscountsnot"></a>`not` | [`NegatedIssueFilterInput`](#negatedissuefilterinput) | Negated arguments. |
+| <a id="projectissuestatuscountssearch"></a>`search` | [`String`](#string) | Search query for issue title or description. |
+| <a id="projectissuestatuscountstypes"></a>`types` | [`[IssueType!]`](#issuetype) | Filter issues by the given issue types. |
+| <a id="projectissuestatuscountsupdatedafter"></a>`updatedAfter` | [`Time`](#time) | Issues updated after this date. |
+| <a id="projectissuestatuscountsupdatedbefore"></a>`updatedBefore` | [`Time`](#time) | Issues updated before this date. |
+
+##### `Project.issues`
+
+Issues of the project.
+
+Returns [`IssueConnection`](#issueconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-Represents an asset link associated with a release.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectissuesassigneeid"></a>`assigneeId` | [`String`](#string) | ID of a user assigned to the issues, "none" and "any" values are supported. |
+| <a id="projectissuesassigneeusername"></a>`assigneeUsername` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.11. Use `assigneeUsernames`. |
+| <a id="projectissuesassigneeusernames"></a>`assigneeUsernames` | [`[String!]`](#string) | Usernames of users assigned to the issue. |
+| <a id="projectissuesauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author of the issue. |
+| <a id="projectissuesclosedafter"></a>`closedAfter` | [`Time`](#time) | Issues closed after this date. |
+| <a id="projectissuesclosedbefore"></a>`closedBefore` | [`Time`](#time) | Issues closed before this date. |
+| <a id="projectissuescreatedafter"></a>`createdAfter` | [`Time`](#time) | Issues created after this date. |
+| <a id="projectissuescreatedbefore"></a>`createdBefore` | [`Time`](#time) | Issues created before this date. |
+| <a id="projectissuesepicid"></a>`epicId` | [`String`](#string) | ID of an epic associated with the issues, "none" and "any" values are supported. |
+| <a id="projectissuesiid"></a>`iid` | [`String`](#string) | IID of the issue. For example, "1". |
+| <a id="projectissuesiids"></a>`iids` | [`[String!]`](#string) | List of IIDs of issues. For example, ["1", "2"]. |
+| <a id="projectissuesiterationid"></a>`iterationId` | [`[ID]`](#id) | List of iteration Global IDs applied to the issue. |
+| <a id="projectissuesiterationwildcardid"></a>`iterationWildcardId` | [`IterationWildcardId`](#iterationwildcardid) | Filter by iteration ID wildcard. |
+| <a id="projectissueslabelname"></a>`labelName` | [`[String]`](#string) | Labels applied to this issue. |
+| <a id="projectissuesmilestonetitle"></a>`milestoneTitle` | [`[String]`](#string) | Milestone applied to this issue. |
+| <a id="projectissuesnot"></a>`not` | [`NegatedIssueFilterInput`](#negatedissuefilterinput) | Negated arguments. |
+| <a id="projectissuessearch"></a>`search` | [`String`](#string) | Search query for issue title or description. |
+| <a id="projectissuessort"></a>`sort` | [`IssueSort`](#issuesort) | Sort issues by this criteria. |
+| <a id="projectissuesstate"></a>`state` | [`IssuableState`](#issuablestate) | Current state of this issue. |
+| <a id="projectissuestypes"></a>`types` | [`[IssueType!]`](#issuetype) | Filter issues by the given issue types. |
+| <a id="projectissuesupdatedafter"></a>`updatedAfter` | [`Time`](#time) | Issues updated after this date. |
+| <a id="projectissuesupdatedbefore"></a>`updatedBefore` | [`Time`](#time) | Issues updated before this date. |
+| <a id="projectissuesweight"></a>`weight` | [`String`](#string) | Weight applied to the issue, "none" and "any" values are supported. |
+
+##### `Project.iterationCadences`
+
+Find iteration cadences.
+
+Returns [`IterationCadenceConnection`](#iterationcadenceconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `directAssetUrl` | [`String`](#string) | Direct asset URL of the link. |
-| `external` | [`Boolean`](#boolean) | Indicates the link points to an external resource. |
-| `id` | [`ID!`](#id) | ID of the link. |
-| `linkType` | [`ReleaseAssetLinkType`](#releaseassetlinktype) | Type of the link: `other`, `runbook`, `image`, `package`; defaults to `other`. |
-| `name` | [`String`](#string) | Name of the link. |
-| `url` | [`String`](#string) | URL of the link. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectiterationcadencesactive"></a>`active` | [`Boolean`](#boolean) | Whether the iteration cadence is active. |
+| <a id="projectiterationcadencesautomatic"></a>`automatic` | [`Boolean`](#boolean) | Whether the iteration cadence should automatically generate future iterations. |
+| <a id="projectiterationcadencesdurationinweeks"></a>`durationInWeeks` | [`Int`](#int) | Duration in weeks of the iterations within this cadence. |
+| <a id="projectiterationcadencesid"></a>`id` | [`IterationsCadenceID`](#iterationscadenceid) | Global ID of the iteration cadence to look up. |
+| <a id="projectiterationcadencesincludeancestorgroups"></a>`includeAncestorGroups` | [`Boolean`](#boolean) | Whether to include ancestor groups to search iterations cadences in. |
+| <a id="projectiterationcadencestitle"></a>`title` | [`String`](#string) | Fuzzy search by title. |
-### `ReleaseAssetLinkConnection`
+##### `Project.iterations`
-The connection type for ReleaseAssetLink.
+Find iterations.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ReleaseAssetLinkEdge]`](#releaseassetlinkedge) | A list of edges. |
-| `nodes` | [`[ReleaseAssetLink]`](#releaseassetlink) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Returns [`IterationConnection`](#iterationconnection).
-### `ReleaseAssetLinkCreatePayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of ReleaseAssetLinkCreate.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `link` | [`ReleaseAssetLink`](#releaseassetlink) | The asset link after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectiterationsenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="projectiterationsid"></a>`id` | [`ID`](#id) | Global ID of the Iteration to look up. |
+| <a id="projectiterationsiid"></a>`iid` | [`ID`](#id) | Internal ID of the Iteration to look up. |
+| <a id="projectiterationsincludeancestors"></a>`includeAncestors` | [`Boolean`](#boolean) | Whether to include ancestor iterations. Defaults to true. |
+| <a id="projectiterationsiterationcadenceids"></a>`iterationCadenceIds` | [`[IterationsCadenceID!]`](#iterationscadenceid) | Global iteration cadence IDs by which to look up the iterations. |
+| <a id="projectiterationsstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="projectiterationsstate"></a>`state` | [`IterationState`](#iterationstate) | Filter iterations by state. |
+| <a id="projectiterationstimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+| <a id="projectiterationstitle"></a>`title` | [`String`](#string) | Fuzzy search by title. |
-### `ReleaseAssetLinkDeletePayload`
+##### `Project.jobs`
-Autogenerated return type of ReleaseAssetLinkDelete.
+Jobs of a project. This field can only be resolved for one project in any single request.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `link` | [`ReleaseAssetLink`](#releaseassetlink) | The deleted release asset link. |
+Returns [`CiJobConnection`](#cijobconnection).
-### `ReleaseAssetLinkEdge`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-An edge in a connection.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ReleaseAssetLink`](#releaseassetlink) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectjobsstatuses"></a>`statuses` | [`[CiJobStatus!]`](#cijobstatus) | Filter jobs by status. |
-### `ReleaseAssetLinkUpdatePayload`
+##### `Project.label`
-Autogenerated return type of ReleaseAssetLinkUpdate.
+A label available on this project.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `link` | [`ReleaseAssetLink`](#releaseassetlink) | The asset link after mutation. |
+Returns [`Label`](#label).
-### `ReleaseAssets`
+###### Arguments
-A container for all assets associated with a release.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectlabeltitle"></a>`title` | [`String!`](#string) | Title of the label. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int`](#int) | Number of assets of the release. |
-| `links` | [`ReleaseAssetLinkConnection`](#releaseassetlinkconnection) | Asset links of the release. |
-| `sources` | [`ReleaseSourceConnection`](#releasesourceconnection) | Sources of the release. |
+##### `Project.labels`
-### `ReleaseConnection`
+Labels available on this project.
-The connection type for Release.
+Returns [`LabelConnection`](#labelconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[ReleaseEdge]`](#releaseedge) | A list of edges. |
-| `nodes` | [`[Release]`](#release) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `ReleaseCreatePayload`
+###### Arguments
-Autogenerated return type of ReleaseCreate.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectlabelsincludeancestorgroups"></a>`includeAncestorGroups` | [`Boolean`](#boolean) | Include labels from ancestor groups. |
+| <a id="projectlabelssearchterm"></a>`searchTerm` | [`String`](#string) | A search term to find labels with. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `release` | [`Release`](#release) | The release after mutation. |
+##### `Project.mergeRequest`
-### `ReleaseDeletePayload`
+A single merge request of the project.
-Autogenerated return type of ReleaseDelete.
+Returns [`MergeRequest`](#mergerequest).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `release` | [`Release`](#release) | The deleted release. |
+###### Arguments
-### `ReleaseEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectmergerequestiid"></a>`iid` | [`String!`](#string) | IID of the merge request, for example `1`. |
-An edge in a connection.
+##### `Project.mergeRequests`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Release`](#release) | The item at the end of the edge. |
+Merge requests of the project.
-### `ReleaseEvidence`
+Returns [`MergeRequestConnection`](#mergerequestconnection).
-Evidence for a release.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `collectedAt` | [`Time`](#time) | Timestamp when the evidence was collected. |
-| `filepath` | [`String`](#string) | URL from where the evidence can be downloaded. |
-| `id` | [`ID!`](#id) | ID of the evidence. |
-| `sha` | [`String`](#string) | SHA1 ID of the evidence hash. |
+###### Arguments
-### `ReleaseEvidenceConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectmergerequestsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of the assignee. |
+| <a id="projectmergerequestsauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author. |
+| <a id="projectmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="projectmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="projectmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="projectmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="projectmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="projectmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="projectmergerequestsreviewerusername"></a>`reviewerUsername` | [`String`](#string) | Username of the reviewer. |
+| <a id="projectmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="projectmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="projectmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="projectmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
-The connection type for ReleaseEvidence.
+##### `Project.milestones`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ReleaseEvidenceEdge]`](#releaseevidenceedge) | A list of edges. |
-| `nodes` | [`[ReleaseEvidence]`](#releaseevidence) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Milestones of the project.
-### `ReleaseEvidenceEdge`
+Returns [`MilestoneConnection`](#milestoneconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ReleaseEvidence`](#releaseevidence) | The item at the end of the edge. |
+###### Arguments
-### `ReleaseLinks`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectmilestonescontainingdate"></a>`containingDate` | [`Time`](#time) | A date that the milestone contains. |
+| <a id="projectmilestonesenddate"></a>`endDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.end. |
+| <a id="projectmilestonesids"></a>`ids` | [`[ID!]`](#id) | Array of global milestone IDs, e.g., `"gid://gitlab/Milestone/1"`. |
+| <a id="projectmilestonesincludeancestors"></a>`includeAncestors` | [`Boolean`](#boolean) | Also return milestones in the project's parent group and its ancestors. |
+| <a id="projectmilestonessearchtitle"></a>`searchTitle` | [`String`](#string) | A search string for the title. |
+| <a id="projectmilestonesstartdate"></a>`startDate` **{warning-solid}** | [`Time`](#time) | **Deprecated** in 13.5. Use timeframe.start. |
+| <a id="projectmilestonesstate"></a>`state` | [`MilestoneStateEnum`](#milestonestateenum) | Filter milestones by state. |
+| <a id="projectmilestonestimeframe"></a>`timeframe` | [`Timeframe`](#timeframe) | List items overlapping the given timeframe. |
+| <a id="projectmilestonestitle"></a>`title` | [`String`](#string) | The title of the milestone. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `closedIssuesUrl` | [`String`](#string) | HTTP URL of the issues page, filtered by this release and `state=closed`. |
-| `closedMergeRequestsUrl` | [`String`](#string) | HTTP URL of the merge request page , filtered by this release and `state=closed`. |
-| `editUrl` | [`String`](#string) | HTTP URL of the release's edit page. |
-| `mergedMergeRequestsUrl` | [`String`](#string) | HTTP URL of the merge request page , filtered by this release and `state=merged`. |
-| `openedIssuesUrl` | [`String`](#string) | HTTP URL of the issues page, filtered by this release and `state=open`. |
-| `openedMergeRequestsUrl` | [`String`](#string) | HTTP URL of the merge request page, filtered by this release and `state=open`. |
-| `selfUrl` | [`String`](#string) | HTTP URL of the release. |
+##### `Project.pipeline`
-### `ReleaseSource`
+Build pipeline of the project.
-Represents the source code attached to a release in a particular format.
+Returns [`Pipeline`](#pipeline).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `format` | [`String`](#string) | Format of the source. |
-| `url` | [`String`](#string) | Download URL of the source. |
+###### Arguments
-### `ReleaseSourceConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectpipelineiid"></a>`iid` | [`ID`](#id) | IID of the Pipeline. For example, "1". |
+| <a id="projectpipelinesha"></a>`sha` | [`String`](#string) | SHA of the Pipeline. For example, "dyd0f15ay83993f5ab66k927w28673882x99100b". |
-The connection type for ReleaseSource.
+##### `Project.pipelines`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ReleaseSourceEdge]`](#releasesourceedge) | A list of edges. |
-| `nodes` | [`[ReleaseSource]`](#releasesource) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Build pipelines of the project.
-### `ReleaseSourceEdge`
+Returns [`PipelineConnection`](#pipelineconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ReleaseSource`](#releasesource) | The item at the end of the edge. |
+###### Arguments
-### `ReleaseUpdatePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectpipelinesref"></a>`ref` | [`String`](#string) | Filter pipelines by the ref they are run for. |
+| <a id="projectpipelinessha"></a>`sha` | [`String`](#string) | Filter pipelines by the sha of the commit they are run for. |
+| <a id="projectpipelinesstatus"></a>`status` | [`PipelineStatusEnum`](#pipelinestatusenum) | Filter pipelines by their status. |
-Autogenerated return type of ReleaseUpdate.
+##### `Project.projectMembers`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `release` | [`Release`](#release) | The release after mutation. |
+Members of the project.
-### `RemoveAwardEmojiPayload`
+Returns [`MemberInterfaceConnection`](#memberinterfaceconnection).
-Autogenerated return type of RemoveAwardEmoji.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+###### Arguments
-### `RemoveProjectFromSecurityDashboardPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectprojectmembersrelations"></a>`relations` | [`[ProjectMemberRelation!]`](#projectmemberrelation) | Filter members by the given member relations. |
+| <a id="projectprojectmemberssearch"></a>`search` | [`String`](#string) | Search query. |
-Autogenerated return type of RemoveProjectFromSecurityDashboard.
+##### `Project.release`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+A single release of the project.
-### `RepositionImageDiffNotePayload`
+Returns [`Release`](#release).
-Autogenerated return type of RepositionImageDiffNote.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `note` | [`Note`](#note) | The note after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectreleasetagname"></a>`tagName` | [`String!`](#string) | The name of the tag associated to the release. |
-### `Repository`
+##### `Project.releases`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `blobs` | [`RepositoryBlobConnection`](#repositoryblobconnection) | Blobs contained within the repository. |
-| `branchNames` | [`[String!]`](#string) | Names of branches available in this repository that match the search pattern. |
-| `empty` | [`Boolean!`](#boolean) | Indicates repository has no visible content. |
-| `exists` | [`Boolean!`](#boolean) | Indicates a corresponding Git repository exists on disk. |
-| `rootRef` | [`String`](#string) | Default branch of the repository. |
-| `tree` | [`Tree`](#tree) | Tree of the repository. |
+Releases of the project.
-### `RepositoryBlob`
+Returns [`ReleaseConnection`](#releaseconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `id` | [`ID!`](#id) | ID of the blob. |
-| `lfsOid` | [`String`](#string) | LFS OID of the blob. |
-| `mode` | [`String`](#string) | Blob mode. |
-| `name` | [`String`](#string) | Blob name. |
-| `oid` | [`String!`](#string) | OID of the blob. |
-| `path` | [`String!`](#string) | Path of the blob. |
-| `webPath` | [`String`](#string) | Web path of the blob. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `RepositoryBlobConnection`
+###### Arguments
-The connection type for RepositoryBlob.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectreleasessort"></a>`sort` | [`ReleaseSort`](#releasesort) | Sort releases by this criteria. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[RepositoryBlobEdge]`](#repositoryblobedge) | A list of edges. |
-| `nodes` | [`[RepositoryBlob]`](#repositoryblob) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### `Project.requirement`
-### `RepositoryBlobEdge`
+Find a single requirement.
-An edge in a connection.
+Returns [`Requirement`](#requirement).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`RepositoryBlob`](#repositoryblob) | The item at the end of the edge. |
+###### Arguments
-### `Requirement`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectrequirementauthorusername"></a>`authorUsername` | [`[String!]`](#string) | Filter requirements by author username. |
+| <a id="projectrequirementiid"></a>`iid` | [`ID`](#id) | IID of the requirement, e.g., "1". |
+| <a id="projectrequirementiids"></a>`iids` | [`[ID!]`](#id) | List of IIDs of requirements, e.g., [1, 2]. |
+| <a id="projectrequirementlasttestreportstate"></a>`lastTestReportState` | [`RequirementStatusFilter`](#requirementstatusfilter) | The state of latest requirement test report. |
+| <a id="projectrequirementsearch"></a>`search` | [`String`](#string) | Search query for requirement title. |
+| <a id="projectrequirementsort"></a>`sort` | [`Sort`](#sort) | List requirements by sort order. |
+| <a id="projectrequirementstate"></a>`state` | [`RequirementState`](#requirementstate) | Filter requirements by state. |
-Represents a requirement.
+##### `Project.requirements`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `author` | [`User!`](#user) | Author of the requirement. |
-| `createdAt` | [`Time!`](#time) | Timestamp of when the requirement was created. |
-| `description` | [`String`](#string) | Description of the requirement. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `id` | [`ID!`](#id) | ID of the requirement. |
-| `iid` | [`ID!`](#id) | Internal ID of the requirement. |
-| `lastTestReportManuallyCreated` | [`Boolean`](#boolean) | Indicates if latest test report was created by user. |
-| `lastTestReportState` | [`TestReportState`](#testreportstate) | Latest requirement test report state. |
-| `project` | [`Project!`](#project) | Project to which the requirement belongs. |
-| `state` | [`RequirementState!`](#requirementstate) | State of the requirement. |
-| `testReports` | [`TestReportConnection`](#testreportconnection) | Test reports of the requirement. |
-| `title` | [`String`](#string) | Title of the requirement. |
-| `titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
-| `updatedAt` | [`Time!`](#time) | Timestamp of when the requirement was last updated. |
-| `userPermissions` | [`RequirementPermissions!`](#requirementpermissions) | Permissions for the current user on the resource. |
-
-### `RequirementConnection`
-
-The connection type for Requirement.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[RequirementEdge]`](#requirementedge) | A list of edges. |
-| `nodes` | [`[Requirement]`](#requirement) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `RequirementEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Requirement`](#requirement) | The item at the end of the edge. |
+Find requirements.
-### `RequirementPermissions`
+Returns [`RequirementConnection`](#requirementconnection).
-Check permissions for the current user on a requirement.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_requirement` on this resource. |
-| `createRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `create_requirement` on this resource. |
-| `destroyRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_requirement` on this resource. |
-| `readRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `read_requirement` on this resource. |
-| `updateRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `update_requirement` on this resource. |
+###### Arguments
-### `RequirementStatesCount`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectrequirementsauthorusername"></a>`authorUsername` | [`[String!]`](#string) | Filter requirements by author username. |
+| <a id="projectrequirementsiid"></a>`iid` | [`ID`](#id) | IID of the requirement, e.g., "1". |
+| <a id="projectrequirementsiids"></a>`iids` | [`[ID!]`](#id) | List of IIDs of requirements, e.g., [1, 2]. |
+| <a id="projectrequirementslasttestreportstate"></a>`lastTestReportState` | [`RequirementStatusFilter`](#requirementstatusfilter) | The state of latest requirement test report. |
+| <a id="projectrequirementssearch"></a>`search` | [`String`](#string) | Search query for requirement title. |
+| <a id="projectrequirementssort"></a>`sort` | [`Sort`](#sort) | List requirements by sort order. |
+| <a id="projectrequirementsstate"></a>`state` | [`RequirementState`](#requirementstate) | Filter requirements by state. |
-Counts of requirements by their state.
+##### `Project.sentryDetailedError`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `archived` | [`Int`](#int) | Number of archived requirements. |
-| `opened` | [`Int`](#int) | Number of opened requirements. |
+Detailed version of a Sentry error on the project.
-### `RevertVulnerabilityToDetectedPayload`
+Returns [`SentryDetailedError`](#sentrydetailederror).
-Autogenerated return type of RevertVulnerabilityToDetected.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after revert. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectsentrydetailederrorid"></a>`id` | [`GitlabErrorTrackingDetailedErrorID!`](#gitlaberrortrackingdetailederrorid) | ID of the Sentry issue. |
-### `RootStorageStatistics`
+##### `Project.services`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `buildArtifactsSize` | [`Float!`](#float) | The CI artifacts size in bytes. |
-| `lfsObjectsSize` | [`Float!`](#float) | The LFS objects size in bytes. |
-| `packagesSize` | [`Float!`](#float) | The packages size in bytes. |
-| `pipelineArtifactsSize` | [`Float!`](#float) | The CI pipeline artifacts size in bytes. |
-| `repositorySize` | [`Float!`](#float) | The Git repository size in bytes. |
-| `snippetsSize` | [`Float!`](#float) | The snippets size in bytes. |
-| `storageSize` | [`Float!`](#float) | The total storage in bytes. |
-| `uploadsSize` | [`Float!`](#float) | The uploads size in bytes. |
-| `wikiSize` | [`Float!`](#float) | The wiki size in bytes. |
+Project services.
-### `RunDASTScanPayload`
+Returns [`ServiceConnection`](#serviceconnection).
-Autogenerated return type of RunDASTScan.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
+###### Arguments
-### `RunnerArchitecture`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectservicesactive"></a>`active` | [`Boolean`](#boolean) | Indicates if the service is active. |
+| <a id="projectservicestype"></a>`type` | [`ServiceType`](#servicetype) | Class name of the service. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `downloadLocation` | [`String!`](#string) | Download location for the runner for the platform architecture. |
-| `name` | [`String!`](#string) | Name of the runner platform architecture. |
+##### `Project.snippets`
-### `RunnerArchitectureConnection`
+Snippets of the project.
-The connection type for RunnerArchitecture.
+Returns [`SnippetConnection`](#snippetconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[RunnerArchitectureEdge]`](#runnerarchitectureedge) | A list of edges. |
-| `nodes` | [`[RunnerArchitecture]`](#runnerarchitecture) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `RunnerArchitectureEdge`
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectsnippetsids"></a>`ids` | [`[SnippetID!]`](#snippetid) | Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`. |
+| <a id="projectsnippetsvisibility"></a>`visibility` | [`VisibilityScopesEnum`](#visibilityscopesenum) | The visibility of the snippet. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`RunnerArchitecture`](#runnerarchitecture) | The item at the end of the edge. |
+##### `Project.terraformState`
-### `RunnerPlatform`
+Find a single Terraform state by name.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `architectures` | [`RunnerArchitectureConnection`](#runnerarchitectureconnection) | Runner architectures supported for the platform. |
-| `humanReadableName` | [`String!`](#string) | Human readable name of the runner platform. |
-| `name` | [`String!`](#string) | Name slug of the runner platform. |
+Returns [`TerraformState`](#terraformstate).
-### `RunnerPlatformConnection`
+###### Arguments
-The connection type for RunnerPlatform.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectterraformstatename"></a>`name` | [`String!`](#string) | Name of the Terraform state. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[RunnerPlatformEdge]`](#runnerplatformedge) | A list of edges. |
-| `nodes` | [`[RunnerPlatform]`](#runnerplatform) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+##### `Project.vulnerabilities`
-### `RunnerPlatformEdge`
+Vulnerabilities reported on the project.
-An edge in a connection.
+Returns [`VulnerabilityConnection`](#vulnerabilityconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`RunnerPlatform`](#runnerplatform) | The item at the end of the edge. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `RunnerSetup`
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `installInstructions` | [`String!`](#string) | Instructions for installing the runner on the specified architecture. |
-| `registerInstructions` | [`String`](#string) | Instructions for registering the runner. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectvulnerabilitieshasissues"></a>`hasIssues` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have linked issues. |
+| <a id="projectvulnerabilitieshasresolution"></a>`hasResolution` | [`Boolean`](#boolean) | Returns only the vulnerabilities which have been resolved on default branch. |
+| <a id="projectvulnerabilitiesprojectid"></a>`projectId` | [`[ID!]`](#id) | Filter vulnerabilities by project. |
+| <a id="projectvulnerabilitiesreporttype"></a>`reportType` | [`[VulnerabilityReportType!]`](#vulnerabilityreporttype) | Filter vulnerabilities by report type. |
+| <a id="projectvulnerabilitiesscanner"></a>`scanner` | [`[String!]`](#string) | Filter vulnerabilities by VulnerabilityScanner.externalId. |
+| <a id="projectvulnerabilitiesscannerid"></a>`scannerId` | [`[VulnerabilitiesScannerID!]`](#vulnerabilitiesscannerid) | Filter vulnerabilities by scanner ID. |
+| <a id="projectvulnerabilitiesseverity"></a>`severity` | [`[VulnerabilitySeverity!]`](#vulnerabilityseverity) | Filter vulnerabilities by severity. |
+| <a id="projectvulnerabilitiessort"></a>`sort` | [`VulnerabilitySort`](#vulnerabilitysort) | List vulnerabilities by sort order. |
+| <a id="projectvulnerabilitiesstate"></a>`state` | [`[VulnerabilityState!]`](#vulnerabilitystate) | Filter vulnerabilities by state. |
-### `SastCiConfiguration`
+##### `Project.vulnerabilitiesCountByDay`
-Represents a CI configuration of SAST.
+Number of vulnerabilities per day for the project.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `analyzers` | [`SastCiConfigurationAnalyzersEntityConnection`](#sastciconfigurationanalyzersentityconnection) | List of analyzers entities attached to SAST configuration. |
-| `global` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of global entities related to SAST configuration. |
-| `pipeline` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of pipeline entities related to SAST configuration. |
+Returns [`VulnerabilitiesCountByDayConnection`](#vulnerabilitiescountbydayconnection).
-### `SastCiConfigurationAnalyzersEntity`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Represents an analyzer entity in SAST CI configuration.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Analyzer description that is displayed on the form. |
-| `enabled` | [`Boolean`](#boolean) | Indicates whether an analyzer is enabled. |
-| `label` | [`String`](#string) | Analyzer label used in the config UI. |
-| `name` | [`String`](#string) | Name of the analyzer. |
-| `variables` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of supported variables. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectvulnerabilitiescountbydayenddate"></a>`endDate` | [`ISO8601Date!`](#iso8601date) | Last day for which to fetch vulnerability history. |
+| <a id="projectvulnerabilitiescountbydaystartdate"></a>`startDate` | [`ISO8601Date!`](#iso8601date) | First day for which to fetch vulnerability history. |
-### `SastCiConfigurationAnalyzersEntityConnection`
+##### `Project.vulnerabilitySeveritiesCount`
-The connection type for SastCiConfigurationAnalyzersEntity.
+Counts for each vulnerability severity in the project.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SastCiConfigurationAnalyzersEntityEdge]`](#sastciconfigurationanalyzersentityedge) | A list of edges. |
-| `nodes` | [`[SastCiConfigurationAnalyzersEntity]`](#sastciconfigurationanalyzersentity) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Returns [`VulnerabilitySeveritiesCount`](#vulnerabilityseveritiescount).
-### `SastCiConfigurationAnalyzersEntityEdge`
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectvulnerabilityseveritiescountprojectid"></a>`projectId` | [`[ID!]`](#id) | Filter vulnerabilities by project. |
+| <a id="projectvulnerabilityseveritiescountreporttype"></a>`reportType` | [`[VulnerabilityReportType!]`](#vulnerabilityreporttype) | Filter vulnerabilities by report type. |
+| <a id="projectvulnerabilityseveritiescountscanner"></a>`scanner` | [`[String!]`](#string) | Filter vulnerabilities by scanner. |
+| <a id="projectvulnerabilityseveritiescountseverity"></a>`severity` | [`[VulnerabilitySeverity!]`](#vulnerabilityseverity) | Filter vulnerabilities by severity. |
+| <a id="projectvulnerabilityseveritiescountstate"></a>`state` | [`[VulnerabilityState!]`](#vulnerabilitystate) | Filter vulnerabilities by state. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`SastCiConfigurationAnalyzersEntity`](#sastciconfigurationanalyzersentity) | The item at the end of the edge. |
+### `ProjectCiCdSetting`
-### `SastCiConfigurationEntity`
+#### Fields
-Represents an entity in SAST CI configuration.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectcicdsettingkeeplatestartifact"></a>`keepLatestArtifact` | [`Boolean`](#boolean) | Whether to keep the latest builds artifacts. |
+| <a id="projectcicdsettingmergepipelinesenabled"></a>`mergePipelinesEnabled` | [`Boolean`](#boolean) | Whether merge pipelines are enabled. |
+| <a id="projectcicdsettingmergetrainsenabled"></a>`mergeTrainsEnabled` | [`Boolean`](#boolean) | Whether merge trains are enabled. |
+| <a id="projectcicdsettingproject"></a>`project` | [`Project`](#project) | Project the CI/CD settings belong to. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `defaultValue` | [`String`](#string) | Default value that is used if value is empty. |
-| `description` | [`String`](#string) | Entity description that is displayed on the form. |
-| `field` | [`String`](#string) | CI keyword of entity. |
-| `label` | [`String`](#string) | Label for entity used in the form. |
-| `options` | [`SastCiConfigurationOptionsEntityConnection`](#sastciconfigurationoptionsentityconnection) | Different possible values of the field. |
-| `size` | [`SastUiComponentSize`](#sastuicomponentsize) | Size of the UI component. |
-| `type` | [`String`](#string) | Type of the field value. |
-| `value` | [`String`](#string) | Current value of the entity. |
+### `ProjectMember`
-### `SastCiConfigurationEntityConnection`
+Represents a Project Membership.
-The connection type for SastCiConfigurationEntity.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SastCiConfigurationEntityEdge]`](#sastciconfigurationentityedge) | A list of edges. |
-| `nodes` | [`[SastCiConfigurationEntity]`](#sastciconfigurationentity) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectmemberaccesslevel"></a>`accessLevel` | [`AccessLevel`](#accesslevel) | GitLab::Access level. |
+| <a id="projectmembercreatedat"></a>`createdAt` | [`Time`](#time) | Date and time the membership was created. |
+| <a id="projectmembercreatedby"></a>`createdBy` | [`User`](#user) | User that authorized membership. |
+| <a id="projectmemberexpiresat"></a>`expiresAt` | [`Time`](#time) | Date and time the membership expires. |
+| <a id="projectmemberid"></a>`id` | [`ID!`](#id) | ID of the member. |
+| <a id="projectmemberproject"></a>`project` | [`Project`](#project) | Project that User is a member of. |
+| <a id="projectmemberupdatedat"></a>`updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
+| <a id="projectmemberuser"></a>`user` | [`User!`](#user) | User that is associated with the member object. |
+| <a id="projectmemberuserpermissions"></a>`userPermissions` | [`ProjectPermissions!`](#projectpermissions) | Permissions for the current user on the resource. |
-### `SastCiConfigurationEntityEdge`
+### `ProjectPermissions`
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`SastCiConfigurationEntity`](#sastciconfigurationentity) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectpermissionsadminoperations"></a>`adminOperations` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_operations` on this resource. |
+| <a id="projectpermissionsadminproject"></a>`adminProject` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_project` on this resource. |
+| <a id="projectpermissionsadminremotemirror"></a>`adminRemoteMirror` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_remote_mirror` on this resource. |
+| <a id="projectpermissionsadminwiki"></a>`adminWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_wiki` on this resource. |
+| <a id="projectpermissionsarchiveproject"></a>`archiveProject` | [`Boolean!`](#boolean) | Indicates the user can perform `archive_project` on this resource. |
+| <a id="projectpermissionschangenamespace"></a>`changeNamespace` | [`Boolean!`](#boolean) | Indicates the user can perform `change_namespace` on this resource. |
+| <a id="projectpermissionschangevisibilitylevel"></a>`changeVisibilityLevel` | [`Boolean!`](#boolean) | Indicates the user can perform `change_visibility_level` on this resource. |
+| <a id="projectpermissionscreatedeployment"></a>`createDeployment` | [`Boolean!`](#boolean) | Indicates the user can perform `create_deployment` on this resource. |
+| <a id="projectpermissionscreatedesign"></a>`createDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `create_design` on this resource. |
+| <a id="projectpermissionscreateissue"></a>`createIssue` | [`Boolean!`](#boolean) | Indicates the user can perform `create_issue` on this resource. |
+| <a id="projectpermissionscreatelabel"></a>`createLabel` | [`Boolean!`](#boolean) | Indicates the user can perform `create_label` on this resource. |
+| <a id="projectpermissionscreatemergerequestfrom"></a>`createMergeRequestFrom` | [`Boolean!`](#boolean) | Indicates the user can perform `create_merge_request_from` on this resource. |
+| <a id="projectpermissionscreatemergerequestin"></a>`createMergeRequestIn` | [`Boolean!`](#boolean) | Indicates the user can perform `create_merge_request_in` on this resource. |
+| <a id="projectpermissionscreatepages"></a>`createPages` | [`Boolean!`](#boolean) | Indicates the user can perform `create_pages` on this resource. |
+| <a id="projectpermissionscreatepipeline"></a>`createPipeline` | [`Boolean!`](#boolean) | Indicates the user can perform `create_pipeline` on this resource. |
+| <a id="projectpermissionscreatepipelineschedule"></a>`createPipelineSchedule` | [`Boolean!`](#boolean) | Indicates the user can perform `create_pipeline_schedule` on this resource. |
+| <a id="projectpermissionscreatesnippet"></a>`createSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `create_snippet` on this resource. |
+| <a id="projectpermissionscreatewiki"></a>`createWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `create_wiki` on this resource. |
+| <a id="projectpermissionsdestroydesign"></a>`destroyDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_design` on this resource. |
+| <a id="projectpermissionsdestroypages"></a>`destroyPages` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_pages` on this resource. |
+| <a id="projectpermissionsdestroywiki"></a>`destroyWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_wiki` on this resource. |
+| <a id="projectpermissionsdownloadcode"></a>`downloadCode` | [`Boolean!`](#boolean) | Indicates the user can perform `download_code` on this resource. |
+| <a id="projectpermissionsdownloadwikicode"></a>`downloadWikiCode` | [`Boolean!`](#boolean) | Indicates the user can perform `download_wiki_code` on this resource. |
+| <a id="projectpermissionsforkproject"></a>`forkProject` | [`Boolean!`](#boolean) | Indicates the user can perform `fork_project` on this resource. |
+| <a id="projectpermissionspushcode"></a>`pushCode` | [`Boolean!`](#boolean) | Indicates the user can perform `push_code` on this resource. |
+| <a id="projectpermissionspushtodeleteprotectedbranch"></a>`pushToDeleteProtectedBranch` | [`Boolean!`](#boolean) | Indicates the user can perform `push_to_delete_protected_branch` on this resource. |
+| <a id="projectpermissionsreadcommitstatus"></a>`readCommitStatus` | [`Boolean!`](#boolean) | Indicates the user can perform `read_commit_status` on this resource. |
+| <a id="projectpermissionsreadcycleanalytics"></a>`readCycleAnalytics` | [`Boolean!`](#boolean) | Indicates the user can perform `read_cycle_analytics` on this resource. |
+| <a id="projectpermissionsreaddesign"></a>`readDesign` | [`Boolean!`](#boolean) | Indicates the user can perform `read_design` on this resource. |
+| <a id="projectpermissionsreadmergerequest"></a>`readMergeRequest` | [`Boolean!`](#boolean) | Indicates the user can perform `read_merge_request` on this resource. |
+| <a id="projectpermissionsreadpagescontent"></a>`readPagesContent` | [`Boolean!`](#boolean) | Indicates the user can perform `read_pages_content` on this resource. |
+| <a id="projectpermissionsreadproject"></a>`readProject` | [`Boolean!`](#boolean) | Indicates the user can perform `read_project` on this resource. |
+| <a id="projectpermissionsreadprojectmember"></a>`readProjectMember` | [`Boolean!`](#boolean) | Indicates the user can perform `read_project_member` on this resource. |
+| <a id="projectpermissionsreadwiki"></a>`readWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `read_wiki` on this resource. |
+| <a id="projectpermissionsremoveforkproject"></a>`removeForkProject` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_fork_project` on this resource. |
+| <a id="projectpermissionsremovepages"></a>`removePages` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_pages` on this resource. |
+| <a id="projectpermissionsremoveproject"></a>`removeProject` | [`Boolean!`](#boolean) | Indicates the user can perform `remove_project` on this resource. |
+| <a id="projectpermissionsrenameproject"></a>`renameProject` | [`Boolean!`](#boolean) | Indicates the user can perform `rename_project` on this resource. |
+| <a id="projectpermissionsrequestaccess"></a>`requestAccess` | [`Boolean!`](#boolean) | Indicates the user can perform `request_access` on this resource. |
+| <a id="projectpermissionsupdatepages"></a>`updatePages` | [`Boolean!`](#boolean) | Indicates the user can perform `update_pages` on this resource. |
+| <a id="projectpermissionsupdatewiki"></a>`updateWiki` | [`Boolean!`](#boolean) | Indicates the user can perform `update_wiki` on this resource. |
+| <a id="projectpermissionsuploadfile"></a>`uploadFile` | [`Boolean!`](#boolean) | Indicates the user can perform `upload_file` on this resource. |
-### `SastCiConfigurationOptionsEntity`
+### `ProjectStatistics`
-Represents an entity for options in SAST CI configuration.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `label` | [`String`](#string) | Label of option entity. |
-| `value` | [`String`](#string) | Value of option entity. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="projectstatisticsbuildartifactssize"></a>`buildArtifactsSize` | [`Float!`](#float) | Build artifacts size of the project in bytes. |
+| <a id="projectstatisticscommitcount"></a>`commitCount` | [`Float!`](#float) | Commit count of the project. |
+| <a id="projectstatisticslfsobjectssize"></a>`lfsObjectsSize` | [`Float!`](#float) | Large File Storage (LFS) object size of the project in bytes. |
+| <a id="projectstatisticspackagessize"></a>`packagesSize` | [`Float!`](#float) | Packages size of the project in bytes. |
+| <a id="projectstatisticsrepositorysize"></a>`repositorySize` | [`Float!`](#float) | Repository size of the project in bytes. |
+| <a id="projectstatisticssnippetssize"></a>`snippetsSize` | [`Float`](#float) | Snippets size of the project in bytes. |
+| <a id="projectstatisticsstoragesize"></a>`storageSize` | [`Float!`](#float) | Storage size of the project in bytes. |
+| <a id="projectstatisticsuploadssize"></a>`uploadsSize` | [`Float`](#float) | Uploads size of the project in bytes. |
+| <a id="projectstatisticswikisize"></a>`wikiSize` | [`Float`](#float) | Wiki size of the project in bytes. |
-### `SastCiConfigurationOptionsEntityConnection`
+### `PrometheusAlert`
-The connection type for SastCiConfigurationOptionsEntity.
+The alert condition for Prometheus.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SastCiConfigurationOptionsEntityEdge]`](#sastciconfigurationoptionsentityedge) | A list of edges. |
-| `nodes` | [`[SastCiConfigurationOptionsEntity]`](#sastciconfigurationoptionsentity) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### Fields
-### `SastCiConfigurationOptionsEntityEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="prometheusalerthumanizedtext"></a>`humanizedText` | [`String!`](#string) | The human-readable text of the alert condition. |
+| <a id="prometheusalertid"></a>`id` | [`ID!`](#id) | ID of the alert condition. |
-An edge in a connection.
+### `PushRules`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`SastCiConfigurationOptionsEntity`](#sastciconfigurationoptionsentity) | The item at the end of the edge. |
+Represents rules that commit pushes must follow.
-### `Scan`
+#### Fields
-Represents the security scan information.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="pushrulesrejectunsignedcommits"></a>`rejectUnsignedCommits` | [`Boolean!`](#boolean) | Indicates whether commits not signed through GPG will be rejected. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `errors` | [`[String!]!`](#string) | List of errors. |
-| `name` | [`String!`](#string) | Name of the scan. |
+### `RecentFailures`
-### `ScanConnection`
+Recent failure history of a test case.
-The connection type for Scan.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ScanEdge]`](#scanedge) | A list of edges. |
-| `nodes` | [`[Scan]`](#scan) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="recentfailuresbasebranch"></a>`baseBranch` | [`String`](#string) | Name of the base branch of the project. |
+| <a id="recentfailurescount"></a>`count` | [`Int`](#int) | Number of times the test case has failed in the past 14 days. |
-### `ScanEdge`
+### `Release`
-An edge in a connection.
+Represents a release.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Scan`](#scan) | The item at the end of the edge. |
+#### Fields
-### `ScannedResource`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseassets"></a>`assets` | [`ReleaseAssets`](#releaseassets) | Assets of the release. |
+| <a id="releaseauthor"></a>`author` | [`User`](#user) | User that created the release. |
+| <a id="releasecommit"></a>`commit` | [`Commit`](#commit) | The commit associated with the release. |
+| <a id="releasecreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp of when the release was created. |
+| <a id="releasedescription"></a>`description` | [`String`](#string) | Description (also known as "release notes") of the release. |
+| <a id="releasedescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="releaseevidences"></a>`evidences` | [`ReleaseEvidenceConnection`](#releaseevidenceconnection) | Evidence for the release. |
+| <a id="releaselinks"></a>`links` | [`ReleaseLinks`](#releaselinks) | Links of the release. |
+| <a id="releasemilestones"></a>`milestones` | [`MilestoneConnection`](#milestoneconnection) | Milestones associated to the release. |
+| <a id="releasename"></a>`name` | [`String`](#string) | Name of the release. |
+| <a id="releasereleasedat"></a>`releasedAt` | [`Time`](#time) | Timestamp of when the release was released. |
+| <a id="releasetagname"></a>`tagName` | [`String`](#string) | Name of the tag associated with the release. |
+| <a id="releasetagpath"></a>`tagPath` | [`String`](#string) | Relative web path to the tag associated with the release. |
+| <a id="releaseupcomingrelease"></a>`upcomingRelease` | [`Boolean`](#boolean) | Indicates the release is an upcoming release. |
-Represents a resource scanned by a security scan.
+### `ReleaseAssetLink`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `requestMethod` | [`String`](#string) | The HTTP request method used to access the URL. |
-| `url` | [`String`](#string) | The URL scanned by the scanner. |
+Represents an asset link associated with a release.
-### `ScannedResourceConnection`
+#### Fields
-The connection type for ScannedResource.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseassetlinkdirectasseturl"></a>`directAssetUrl` | [`String`](#string) | Direct asset URL of the link. |
+| <a id="releaseassetlinkexternal"></a>`external` | [`Boolean`](#boolean) | Indicates the link points to an external resource. |
+| <a id="releaseassetlinkid"></a>`id` | [`ID!`](#id) | ID of the link. |
+| <a id="releaseassetlinklinktype"></a>`linkType` | [`ReleaseAssetLinkType`](#releaseassetlinktype) | Type of the link: `other`, `runbook`, `image`, `package`; defaults to `other`. |
+| <a id="releaseassetlinkname"></a>`name` | [`String`](#string) | Name of the link. |
+| <a id="releaseassetlinkurl"></a>`url` | [`String`](#string) | URL of the link. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ScannedResourceEdge]`](#scannedresourceedge) | A list of edges. |
-| `nodes` | [`[ScannedResource]`](#scannedresource) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+### `ReleaseAssets`
-### `ScannedResourceEdge`
+A container for all assets associated with a release.
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`ScannedResource`](#scannedresource) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseassetscount"></a>`count` | [`Int`](#int) | Number of assets of the release. |
+| <a id="releaseassetslinks"></a>`links` | [`ReleaseAssetLinkConnection`](#releaseassetlinkconnection) | Asset links of the release. |
+| <a id="releaseassetssources"></a>`sources` | [`ReleaseSourceConnection`](#releasesourceconnection) | Sources of the release. |
-### `SecurityReportSummary`
+### `ReleaseEvidence`
-Represents summary of a security report.
+Evidence for a release.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `apiFuzzing` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `api_fuzzing` scan. |
-| `containerScanning` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `container_scanning` scan. |
-| `coverageFuzzing` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `coverage_fuzzing` scan. |
-| `dast` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `dast` scan. |
-| `dependencyScanning` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `dependency_scanning` scan. |
-| `sast` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `sast` scan. |
-| `secretDetection` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `secret_detection` scan. |
+#### Fields
-### `SecurityReportSummarySection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseevidencecollectedat"></a>`collectedAt` | [`Time`](#time) | Timestamp when the evidence was collected. |
+| <a id="releaseevidencefilepath"></a>`filepath` | [`String`](#string) | URL from where the evidence can be downloaded. |
+| <a id="releaseevidenceid"></a>`id` | [`ID!`](#id) | ID of the evidence. |
+| <a id="releaseevidencesha"></a>`sha` | [`String`](#string) | SHA1 ID of the evidence hash. |
-Represents a section of a summary of a security report.
+### `ReleaseLinks`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `scannedResources` | [`ScannedResourceConnection`](#scannedresourceconnection) | A list of the first 20 scanned resources. |
-| `scannedResourcesCount` | [`Int`](#int) | Total number of scanned resources. |
-| `scannedResourcesCsvPath` | [`String`](#string) | Path to download all the scanned resources in CSV format. |
-| `scans` | [`ScanConnection!`](#scanconnection) | List of security scans ran for the type. |
-| `vulnerabilitiesCount` | [`Int`](#int) | Total number of vulnerabilities. |
+#### Fields
-### `SecurityScanners`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaselinksclosedissuesurl"></a>`closedIssuesUrl` | [`String`](#string) | HTTP URL of the issues page, filtered by this release and `state=closed`. |
+| <a id="releaselinksclosedmergerequestsurl"></a>`closedMergeRequestsUrl` | [`String`](#string) | HTTP URL of the merge request page , filtered by this release and `state=closed`. |
+| <a id="releaselinksediturl"></a>`editUrl` | [`String`](#string) | HTTP URL of the release's edit page. |
+| <a id="releaselinksmergedmergerequestsurl"></a>`mergedMergeRequestsUrl` | [`String`](#string) | HTTP URL of the merge request page , filtered by this release and `state=merged`. |
+| <a id="releaselinksopenedissuesurl"></a>`openedIssuesUrl` | [`String`](#string) | HTTP URL of the issues page, filtered by this release and `state=open`. |
+| <a id="releaselinksopenedmergerequestsurl"></a>`openedMergeRequestsUrl` | [`String`](#string) | HTTP URL of the merge request page, filtered by this release and `state=open`. |
+| <a id="releaselinksselfurl"></a>`selfUrl` | [`String`](#string) | HTTP URL of the release. |
-Represents a list of security scanners.
+### `ReleaseSource`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `available` | [`[SecurityScannerType!]`](#securityscannertype) | List of analyzers which are available for the project. |
-| `enabled` | [`[SecurityScannerType!]`](#securityscannertype) | List of analyzers which are enabled for the project. |
-| `pipelineRun` | [`[SecurityScannerType!]`](#securityscannertype) | List of analyzers which ran successfully in the latest pipeline. |
+Represents the source code attached to a release in a particular format.
-### `SentryDetailedError`
+#### Fields
-A Sentry error.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releasesourceformat"></a>`format` | [`String`](#string) | Format of the source. |
+| <a id="releasesourceurl"></a>`url` | [`String`](#string) | Download URL of the source. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Count of occurrences. |
-| `culprit` | [`String!`](#string) | Culprit of the error. |
-| `externalBaseUrl` | [`String!`](#string) | External Base URL of the Sentry Instance. |
-| `externalUrl` | [`String!`](#string) | External URL of the error. |
-| `firstReleaseLastCommit` | [`String`](#string) | Commit the error was first seen. |
-| `firstReleaseShortVersion` | [`String`](#string) | Release short version the error was first seen. |
-| `firstReleaseVersion` | [`String`](#string) | Release version the error was first seen. |
-| `firstSeen` | [`Time!`](#time) | Timestamp when the error was first seen. |
-| `frequency` | [`[SentryErrorFrequency!]!`](#sentryerrorfrequency) | Last 24hr stats of the error. |
-| `gitlabCommit` | [`String`](#string) | GitLab commit SHA attributed to the Error based on the release version. |
-| `gitlabCommitPath` | [`String`](#string) | Path to the GitLab page for the GitLab commit attributed to the error. |
-| `gitlabIssuePath` | [`String`](#string) | URL of GitLab Issue. |
-| `id` | [`ID!`](#id) | ID (global ID) of the error. |
-| `lastReleaseLastCommit` | [`String`](#string) | Commit the error was last seen. |
-| `lastReleaseShortVersion` | [`String`](#string) | Release short version the error was last seen. |
-| `lastReleaseVersion` | [`String`](#string) | Release version the error was last seen. |
-| `lastSeen` | [`Time!`](#time) | Timestamp when the error was last seen. |
-| `message` | [`String`](#string) | Sentry metadata message of the error. |
-| `sentryId` | [`String!`](#string) | ID (Sentry ID) of the error. |
-| `sentryProjectId` | [`ID!`](#id) | ID of the project (Sentry project). |
-| `sentryProjectName` | [`String!`](#string) | Name of the project affected by the error. |
-| `sentryProjectSlug` | [`String!`](#string) | Slug of the project affected by the error. |
-| `shortId` | [`String!`](#string) | Short ID (Sentry ID) of the error. |
-| `status` | [`SentryErrorStatus!`](#sentryerrorstatus) | Status of the error. |
-| `tags` | [`SentryErrorTags!`](#sentryerrortags) | Tags associated with the Sentry Error. |
-| `title` | [`String!`](#string) | Title of the error. |
-| `type` | [`String!`](#string) | Type of the error. |
-| `userCount` | [`Int!`](#int) | Count of users affected by the error. |
+### `Repository`
-### `SentryError`
+#### Fields
-A Sentry error. A simplified version of SentryDetailedError.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="repositoryempty"></a>`empty` | [`Boolean!`](#boolean) | Indicates repository has no visible content. |
+| <a id="repositoryexists"></a>`exists` | [`Boolean!`](#boolean) | Indicates a corresponding Git repository exists on disk. |
+| <a id="repositoryrootref"></a>`rootRef` | [`String`](#string) | Default branch of the repository. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Count of occurrences. |
-| `culprit` | [`String!`](#string) | Culprit of the error. |
-| `externalUrl` | [`String!`](#string) | External URL of the error. |
-| `firstSeen` | [`Time!`](#time) | Timestamp when the error was first seen. |
-| `frequency` | [`[SentryErrorFrequency!]!`](#sentryerrorfrequency) | Last 24hr stats of the error. |
-| `id` | [`ID!`](#id) | ID (global ID) of the error. |
-| `lastSeen` | [`Time!`](#time) | Timestamp when the error was last seen. |
-| `message` | [`String`](#string) | Sentry metadata message of the error. |
-| `sentryId` | [`String!`](#string) | ID (Sentry ID) of the error. |
-| `sentryProjectId` | [`ID!`](#id) | ID of the project (Sentry project). |
-| `sentryProjectName` | [`String!`](#string) | Name of the project affected by the error. |
-| `sentryProjectSlug` | [`String!`](#string) | Slug of the project affected by the error. |
-| `shortId` | [`String!`](#string) | Short ID (Sentry ID) of the error. |
-| `status` | [`SentryErrorStatus!`](#sentryerrorstatus) | Status of the error. |
-| `title` | [`String!`](#string) | Title of the error. |
-| `type` | [`String!`](#string) | Type of the error. |
-| `userCount` | [`Int!`](#int) | Count of users affected by the error. |
+#### Fields with arguments
-### `SentryErrorCollection`
+##### `Repository.blobs`
-An object containing a collection of Sentry errors, and a detailed error.
+Blobs contained within the repository.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `detailedError` | [`SentryDetailedError`](#sentrydetailederror) | Detailed version of a Sentry error on the project. |
-| `errorStackTrace` | [`SentryErrorStackTrace`](#sentryerrorstacktrace) | Stack Trace of Sentry Error. |
-| `errors` | [`SentryErrorConnection`](#sentryerrorconnection) | Collection of Sentry Errors. |
-| `externalUrl` | [`String`](#string) | External URL for Sentry. |
+Returns [`RepositoryBlobConnection`](#repositoryblobconnection).
-### `SentryErrorConnection`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-The connection type for SentryError.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SentryErrorEdge]`](#sentryerroredge) | A list of edges. |
-| `nodes` | [`[SentryError]`](#sentryerror) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="repositoryblobspaths"></a>`paths` | [`[String!]!`](#string) | Array of desired blob paths. |
+| <a id="repositoryblobsref"></a>`ref` | [`String`](#string) | The commit ref to get the blobs from. Default value is HEAD. |
-### `SentryErrorEdge`
+##### `Repository.branchNames`
-An edge in a connection.
+Names of branches available in this repository that match the search pattern.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`SentryError`](#sentryerror) | The item at the end of the edge. |
+Returns [`[String!]`](#string).
-### `SentryErrorFrequency`
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Count of errors received since the previously recorded time. |
-| `time` | [`Time!`](#time) | Time the error frequency stats were recorded. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="repositorybranchnamessearchpattern"></a>`searchPattern` | [`String!`](#string) | The pattern to search for branch names by. |
-### `SentryErrorStackTrace`
+##### `Repository.tree`
-An object containing a stack trace entry for a Sentry error.
+Tree of the repository.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `dateReceived` | [`String!`](#string) | Time the stack trace was received by Sentry. |
-| `issueId` | [`String!`](#string) | ID of the Sentry error. |
-| `stackTraceEntries` | [`[SentryErrorStackTraceEntry!]!`](#sentryerrorstacktraceentry) | Stack trace entries for the Sentry error. |
+Returns [`Tree`](#tree).
-### `SentryErrorStackTraceContext`
+###### Arguments
-An object context for a Sentry error stack trace.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="repositorytreepath"></a>`path` | [`String`](#string) | The path to get the tree for. Default value is the root of the repository. |
+| <a id="repositorytreerecursive"></a>`recursive` | [`Boolean`](#boolean) | Used to get a recursive tree. Default is false. |
+| <a id="repositorytreeref"></a>`ref` | [`String`](#string) | The commit ref to get the tree for. Default value is HEAD. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `code` | [`String!`](#string) | Code number of the context. |
-| `line` | [`Int!`](#int) | Line number of the context. |
+### `RepositoryBlob`
-### `SentryErrorStackTraceEntry`
+#### Fields
-An object containing a stack trace entry for a Sentry error.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="repositoryblobid"></a>`id` | [`ID!`](#id) | ID of the blob. |
+| <a id="repositorybloblfsoid"></a>`lfsOid` | [`String`](#string) | LFS OID of the blob. |
+| <a id="repositoryblobmode"></a>`mode` | [`String`](#string) | Blob mode. |
+| <a id="repositoryblobname"></a>`name` | [`String`](#string) | Blob name. |
+| <a id="repositorybloboid"></a>`oid` | [`String!`](#string) | OID of the blob. |
+| <a id="repositoryblobpath"></a>`path` | [`String!`](#string) | Path of the blob. |
+| <a id="repositoryblobwebpath"></a>`webPath` | [`String`](#string) | Web path of the blob. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `col` | [`String`](#string) | Function in which the Sentry error occurred. |
-| `fileName` | [`String`](#string) | File in which the Sentry error occurred. |
-| `function` | [`String`](#string) | Function in which the Sentry error occurred. |
-| `line` | [`String`](#string) | Function in which the Sentry error occurred. |
-| `traceContext` | [`[SentryErrorStackTraceContext!]`](#sentryerrorstacktracecontext) | Context of the Sentry error. |
+### `Requirement`
-### `SentryErrorTags`
+Represents a requirement.
-State of a Sentry error.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `level` | [`String`](#string) | Severity level of the Sentry Error. |
-| `logger` | [`String`](#string) | Logger of the Sentry Error. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="requirementauthor"></a>`author` | [`User!`](#user) | Author of the requirement. |
+| <a id="requirementcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of when the requirement was created. |
+| <a id="requirementdescription"></a>`description` | [`String`](#string) | Description of the requirement. |
+| <a id="requirementdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="requirementid"></a>`id` | [`ID!`](#id) | ID of the requirement. |
+| <a id="requirementiid"></a>`iid` | [`ID!`](#id) | Internal ID of the requirement. |
+| <a id="requirementlasttestreportmanuallycreated"></a>`lastTestReportManuallyCreated` | [`Boolean`](#boolean) | Indicates if latest test report was created by user. |
+| <a id="requirementlasttestreportstate"></a>`lastTestReportState` | [`TestReportState`](#testreportstate) | Latest requirement test report state. |
+| <a id="requirementproject"></a>`project` | [`Project!`](#project) | Project to which the requirement belongs. |
+| <a id="requirementstate"></a>`state` | [`RequirementState!`](#requirementstate) | State of the requirement. |
+| <a id="requirementtitle"></a>`title` | [`String`](#string) | Title of the requirement. |
+| <a id="requirementtitlehtml"></a>`titleHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `title`. |
+| <a id="requirementupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp of when the requirement was last updated. |
+| <a id="requirementuserpermissions"></a>`userPermissions` | [`RequirementPermissions!`](#requirementpermissions) | Permissions for the current user on the resource. |
-### `ServiceConnection`
+#### Fields with arguments
-The connection type for Service.
+##### `Requirement.testReports`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[ServiceEdge]`](#serviceedge) | A list of edges. |
-| `nodes` | [`[Service]`](#service) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Test reports of the requirement.
-### `ServiceEdge`
+Returns [`TestReportConnection`](#testreportconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Service`](#service) | The item at the end of the edge. |
+###### Arguments
-### `Snippet`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="requirementtestreportssort"></a>`sort` | [`Sort`](#sort) | List test reports by sort order. |
-Represents a snippet entry.
+### `RequirementPermissions`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `author` | [`User`](#user) | The owner of the snippet. |
-| `blob` **{warning-solid}** | [`SnippetBlob!`](#snippetblob) | **Deprecated** in 13.3. Use `blobs`. |
-| `blobs` | [`SnippetBlobConnection`](#snippetblobconnection) | Snippet blobs. |
-| `createdAt` | [`Time!`](#time) | Timestamp this snippet was created. |
-| `description` | [`String`](#string) | Description of the snippet. |
-| `descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `fileName` | [`String`](#string) | File Name of the snippet. |
-| `httpUrlToRepo` | [`String`](#string) | HTTP URL to the snippet repository. |
-| `id` | [`SnippetID!`](#snippetid) | ID of the snippet. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `project` | [`Project`](#project) | The project the snippet is associated with. |
-| `rawUrl` | [`String!`](#string) | Raw URL of the snippet. |
-| `sshUrlToRepo` | [`String`](#string) | SSH URL to the snippet repository. |
-| `title` | [`String!`](#string) | Title of the snippet. |
-| `updatedAt` | [`Time!`](#time) | Timestamp this snippet was updated. |
-| `userPermissions` | [`SnippetPermissions!`](#snippetpermissions) | Permissions for the current user on the resource. |
-| `visibilityLevel` | [`VisibilityLevelsEnum!`](#visibilitylevelsenum) | Visibility Level of the snippet. |
-| `webUrl` | [`String!`](#string) | Web URL of the snippet. |
+Check permissions for the current user on a requirement.
-### `SnippetBlob`
+#### Fields
-Represents the snippet blob.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="requirementpermissionsadminrequirement"></a>`adminRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_requirement` on this resource. |
+| <a id="requirementpermissionscreaterequirement"></a>`createRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `create_requirement` on this resource. |
+| <a id="requirementpermissionsdestroyrequirement"></a>`destroyRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_requirement` on this resource. |
+| <a id="requirementpermissionsreadrequirement"></a>`readRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `read_requirement` on this resource. |
+| <a id="requirementpermissionsupdaterequirement"></a>`updateRequirement` | [`Boolean!`](#boolean) | Indicates the user can perform `update_requirement` on this resource. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `binary` | [`Boolean!`](#boolean) | Shows whether the blob is binary. |
-| `externalStorage` | [`String`](#string) | Blob external storage. |
-| `mode` | [`String`](#string) | Blob mode. |
-| `name` | [`String`](#string) | Blob name. |
-| `path` | [`String`](#string) | Blob path. |
-| `plainData` | [`String`](#string) | Blob plain highlighted data. |
-| `rawPath` | [`String!`](#string) | Blob raw content endpoint path. |
-| `renderedAsText` | [`Boolean!`](#boolean) | Shows whether the blob is rendered as text. |
-| `richData` | [`String`](#string) | Blob highlighted data. |
-| `richViewer` | [`SnippetBlobViewer`](#snippetblobviewer) | Blob content rich viewer. |
-| `simpleViewer` | [`SnippetBlobViewer!`](#snippetblobviewer) | Blob content simple viewer. |
-| `size` | [`Int!`](#int) | Blob size. |
+### `RequirementStatesCount`
-### `SnippetBlobConnection`
+Counts of requirements by their state.
-The connection type for SnippetBlob.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SnippetBlobEdge]`](#snippetblobedge) | A list of edges. |
-| `nodes` | [`[SnippetBlob]`](#snippetblob) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="requirementstatescountarchived"></a>`archived` | [`Int`](#int) | Number of archived requirements. |
+| <a id="requirementstatescountopened"></a>`opened` | [`Int`](#int) | Number of opened requirements. |
-### `SnippetBlobEdge`
+### `RootStorageStatistics`
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`SnippetBlob`](#snippetblob) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="rootstoragestatisticsbuildartifactssize"></a>`buildArtifactsSize` | [`Float!`](#float) | The CI artifacts size in bytes. |
+| <a id="rootstoragestatisticslfsobjectssize"></a>`lfsObjectsSize` | [`Float!`](#float) | The LFS objects size in bytes. |
+| <a id="rootstoragestatisticspackagessize"></a>`packagesSize` | [`Float!`](#float) | The packages size in bytes. |
+| <a id="rootstoragestatisticspipelineartifactssize"></a>`pipelineArtifactsSize` | [`Float!`](#float) | The CI pipeline artifacts size in bytes. |
+| <a id="rootstoragestatisticsrepositorysize"></a>`repositorySize` | [`Float!`](#float) | The Git repository size in bytes. |
+| <a id="rootstoragestatisticssnippetssize"></a>`snippetsSize` | [`Float!`](#float) | The snippets size in bytes. |
+| <a id="rootstoragestatisticsstoragesize"></a>`storageSize` | [`Float!`](#float) | The total storage in bytes. |
+| <a id="rootstoragestatisticsuploadssize"></a>`uploadsSize` | [`Float!`](#float) | The uploads size in bytes. |
+| <a id="rootstoragestatisticswikisize"></a>`wikiSize` | [`Float!`](#float) | The wiki size in bytes. |
-### `SnippetBlobViewer`
+### `RunDASTScanPayload`
-Represents how the blob content should be displayed.
+Autogenerated return type of RunDASTScan.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `collapsed` | [`Boolean!`](#boolean) | Shows whether the blob should be displayed collapsed. |
-| `fileType` | [`String!`](#string) | Content file type. |
-| `loadAsync` | [`Boolean!`](#boolean) | Shows whether the blob content is loaded asynchronously. |
-| `loadingPartialName` | [`String!`](#string) | Loading partial name. |
-| `renderError` | [`String`](#string) | Error rendering the blob content. |
-| `tooLarge` | [`Boolean!`](#boolean) | Shows whether the blob too large to be displayed. |
-| `type` | [`BlobViewersType!`](#blobviewerstype) | Type of blob viewer. |
+#### Fields
-### `SnippetConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="rundastscanpayloadclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+| <a id="rundastscanpayloaderrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| <a id="rundastscanpayloadpipelineurl"></a>`pipelineUrl` | [`String`](#string) | URL of the pipeline that was created. |
-The connection type for Snippet.
+### `RunnerArchitecture`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SnippetEdge]`](#snippetedge) | A list of edges. |
-| `nodes` | [`[Snippet]`](#snippet) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### Fields
-### `SnippetEdge`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="runnerarchitecturedownloadlocation"></a>`downloadLocation` | [`String!`](#string) | Download location for the runner for the platform architecture. |
+| <a id="runnerarchitecturename"></a>`name` | [`String!`](#string) | Name of the runner platform architecture. |
-An edge in a connection.
+### `RunnerPlatform`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Snippet`](#snippet) | The item at the end of the edge. |
+#### Fields
-### `SnippetPermissions`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="runnerplatformarchitectures"></a>`architectures` | [`RunnerArchitectureConnection`](#runnerarchitectureconnection) | Runner architectures supported for the platform. |
+| <a id="runnerplatformhumanreadablename"></a>`humanReadableName` | [`String!`](#string) | Human readable name of the runner platform. |
+| <a id="runnerplatformname"></a>`name` | [`String!`](#string) | Name slug of the runner platform. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_snippet` on this resource. |
-| `awardEmoji` | [`Boolean!`](#boolean) | Indicates the user can perform `award_emoji` on this resource. |
-| `createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
-| `readSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `read_snippet` on this resource. |
-| `reportSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `report_snippet` on this resource. |
-| `updateSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `update_snippet` on this resource. |
+### `RunnerSetup`
-### `SnippetRepositoryRegistry`
+#### Fields
-Represents the Geo sync and verification state of a snippet repository.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="runnersetupinstallinstructions"></a>`installInstructions` | [`String!`](#string) | Instructions for installing the runner on the specified architecture. |
+| <a id="runnersetupregisterinstructions"></a>`registerInstructions` | [`String`](#string) | Instructions for registering the runner. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp when the SnippetRepositoryRegistry was created. |
-| `id` | [`ID!`](#id) | ID of the SnippetRepositoryRegistry. |
-| `lastSyncFailure` | [`String`](#string) | Error message during sync of the SnippetRepositoryRegistry. |
-| `lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the SnippetRepositoryRegistry. |
-| `retryAt` | [`Time`](#time) | Timestamp after which the SnippetRepositoryRegistry should be resynced. |
-| `retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the SnippetRepositoryRegistry. |
-| `snippetRepositoryId` | [`ID!`](#id) | ID of the Snippet Repository. |
-| `state` | [`RegistryState`](#registrystate) | Sync state of the SnippetRepositoryRegistry. |
+### `SastCiConfiguration`
-### `SnippetRepositoryRegistryConnection`
+Represents a CI configuration of SAST.
-The connection type for SnippetRepositoryRegistry.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SnippetRepositoryRegistryEdge]`](#snippetrepositoryregistryedge) | A list of edges. |
-| `nodes` | [`[SnippetRepositoryRegistry]`](#snippetrepositoryregistry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationanalyzers"></a>`analyzers` | [`SastCiConfigurationAnalyzersEntityConnection`](#sastciconfigurationanalyzersentityconnection) | List of analyzers entities attached to SAST configuration. |
+| <a id="sastciconfigurationglobal"></a>`global` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of global entities related to SAST configuration. |
+| <a id="sastciconfigurationpipeline"></a>`pipeline` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of pipeline entities related to SAST configuration. |
-### `SnippetRepositoryRegistryEdge`
+### `SastCiConfigurationAnalyzersEntity`
-An edge in a connection.
+Represents an analyzer entity in SAST CI configuration.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`SnippetRepositoryRegistry`](#snippetrepositoryregistry) | The item at the end of the edge. |
+#### Fields
-### `StatusAction`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationanalyzersentitydescription"></a>`description` | [`String`](#string) | Analyzer description that is displayed on the form. |
+| <a id="sastciconfigurationanalyzersentityenabled"></a>`enabled` | [`Boolean`](#boolean) | Indicates whether an analyzer is enabled. |
+| <a id="sastciconfigurationanalyzersentitylabel"></a>`label` | [`String`](#string) | Analyzer label used in the config UI. |
+| <a id="sastciconfigurationanalyzersentityname"></a>`name` | [`String`](#string) | Name of the analyzer. |
+| <a id="sastciconfigurationanalyzersentityvariables"></a>`variables` | [`SastCiConfigurationEntityConnection`](#sastciconfigurationentityconnection) | List of supported variables. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `buttonTitle` | [`String`](#string) | Title for the button, for example: Retry this job. |
-| `icon` | [`String`](#string) | Icon used in the action button. |
-| `method` | [`String`](#string) | Method for the action, for example: :post. |
-| `path` | [`String`](#string) | Path for the action. |
-| `title` | [`String`](#string) | Title for the action, for example: Retry. |
+### `SastCiConfigurationEntity`
-### `Submodule`
+Represents an entity in SAST CI configuration.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `flatPath` | [`String!`](#string) | Flat path of the entry. |
-| `id` | [`ID!`](#id) | ID of the entry. |
-| `name` | [`String!`](#string) | Name of the entry. |
-| `path` | [`String!`](#string) | Path of the entry. |
-| `sha` | [`String!`](#string) | Last commit SHA for the entry. |
-| `treeUrl` | [`String`](#string) | Tree URL for the sub-module. |
-| `type` | [`EntryType!`](#entrytype) | Type of tree entry. |
-| `webUrl` | [`String`](#string) | Web URL for the sub-module. |
+#### Fields
-### `SubmoduleConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationentitydefaultvalue"></a>`defaultValue` | [`String`](#string) | Default value that is used if value is empty. |
+| <a id="sastciconfigurationentitydescription"></a>`description` | [`String`](#string) | Entity description that is displayed on the form. |
+| <a id="sastciconfigurationentityfield"></a>`field` | [`String`](#string) | CI keyword of entity. |
+| <a id="sastciconfigurationentitylabel"></a>`label` | [`String`](#string) | Label for entity used in the form. |
+| <a id="sastciconfigurationentityoptions"></a>`options` | [`SastCiConfigurationOptionsEntityConnection`](#sastciconfigurationoptionsentityconnection) | Different possible values of the field. |
+| <a id="sastciconfigurationentitysize"></a>`size` | [`SastUiComponentSize`](#sastuicomponentsize) | Size of the UI component. |
+| <a id="sastciconfigurationentitytype"></a>`type` | [`String`](#string) | Type of the field value. |
+| <a id="sastciconfigurationentityvalue"></a>`value` | [`String`](#string) | Current value of the entity. |
-The connection type for Submodule.
+### `SastCiConfigurationOptionsEntity`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[SubmoduleEdge]`](#submoduleedge) | A list of edges. |
-| `nodes` | [`[Submodule]`](#submodule) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Represents an entity for options in SAST CI configuration.
-### `SubmoduleEdge`
+#### Fields
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationoptionsentitylabel"></a>`label` | [`String`](#string) | Label of option entity. |
+| <a id="sastciconfigurationoptionsentityvalue"></a>`value` | [`String`](#string) | Value of option entity. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Submodule`](#submodule) | The item at the end of the edge. |
+### `Scan`
-### `TaskCompletionStatus`
+Represents the security scan information.
-Completion status of tasks.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `completedCount` | [`Int!`](#int) | Number of completed tasks. |
-| `count` | [`Int!`](#int) | Number of total tasks. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="scanerrors"></a>`errors` | [`[String!]!`](#string) | List of errors. |
+| <a id="scanname"></a>`name` | [`String!`](#string) | Name of the scan. |
-### `TerraformState`
+### `ScannedResource`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Timestamp the Terraform state was created. |
-| `id` | [`ID!`](#id) | ID of the Terraform state. |
-| `latestVersion` | [`TerraformStateVersion`](#terraformstateversion) | The latest version of the Terraform state. |
-| `lockedAt` | [`Time`](#time) | Timestamp the Terraform state was locked. |
-| `lockedByUser` | [`User`](#user) | The user currently holding a lock on the Terraform state. |
-| `name` | [`String!`](#string) | Name of the Terraform state. |
-| `updatedAt` | [`Time!`](#time) | Timestamp the Terraform state was updated. |
+Represents a resource scanned by a security scan.
-### `TerraformStateConnection`
+#### Fields
-The connection type for TerraformState.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="scannedresourcerequestmethod"></a>`requestMethod` | [`String`](#string) | The HTTP request method used to access the URL. |
+| <a id="scannedresourceurl"></a>`url` | [`String`](#string) | The URL scanned by the scanner. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[TerraformStateEdge]`](#terraformstateedge) | A list of edges. |
-| `nodes` | [`[TerraformState]`](#terraformstate) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+### `SecurityReportSummary`
-### `TerraformStateDeletePayload`
+Represents summary of a security report.
-Autogenerated return type of TerraformStateDelete.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="securityreportsummaryapifuzzing"></a>`apiFuzzing` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `api_fuzzing` scan. |
+| <a id="securityreportsummarycontainerscanning"></a>`containerScanning` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `container_scanning` scan. |
+| <a id="securityreportsummarycoveragefuzzing"></a>`coverageFuzzing` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `coverage_fuzzing` scan. |
+| <a id="securityreportsummarydast"></a>`dast` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `dast` scan. |
+| <a id="securityreportsummarydependencyscanning"></a>`dependencyScanning` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `dependency_scanning` scan. |
+| <a id="securityreportsummarysast"></a>`sast` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `sast` scan. |
+| <a id="securityreportsummarysecretdetection"></a>`secretDetection` | [`SecurityReportSummarySection`](#securityreportsummarysection) | Aggregated counts for the `secret_detection` scan. |
-### `TerraformStateEdge`
+### `SecurityReportSummarySection`
-An edge in a connection.
+Represents a section of a summary of a security report.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`TerraformState`](#terraformstate) | The item at the end of the edge. |
+#### Fields
-### `TerraformStateLockPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="securityreportsummarysectionscannedresources"></a>`scannedResources` | [`ScannedResourceConnection`](#scannedresourceconnection) | A list of the first 20 scanned resources. |
+| <a id="securityreportsummarysectionscannedresourcescount"></a>`scannedResourcesCount` | [`Int`](#int) | Total number of scanned resources. |
+| <a id="securityreportsummarysectionscannedresourcescsvpath"></a>`scannedResourcesCsvPath` | [`String`](#string) | Path to download all the scanned resources in CSV format. |
+| <a id="securityreportsummarysectionscans"></a>`scans` | [`ScanConnection!`](#scanconnection) | List of security scans ran for the type. |
+| <a id="securityreportsummarysectionvulnerabilitiescount"></a>`vulnerabilitiesCount` | [`Int`](#int) | Total number of vulnerabilities. |
-Autogenerated return type of TerraformStateLock.
+### `SecurityScanners`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+Represents a list of security scanners.
-### `TerraformStateUnlockPayload`
+#### Fields
-Autogenerated return type of TerraformStateUnlock.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="securityscannersavailable"></a>`available` | [`[SecurityScannerType!]`](#securityscannertype) | List of analyzers which are available for the project. |
+| <a id="securityscannersenabled"></a>`enabled` | [`[SecurityScannerType!]`](#securityscannertype) | List of analyzers which are enabled for the project. |
+| <a id="securityscannerspipelinerun"></a>`pipelineRun` | [`[SecurityScannerType!]`](#securityscannertype) | List of analyzers which ran successfully in the latest pipeline. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+### `SentryDetailedError`
-### `TerraformStateVersion`
+A Sentry error.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Timestamp the version was created. |
-| `createdByUser` | [`User`](#user) | The user that created this version. |
-| `downloadPath` | [`String`](#string) | URL for downloading the version's JSON file. |
-| `id` | [`ID!`](#id) | ID of the Terraform state version. |
-| `job` | [`CiJob`](#cijob) | The job that created this version. |
-| `serial` | [`Int`](#int) | Serial number of the version. |
-| `updatedAt` | [`Time!`](#time) | Timestamp the version was updated. |
+#### Fields
-### `TerraformStateVersionRegistry`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentrydetailederrorcount"></a>`count` | [`Int!`](#int) | Count of occurrences. |
+| <a id="sentrydetailederrorculprit"></a>`culprit` | [`String!`](#string) | Culprit of the error. |
+| <a id="sentrydetailederrorexternalbaseurl"></a>`externalBaseUrl` | [`String!`](#string) | External Base URL of the Sentry Instance. |
+| <a id="sentrydetailederrorexternalurl"></a>`externalUrl` | [`String!`](#string) | External URL of the error. |
+| <a id="sentrydetailederrorfirstreleaselastcommit"></a>`firstReleaseLastCommit` | [`String`](#string) | Commit the error was first seen. |
+| <a id="sentrydetailederrorfirstreleaseshortversion"></a>`firstReleaseShortVersion` | [`String`](#string) | Release short version the error was first seen. |
+| <a id="sentrydetailederrorfirstreleaseversion"></a>`firstReleaseVersion` | [`String`](#string) | Release version the error was first seen. |
+| <a id="sentrydetailederrorfirstseen"></a>`firstSeen` | [`Time!`](#time) | Timestamp when the error was first seen. |
+| <a id="sentrydetailederrorfrequency"></a>`frequency` | [`[SentryErrorFrequency!]!`](#sentryerrorfrequency) | Last 24hr stats of the error. |
+| <a id="sentrydetailederrorgitlabcommit"></a>`gitlabCommit` | [`String`](#string) | GitLab commit SHA attributed to the Error based on the release version. |
+| <a id="sentrydetailederrorgitlabcommitpath"></a>`gitlabCommitPath` | [`String`](#string) | Path to the GitLab page for the GitLab commit attributed to the error. |
+| <a id="sentrydetailederrorgitlabissuepath"></a>`gitlabIssuePath` | [`String`](#string) | URL of GitLab Issue. |
+| <a id="sentrydetailederrorid"></a>`id` | [`ID!`](#id) | ID (global ID) of the error. |
+| <a id="sentrydetailederrorlastreleaselastcommit"></a>`lastReleaseLastCommit` | [`String`](#string) | Commit the error was last seen. |
+| <a id="sentrydetailederrorlastreleaseshortversion"></a>`lastReleaseShortVersion` | [`String`](#string) | Release short version the error was last seen. |
+| <a id="sentrydetailederrorlastreleaseversion"></a>`lastReleaseVersion` | [`String`](#string) | Release version the error was last seen. |
+| <a id="sentrydetailederrorlastseen"></a>`lastSeen` | [`Time!`](#time) | Timestamp when the error was last seen. |
+| <a id="sentrydetailederrormessage"></a>`message` | [`String`](#string) | Sentry metadata message of the error. |
+| <a id="sentrydetailederrorsentryid"></a>`sentryId` | [`String!`](#string) | ID (Sentry ID) of the error. |
+| <a id="sentrydetailederrorsentryprojectid"></a>`sentryProjectId` | [`ID!`](#id) | ID of the project (Sentry project). |
+| <a id="sentrydetailederrorsentryprojectname"></a>`sentryProjectName` | [`String!`](#string) | Name of the project affected by the error. |
+| <a id="sentrydetailederrorsentryprojectslug"></a>`sentryProjectSlug` | [`String!`](#string) | Slug of the project affected by the error. |
+| <a id="sentrydetailederrorshortid"></a>`shortId` | [`String!`](#string) | Short ID (Sentry ID) of the error. |
+| <a id="sentrydetailederrorstatus"></a>`status` | [`SentryErrorStatus!`](#sentryerrorstatus) | Status of the error. |
+| <a id="sentrydetailederrortags"></a>`tags` | [`SentryErrorTags!`](#sentryerrortags) | Tags associated with the Sentry Error. |
+| <a id="sentrydetailederrortitle"></a>`title` | [`String!`](#string) | Title of the error. |
+| <a id="sentrydetailederrortype"></a>`type` | [`String!`](#string) | Type of the error. |
+| <a id="sentrydetailederrorusercount"></a>`userCount` | [`Int!`](#int) | Count of users affected by the error. |
-Represents the Geo sync and verification state of a terraform state version.
+### `SentryError`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time`](#time) | Timestamp when the TerraformStateVersionRegistry was created. |
-| `id` | [`ID!`](#id) | ID of the TerraformStateVersionRegistry. |
-| `lastSyncFailure` | [`String`](#string) | Error message during sync of the TerraformStateVersionRegistry. |
-| `lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the TerraformStateVersionRegistry. |
-| `retryAt` | [`Time`](#time) | Timestamp after which the TerraformStateVersionRegistry should be resynced. |
-| `retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the TerraformStateVersionRegistry. |
-| `state` | [`RegistryState`](#registrystate) | Sync state of the TerraformStateVersionRegistry. |
-| `terraformStateVersionId` | [`ID!`](#id) | ID of the terraform state version. |
+A Sentry error. A simplified version of SentryDetailedError.
-### `TerraformStateVersionRegistryConnection`
+#### Fields
-The connection type for TerraformStateVersionRegistry.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorcount"></a>`count` | [`Int!`](#int) | Count of occurrences. |
+| <a id="sentryerrorculprit"></a>`culprit` | [`String!`](#string) | Culprit of the error. |
+| <a id="sentryerrorexternalurl"></a>`externalUrl` | [`String!`](#string) | External URL of the error. |
+| <a id="sentryerrorfirstseen"></a>`firstSeen` | [`Time!`](#time) | Timestamp when the error was first seen. |
+| <a id="sentryerrorfrequency"></a>`frequency` | [`[SentryErrorFrequency!]!`](#sentryerrorfrequency) | Last 24hr stats of the error. |
+| <a id="sentryerrorid"></a>`id` | [`ID!`](#id) | ID (global ID) of the error. |
+| <a id="sentryerrorlastseen"></a>`lastSeen` | [`Time!`](#time) | Timestamp when the error was last seen. |
+| <a id="sentryerrormessage"></a>`message` | [`String`](#string) | Sentry metadata message of the error. |
+| <a id="sentryerrorsentryid"></a>`sentryId` | [`String!`](#string) | ID (Sentry ID) of the error. |
+| <a id="sentryerrorsentryprojectid"></a>`sentryProjectId` | [`ID!`](#id) | ID of the project (Sentry project). |
+| <a id="sentryerrorsentryprojectname"></a>`sentryProjectName` | [`String!`](#string) | Name of the project affected by the error. |
+| <a id="sentryerrorsentryprojectslug"></a>`sentryProjectSlug` | [`String!`](#string) | Slug of the project affected by the error. |
+| <a id="sentryerrorshortid"></a>`shortId` | [`String!`](#string) | Short ID (Sentry ID) of the error. |
+| <a id="sentryerrorstatus"></a>`status` | [`SentryErrorStatus!`](#sentryerrorstatus) | Status of the error. |
+| <a id="sentryerrortitle"></a>`title` | [`String!`](#string) | Title of the error. |
+| <a id="sentryerrortype"></a>`type` | [`String!`](#string) | Type of the error. |
+| <a id="sentryerrorusercount"></a>`userCount` | [`Int!`](#int) | Count of users affected by the error. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[TerraformStateVersionRegistryEdge]`](#terraformstateversionregistryedge) | A list of edges. |
-| `nodes` | [`[TerraformStateVersionRegistry]`](#terraformstateversionregistry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+### `SentryErrorCollection`
-### `TerraformStateVersionRegistryEdge`
+An object containing a collection of Sentry errors, and a detailed error.
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`TerraformStateVersionRegistry`](#terraformstateversionregistry) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorcollectionexternalurl"></a>`externalUrl` | [`String`](#string) | External URL for Sentry. |
-### `TestCase`
+#### Fields with arguments
-Test case in pipeline test report.
+##### `SentryErrorCollection.detailedError`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `attachmentUrl` | [`String`](#string) | URL of the test case attachment file. |
-| `classname` | [`String`](#string) | Classname of the test case. |
-| `executionTime` | [`Float`](#float) | Test case execution time in seconds. |
-| `file` | [`String`](#string) | Path to the file of the test case. |
-| `name` | [`String`](#string) | Name of the test case. |
-| `recentFailures` | [`RecentFailures`](#recentfailures) | Recent failure history of the test case on the base branch. |
-| `stackTrace` | [`String`](#string) | Stack trace of the test case. |
-| `status` | [`TestCaseStatus`](#testcasestatus) | Status of the test case (error, failed, success, skipped). |
-| `systemOutput` | [`String`](#string) | System output of the test case. |
+Detailed version of a Sentry error on the project.
-### `TestCaseConnection`
+Returns [`SentryDetailedError`](#sentrydetailederror).
-The connection type for TestCase.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[TestCaseEdge]`](#testcaseedge) | A list of edges. |
-| `nodes` | [`[TestCase]`](#testcase) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorcollectiondetailederrorid"></a>`id` | [`GitlabErrorTrackingDetailedErrorID!`](#gitlaberrortrackingdetailederrorid) | ID of the Sentry issue. |
-### `TestCaseEdge`
+##### `SentryErrorCollection.errorStackTrace`
-An edge in a connection.
+Stack Trace of Sentry Error.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`TestCase`](#testcase) | The item at the end of the edge. |
+Returns [`SentryErrorStackTrace`](#sentryerrorstacktrace).
-### `TestReport`
+###### Arguments
-Represents a requirement test report.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorcollectionerrorstacktraceid"></a>`id` | [`GitlabErrorTrackingDetailedErrorID!`](#gitlaberrortrackingdetailederrorid) | ID of the Sentry issue. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `author` | [`User`](#user) | Author of the test report. |
-| `createdAt` | [`Time!`](#time) | Timestamp of when the test report was created. |
-| `id` | [`ID!`](#id) | ID of the test report. |
-| `state` | [`TestReportState!`](#testreportstate) | State of the test report. |
+##### `SentryErrorCollection.errors`
-### `TestReportConnection`
+Collection of Sentry Errors.
-The connection type for TestReport.
+Returns [`SentryErrorConnection`](#sentryerrorconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[TestReportEdge]`](#testreportedge) | A list of edges. |
-| `nodes` | [`[TestReport]`](#testreport) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `TestReportEdge`
+###### Arguments
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorcollectionerrorssearchterm"></a>`searchTerm` | [`String`](#string) | Search query for the Sentry error details. |
+| <a id="sentryerrorcollectionerrorssort"></a>`sort` | [`String`](#string) | Attribute to sort on. Options are frequency, first_seen, last_seen. last_seen is default. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`TestReport`](#testreport) | The item at the end of the edge. |
+### `SentryErrorFrequency`
-### `TestReportSummary`
+#### Fields
-Test report for a pipeline.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorfrequencycount"></a>`count` | [`Int!`](#int) | Count of errors received since the previously recorded time. |
+| <a id="sentryerrorfrequencytime"></a>`time` | [`Time!`](#time) | Time the error frequency stats were recorded. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `testSuites` | [`TestSuiteSummaryConnection!`](#testsuitesummaryconnection) | Test suites belonging to a pipeline test report. |
-| `total` | [`TestReportTotal!`](#testreporttotal) | Total report statistics for a pipeline test report. |
+### `SentryErrorStackTrace`
-### `TestReportTotal`
+An object containing a stack trace entry for a Sentry error.
-Total test report statistics.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int`](#int) | Total number of the test cases. |
-| `error` | [`Int`](#int) | Total number of test cases that had an error. |
-| `failed` | [`Int`](#int) | Total number of test cases that failed. |
-| `skipped` | [`Int`](#int) | Total number of test cases that were skipped. |
-| `success` | [`Int`](#int) | Total number of test cases that succeeded. |
-| `suiteError` | [`String`](#string) | Test suite error message. |
-| `time` | [`Float`](#float) | Total duration of the tests. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorstacktracedatereceived"></a>`dateReceived` | [`String!`](#string) | Time the stack trace was received by Sentry. |
+| <a id="sentryerrorstacktraceissueid"></a>`issueId` | [`String!`](#string) | ID of the Sentry error. |
+| <a id="sentryerrorstacktracestacktraceentries"></a>`stackTraceEntries` | [`[SentryErrorStackTraceEntry!]!`](#sentryerrorstacktraceentry) | Stack trace entries for the Sentry error. |
-### `TestSuite`
+### `SentryErrorStackTraceContext`
-Test suite in a pipeline test report.
+An object context for a Sentry error stack trace.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `errorCount` | [`Int`](#int) | Total number of test cases that had an error. |
-| `failedCount` | [`Int`](#int) | Total number of test cases that failed in the test suite. |
-| `name` | [`String`](#string) | Name of the test suite. |
-| `skippedCount` | [`Int`](#int) | Total number of test cases that were skipped in the test suite. |
-| `successCount` | [`Int`](#int) | Total number of test cases that succeeded in the test suite. |
-| `suiteError` | [`String`](#string) | Test suite error message. |
-| `testCases` | [`TestCaseConnection`](#testcaseconnection) | Test cases in the test suite. |
-| `totalCount` | [`Int`](#int) | Total number of the test cases in the test suite. |
-| `totalTime` | [`Float`](#float) | Total duration of the tests in the test suite. |
+#### Fields
-### `TestSuiteSummary`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorstacktracecontextcode"></a>`code` | [`String!`](#string) | Code number of the context. |
+| <a id="sentryerrorstacktracecontextline"></a>`line` | [`Int!`](#int) | Line number of the context. |
-Test suite summary in a pipeline test report.
+### `SentryErrorStackTraceEntry`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `buildIds` | [`[ID!]`](#id) | IDs of the builds used to run the test suite. |
-| `errorCount` | [`Int`](#int) | Total number of test cases that had an error. |
-| `failedCount` | [`Int`](#int) | Total number of test cases that failed in the test suite. |
-| `name` | [`String`](#string) | Name of the test suite. |
-| `skippedCount` | [`Int`](#int) | Total number of test cases that were skipped in the test suite. |
-| `successCount` | [`Int`](#int) | Total number of test cases that succeeded in the test suite. |
-| `suiteError` | [`String`](#string) | Test suite error message. |
-| `totalCount` | [`Int`](#int) | Total number of the test cases in the test suite. |
-| `totalTime` | [`Float`](#float) | Total duration of the tests in the test suite. |
+An object containing a stack trace entry for a Sentry error.
-### `TestSuiteSummaryConnection`
+#### Fields
-The connection type for TestSuiteSummary.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrorstacktraceentrycol"></a>`col` | [`String`](#string) | Function in which the Sentry error occurred. |
+| <a id="sentryerrorstacktraceentryfilename"></a>`fileName` | [`String`](#string) | File in which the Sentry error occurred. |
+| <a id="sentryerrorstacktraceentryfunction"></a>`function` | [`String`](#string) | Function in which the Sentry error occurred. |
+| <a id="sentryerrorstacktraceentryline"></a>`line` | [`String`](#string) | Function in which the Sentry error occurred. |
+| <a id="sentryerrorstacktraceentrytracecontext"></a>`traceContext` | [`[SentryErrorStackTraceContext!]`](#sentryerrorstacktracecontext) | Context of the Sentry error. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Total count of collection. |
-| `edges` | [`[TestSuiteSummaryEdge]`](#testsuitesummaryedge) | A list of edges. |
-| `nodes` | [`[TestSuiteSummary]`](#testsuitesummary) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+### `SentryErrorTags`
-### `TestSuiteSummaryEdge`
+State of a Sentry error.
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`TestSuiteSummary`](#testsuitesummary) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sentryerrortagslevel"></a>`level` | [`String`](#string) | Severity level of the Sentry Error. |
+| <a id="sentryerrortagslogger"></a>`logger` | [`String`](#string) | Logger of the Sentry Error. |
-### `TimeReportStats`
+### `Snippet`
-Represents the time report stats for timeboxes.
+Represents a snippet entry.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `complete` | [`TimeboxMetrics`](#timeboxmetrics) | Completed issues metrics. |
-| `incomplete` | [`TimeboxMetrics`](#timeboxmetrics) | Incomplete issues metrics. |
-| `total` | [`TimeboxMetrics`](#timeboxmetrics) | Total issues metrics. |
+#### Fields
-### `TimeboxMetrics`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetauthor"></a>`author` | [`User`](#user) | The owner of the snippet. |
+| <a id="snippetblob"></a>`blob` **{warning-solid}** | [`SnippetBlob!`](#snippetblob) | **Deprecated** in 13.3. Use `blobs`. |
+| <a id="snippetcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp this snippet was created. |
+| <a id="snippetdescription"></a>`description` | [`String`](#string) | Description of the snippet. |
+| <a id="snippetdescriptionhtml"></a>`descriptionHtml` | [`String`](#string) | The GitLab Flavored Markdown rendering of `description`. |
+| <a id="snippetdiscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="snippetfilename"></a>`fileName` | [`String`](#string) | File Name of the snippet. |
+| <a id="snippethttpurltorepo"></a>`httpUrlToRepo` | [`String`](#string) | HTTP URL to the snippet repository. |
+| <a id="snippetid"></a>`id` | [`SnippetID!`](#snippetid) | ID of the snippet. |
+| <a id="snippetnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="snippetproject"></a>`project` | [`Project`](#project) | The project the snippet is associated with. |
+| <a id="snippetrawurl"></a>`rawUrl` | [`String!`](#string) | Raw URL of the snippet. |
+| <a id="snippetsshurltorepo"></a>`sshUrlToRepo` | [`String`](#string) | SSH URL to the snippet repository. |
+| <a id="snippettitle"></a>`title` | [`String!`](#string) | Title of the snippet. |
+| <a id="snippetupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp this snippet was updated. |
+| <a id="snippetuserpermissions"></a>`userPermissions` | [`SnippetPermissions!`](#snippetpermissions) | Permissions for the current user on the resource. |
+| <a id="snippetvisibilitylevel"></a>`visibilityLevel` | [`VisibilityLevelsEnum!`](#visibilitylevelsenum) | Visibility Level of the snippet. |
+| <a id="snippetweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the snippet. |
+
+#### Fields with arguments
+
+##### `Snippet.blobs`
+
+Snippet blobs.
+
+Returns [`SnippetBlobConnection`](#snippetblobconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-Represents measured stats metrics for timeboxes.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetblobspaths"></a>`paths` | [`[String!]`](#string) | Paths of the blobs. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | The count metric. |
-| `weight` | [`Int!`](#int) | The weight metric. |
+### `SnippetBlob`
-### `TimeboxReport`
+Represents the snippet blob.
-Represents a historically accurate report about the timebox.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `burnupTimeSeries` | [`[BurnupChartDailyTotals!]`](#burnupchartdailytotals) | Daily scope and completed totals for burnup charts. |
-| `stats` | [`TimeReportStats`](#timereportstats) | Represents the time report stats for the timebox. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetblobbinary"></a>`binary` | [`Boolean!`](#boolean) | Shows whether the blob is binary. |
+| <a id="snippetblobexternalstorage"></a>`externalStorage` | [`String`](#string) | Blob external storage. |
+| <a id="snippetblobmode"></a>`mode` | [`String`](#string) | Blob mode. |
+| <a id="snippetblobname"></a>`name` | [`String`](#string) | Blob name. |
+| <a id="snippetblobpath"></a>`path` | [`String`](#string) | Blob path. |
+| <a id="snippetblobplaindata"></a>`plainData` | [`String`](#string) | Blob plain highlighted data. |
+| <a id="snippetblobrawpath"></a>`rawPath` | [`String!`](#string) | Blob raw content endpoint path. |
+| <a id="snippetblobrenderedastext"></a>`renderedAsText` | [`Boolean!`](#boolean) | Shows whether the blob is rendered as text. |
+| <a id="snippetblobrichdata"></a>`richData` | [`String`](#string) | Blob highlighted data. |
+| <a id="snippetblobrichviewer"></a>`richViewer` | [`SnippetBlobViewer`](#snippetblobviewer) | Blob content rich viewer. |
+| <a id="snippetblobsimpleviewer"></a>`simpleViewer` | [`SnippetBlobViewer!`](#snippetblobviewer) | Blob content simple viewer. |
+| <a id="snippetblobsize"></a>`size` | [`Int!`](#int) | Blob size. |
-### `Timelog`
+### `SnippetBlobViewer`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `issue` | [`Issue`](#issue) | The issue that logged time was added to. |
-| `note` | [`Note`](#note) | The note where the quick action to add the logged time was executed. |
-| `spentAt` | [`Time`](#time) | Timestamp of when the time tracked was spent at. |
-| `timeSpent` | [`Int!`](#int) | The time spent displayed in seconds. |
-| `user` | [`User!`](#user) | The user that logged the time. |
+Represents how the blob content should be displayed.
-### `TimelogConnection`
+#### Fields
-The connection type for Timelog.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetblobviewercollapsed"></a>`collapsed` | [`Boolean!`](#boolean) | Shows whether the blob should be displayed collapsed. |
+| <a id="snippetblobviewerfiletype"></a>`fileType` | [`String!`](#string) | Content file type. |
+| <a id="snippetblobviewerloadasync"></a>`loadAsync` | [`Boolean!`](#boolean) | Shows whether the blob content is loaded asynchronously. |
+| <a id="snippetblobviewerloadingpartialname"></a>`loadingPartialName` | [`String!`](#string) | Loading partial name. |
+| <a id="snippetblobviewerrendererror"></a>`renderError` | [`String`](#string) | Error rendering the blob content. |
+| <a id="snippetblobviewertoolarge"></a>`tooLarge` | [`Boolean!`](#boolean) | Shows whether the blob too large to be displayed. |
+| <a id="snippetblobviewertype"></a>`type` | [`BlobViewersType!`](#blobviewerstype) | Type of blob viewer. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[TimelogEdge]`](#timelogedge) | A list of edges. |
-| `nodes` | [`[Timelog]`](#timelog) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+### `SnippetPermissions`
-### `TimelogEdge`
+#### Fields
-An edge in a connection.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetpermissionsadminsnippet"></a>`adminSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_snippet` on this resource. |
+| <a id="snippetpermissionsawardemoji"></a>`awardEmoji` | [`Boolean!`](#boolean) | Indicates the user can perform `award_emoji` on this resource. |
+| <a id="snippetpermissionscreatenote"></a>`createNote` | [`Boolean!`](#boolean) | Indicates the user can perform `create_note` on this resource. |
+| <a id="snippetpermissionsreadsnippet"></a>`readSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `read_snippet` on this resource. |
+| <a id="snippetpermissionsreportsnippet"></a>`reportSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `report_snippet` on this resource. |
+| <a id="snippetpermissionsupdatesnippet"></a>`updateSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `update_snippet` on this resource. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Timelog`](#timelog) | The item at the end of the edge. |
+### `SnippetRepositoryRegistry`
-### `Todo`
+Represents the Geo sync and verification state of a snippet repository.
-Representing a to-do entry.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `action` | [`TodoActionEnum!`](#todoactionenum) | Action of the to-do item. |
-| `author` | [`User!`](#user) | The author of this to-do item. |
-| `body` | [`String!`](#string) | Body of the to-do item. |
-| `createdAt` | [`Time!`](#time) | Timestamp this to-do item was created. |
-| `group` | [`Group`](#group) | Group this to-do item is associated with. |
-| `id` | [`ID!`](#id) | ID of the to-do item. |
-| `project` | [`Project`](#project) | The project this to-do item is associated with. |
-| `state` | [`TodoStateEnum!`](#todostateenum) | State of the to-do item. |
-| `targetType` | [`TodoTargetEnum!`](#todotargetenum) | Target type of the to-do item. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetrepositoryregistrycreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the SnippetRepositoryRegistry was created. |
+| <a id="snippetrepositoryregistryid"></a>`id` | [`ID!`](#id) | ID of the SnippetRepositoryRegistry. |
+| <a id="snippetrepositoryregistrylastsyncfailure"></a>`lastSyncFailure` | [`String`](#string) | Error message during sync of the SnippetRepositoryRegistry. |
+| <a id="snippetrepositoryregistrylastsyncedat"></a>`lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the SnippetRepositoryRegistry. |
+| <a id="snippetrepositoryregistryretryat"></a>`retryAt` | [`Time`](#time) | Timestamp after which the SnippetRepositoryRegistry should be resynced. |
+| <a id="snippetrepositoryregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the SnippetRepositoryRegistry. |
+| <a id="snippetrepositoryregistrysnippetrepositoryid"></a>`snippetRepositoryId` | [`ID!`](#id) | ID of the Snippet Repository. |
+| <a id="snippetrepositoryregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the SnippetRepositoryRegistry. |
-### `TodoConnection`
+### `StatusAction`
-The connection type for Todo.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[TodoEdge]`](#todoedge) | A list of edges. |
-| `nodes` | [`[Todo]`](#todo) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="statusactionbuttontitle"></a>`buttonTitle` | [`String`](#string) | Title for the button, for example: Retry this job. |
+| <a id="statusactionicon"></a>`icon` | [`String`](#string) | Icon used in the action button. |
+| <a id="statusactionmethod"></a>`method` | [`String`](#string) | Method for the action, for example: :post. |
+| <a id="statusactionpath"></a>`path` | [`String`](#string) | Path for the action. |
+| <a id="statusactiontitle"></a>`title` | [`String`](#string) | Title for the action, for example: Retry. |
-### `TodoCreatePayload`
+### `Submodule`
-Autogenerated return type of TodoCreate.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `todo` | [`Todo`](#todo) | The to-do item created. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="submoduleflatpath"></a>`flatPath` | [`String!`](#string) | Flat path of the entry. |
+| <a id="submoduleid"></a>`id` | [`ID!`](#id) | ID of the entry. |
+| <a id="submodulename"></a>`name` | [`String!`](#string) | Name of the entry. |
+| <a id="submodulepath"></a>`path` | [`String!`](#string) | Path of the entry. |
+| <a id="submodulesha"></a>`sha` | [`String!`](#string) | Last commit SHA for the entry. |
+| <a id="submoduletreeurl"></a>`treeUrl` | [`String`](#string) | Tree URL for the sub-module. |
+| <a id="submoduletype"></a>`type` | [`EntryType!`](#entrytype) | Type of tree entry. |
+| <a id="submoduleweburl"></a>`webUrl` | [`String`](#string) | Web URL for the sub-module. |
-### `TodoEdge`
+### `TaskCompletionStatus`
-An edge in a connection.
+Completion status of tasks.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Todo`](#todo) | The item at the end of the edge. |
+#### Fields
-### `TodoMarkDonePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="taskcompletionstatuscompletedcount"></a>`completedCount` | [`Int!`](#int) | Number of completed tasks. |
+| <a id="taskcompletionstatuscount"></a>`count` | [`Int!`](#int) | Number of total tasks. |
-Autogenerated return type of TodoMarkDone.
+### `TerraformState`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `todo` | [`Todo!`](#todo) | The requested to-do item. |
+#### Fields
-### `TodoRestoreManyPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="terraformstatecreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp the Terraform state was created. |
+| <a id="terraformstateid"></a>`id` | [`ID!`](#id) | ID of the Terraform state. |
+| <a id="terraformstatelatestversion"></a>`latestVersion` | [`TerraformStateVersion`](#terraformstateversion) | The latest version of the Terraform state. |
+| <a id="terraformstatelockedat"></a>`lockedAt` | [`Time`](#time) | Timestamp the Terraform state was locked. |
+| <a id="terraformstatelockedbyuser"></a>`lockedByUser` | [`User`](#user) | The user currently holding a lock on the Terraform state. |
+| <a id="terraformstatename"></a>`name` | [`String!`](#string) | Name of the Terraform state. |
+| <a id="terraformstateupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp the Terraform state was updated. |
-Autogenerated return type of TodoRestoreMany.
+### `TerraformStateVersion`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `todos` | [`[Todo!]!`](#todo) | Updated to-do items. |
-| `updatedIds` **{warning-solid}** | [`[TodoID!]!`](#todoid) | **Deprecated** in 13.2. Use to-do items. |
+#### Fields
-### `TodoRestorePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="terraformstateversioncreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp the version was created. |
+| <a id="terraformstateversioncreatedbyuser"></a>`createdByUser` | [`User`](#user) | The user that created this version. |
+| <a id="terraformstateversiondownloadpath"></a>`downloadPath` | [`String`](#string) | URL for downloading the version's JSON file. |
+| <a id="terraformstateversionid"></a>`id` | [`ID!`](#id) | ID of the Terraform state version. |
+| <a id="terraformstateversionjob"></a>`job` | [`CiJob`](#cijob) | The job that created this version. |
+| <a id="terraformstateversionserial"></a>`serial` | [`Int`](#int) | Serial number of the version. |
+| <a id="terraformstateversionupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp the version was updated. |
-Autogenerated return type of TodoRestore.
+### `TerraformStateVersionRegistry`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `todo` | [`Todo!`](#todo) | The requested to-do item. |
+Represents the Geo sync and verification state of a terraform state version.
-### `TodosMarkAllDonePayload`
+#### Fields
-Autogenerated return type of TodosMarkAllDone.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="terraformstateversionregistrycreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp when the TerraformStateVersionRegistry was created. |
+| <a id="terraformstateversionregistryid"></a>`id` | [`ID!`](#id) | ID of the TerraformStateVersionRegistry. |
+| <a id="terraformstateversionregistrylastsyncfailure"></a>`lastSyncFailure` | [`String`](#string) | Error message during sync of the TerraformStateVersionRegistry. |
+| <a id="terraformstateversionregistrylastsyncedat"></a>`lastSyncedAt` | [`Time`](#time) | Timestamp of the most recent successful sync of the TerraformStateVersionRegistry. |
+| <a id="terraformstateversionregistryretryat"></a>`retryAt` | [`Time`](#time) | Timestamp after which the TerraformStateVersionRegistry should be resynced. |
+| <a id="terraformstateversionregistryretrycount"></a>`retryCount` | [`Int`](#int) | Number of consecutive failed sync attempts of the TerraformStateVersionRegistry. |
+| <a id="terraformstateversionregistrystate"></a>`state` | [`RegistryState`](#registrystate) | Sync state of the TerraformStateVersionRegistry. |
+| <a id="terraformstateversionregistryterraformstateversionid"></a>`terraformStateVersionId` | [`ID!`](#id) | ID of the terraform state version. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `todos` | [`[Todo!]!`](#todo) | Updated to-do items. |
-| `updatedIds` **{warning-solid}** | [`[TodoID!]!`](#todoid) | **Deprecated** in 13.2. Use to-do items. |
+### `TestCase`
-### `ToggleAwardEmojiPayload`
+Test case in pipeline test report.
-Autogenerated return type of ToggleAwardEmoji.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `awardEmoji` | [`AwardEmoji`](#awardemoji) | The award emoji after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `toggledOn` | [`Boolean!`](#boolean) | Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testcaseattachmenturl"></a>`attachmentUrl` | [`String`](#string) | URL of the test case attachment file. |
+| <a id="testcaseclassname"></a>`classname` | [`String`](#string) | Classname of the test case. |
+| <a id="testcaseexecutiontime"></a>`executionTime` | [`Float`](#float) | Test case execution time in seconds. |
+| <a id="testcasefile"></a>`file` | [`String`](#string) | Path to the file of the test case. |
+| <a id="testcasename"></a>`name` | [`String`](#string) | Name of the test case. |
+| <a id="testcaserecentfailures"></a>`recentFailures` | [`RecentFailures`](#recentfailures) | Recent failure history of the test case on the base branch. |
+| <a id="testcasestacktrace"></a>`stackTrace` | [`String`](#string) | Stack trace of the test case. |
+| <a id="testcasestatus"></a>`status` | [`TestCaseStatus`](#testcasestatus) | Status of the test case (error, failed, success, skipped). |
+| <a id="testcasesystemoutput"></a>`systemOutput` | [`String`](#string) | System output of the test case. |
-### `Tree`
+### `TestReport`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `blobs` | [`BlobConnection!`](#blobconnection) | Blobs of the tree. |
-| `lastCommit` | [`Commit`](#commit) | Last commit for the tree. |
-| `submodules` | [`SubmoduleConnection!`](#submoduleconnection) | Sub-modules of the tree. |
-| `trees` | [`TreeEntryConnection!`](#treeentryconnection) | Trees of the tree. |
+Represents a requirement test report.
-### `TreeEntry`
+#### Fields
-Represents a directory.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testreportauthor"></a>`author` | [`User`](#user) | Author of the test report. |
+| <a id="testreportcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of when the test report was created. |
+| <a id="testreportid"></a>`id` | [`ID!`](#id) | ID of the test report. |
+| <a id="testreportstate"></a>`state` | [`TestReportState!`](#testreportstate) | State of the test report. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `flatPath` | [`String!`](#string) | Flat path of the entry. |
-| `id` | [`ID!`](#id) | ID of the entry. |
-| `name` | [`String!`](#string) | Name of the entry. |
-| `path` | [`String!`](#string) | Path of the entry. |
-| `sha` | [`String!`](#string) | Last commit SHA for the entry. |
-| `type` | [`EntryType!`](#entrytype) | Type of tree entry. |
-| `webPath` | [`String`](#string) | Web path for the tree entry (directory). |
-| `webUrl` | [`String`](#string) | Web URL for the tree entry (directory). |
+### `TestReportSummary`
-### `TreeEntryConnection`
+Test report for a pipeline.
-The connection type for TreeEntry.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[TreeEntryEdge]`](#treeentryedge) | A list of edges. |
-| `nodes` | [`[TreeEntry]`](#treeentry) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testreportsummarytestsuites"></a>`testSuites` | [`TestSuiteSummaryConnection!`](#testsuitesummaryconnection) | Test suites belonging to a pipeline test report. |
+| <a id="testreportsummarytotal"></a>`total` | [`TestReportTotal!`](#testreporttotal) | Total report statistics for a pipeline test report. |
-### `TreeEntryEdge`
+### `TestReportTotal`
-An edge in a connection.
+Total test report statistics.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`TreeEntry`](#treeentry) | The item at the end of the edge. |
+#### Fields
-### `UpdateAlertStatusPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testreporttotalcount"></a>`count` | [`Int`](#int) | Total number of the test cases. |
+| <a id="testreporttotalerror"></a>`error` | [`Int`](#int) | Total number of test cases that had an error. |
+| <a id="testreporttotalfailed"></a>`failed` | [`Int`](#int) | Total number of test cases that failed. |
+| <a id="testreporttotalskipped"></a>`skipped` | [`Int`](#int) | Total number of test cases that were skipped. |
+| <a id="testreporttotalsuccess"></a>`success` | [`Int`](#int) | Total number of test cases that succeeded. |
+| <a id="testreporttotalsuiteerror"></a>`suiteError` | [`String`](#string) | Test suite error message. |
+| <a id="testreporttotaltime"></a>`time` | [`Float`](#float) | Total duration of the tests. |
-Autogenerated return type of UpdateAlertStatus.
+### `TestSuite`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `alert` | [`AlertManagementAlert`](#alertmanagementalert) | The alert after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue created after mutation. |
-| `todo` | [`Todo`](#todo) | The to-do item after mutation. |
+Test suite in a pipeline test report.
-### `UpdateBoardEpicUserPreferencesPayload`
+#### Fields
-Autogenerated return type of UpdateBoardEpicUserPreferences.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testsuiteerrorcount"></a>`errorCount` | [`Int`](#int) | Total number of test cases that had an error. |
+| <a id="testsuitefailedcount"></a>`failedCount` | [`Int`](#int) | Total number of test cases that failed in the test suite. |
+| <a id="testsuitename"></a>`name` | [`String`](#string) | Name of the test suite. |
+| <a id="testsuiteskippedcount"></a>`skippedCount` | [`Int`](#int) | Total number of test cases that were skipped in the test suite. |
+| <a id="testsuitesuccesscount"></a>`successCount` | [`Int`](#int) | Total number of test cases that succeeded in the test suite. |
+| <a id="testsuitesuiteerror"></a>`suiteError` | [`String`](#string) | Test suite error message. |
+| <a id="testsuitetestcases"></a>`testCases` | [`TestCaseConnection`](#testcaseconnection) | Test cases in the test suite. |
+| <a id="testsuitetotalcount"></a>`totalCount` | [`Int`](#int) | Total number of the test cases in the test suite. |
+| <a id="testsuitetotaltime"></a>`totalTime` | [`Float`](#float) | Total duration of the tests in the test suite. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epicUserPreferences` | [`BoardEpicUserPreferences`](#boardepicuserpreferences) | User preferences for the epic in the board after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+### `TestSuiteSummary`
-### `UpdateBoardListPayload`
+Test suite summary in a pipeline test report.
-Autogenerated return type of UpdateBoardList.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `list` | [`BoardList`](#boardlist) | Mutated list. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="testsuitesummarybuildids"></a>`buildIds` | [`[ID!]`](#id) | IDs of the builds used to run the test suite. |
+| <a id="testsuitesummaryerrorcount"></a>`errorCount` | [`Int`](#int) | Total number of test cases that had an error. |
+| <a id="testsuitesummaryfailedcount"></a>`failedCount` | [`Int`](#int) | Total number of test cases that failed in the test suite. |
+| <a id="testsuitesummaryname"></a>`name` | [`String`](#string) | Name of the test suite. |
+| <a id="testsuitesummaryskippedcount"></a>`skippedCount` | [`Int`](#int) | Total number of test cases that were skipped in the test suite. |
+| <a id="testsuitesummarysuccesscount"></a>`successCount` | [`Int`](#int) | Total number of test cases that succeeded in the test suite. |
+| <a id="testsuitesummarysuiteerror"></a>`suiteError` | [`String`](#string) | Test suite error message. |
+| <a id="testsuitesummarytotalcount"></a>`totalCount` | [`Int`](#int) | Total number of the test cases in the test suite. |
+| <a id="testsuitesummarytotaltime"></a>`totalTime` | [`Float`](#float) | Total duration of the tests in the test suite. |
-### `UpdateBoardPayload`
+### `TimeReportStats`
-Autogenerated return type of UpdateBoard.
+Represents the time report stats for timeboxes.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `board` | [`Board`](#board) | The board after mutation. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+#### Fields
-### `UpdateComplianceFrameworkPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timereportstatscomplete"></a>`complete` | [`TimeboxMetrics`](#timeboxmetrics) | Completed issues metrics. |
+| <a id="timereportstatsincomplete"></a>`incomplete` | [`TimeboxMetrics`](#timeboxmetrics) | Incomplete issues metrics. |
+| <a id="timereportstatstotal"></a>`total` | [`TimeboxMetrics`](#timeboxmetrics) | Total issues metrics. |
-Autogenerated return type of UpdateComplianceFramework.
+### `TimeboxMetrics`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `complianceFramework` | [`ComplianceFramework`](#complianceframework) | The compliance framework after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+Represents measured stats metrics for timeboxes.
-### `UpdateContainerExpirationPolicyPayload`
+#### Fields
-Autogenerated return type of UpdateContainerExpirationPolicy.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timeboxmetricscount"></a>`count` | [`Int!`](#int) | The count metric. |
+| <a id="timeboxmetricsweight"></a>`weight` | [`Int!`](#int) | The weight metric. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `containerExpirationPolicy` | [`ContainerExpirationPolicy`](#containerexpirationpolicy) | The container expiration policy after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+### `TimeboxReport`
-### `UpdateEpicBoardListPayload`
+Represents a historically accurate report about the timebox.
-Autogenerated return type of UpdateEpicBoardList.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `list` | [`EpicList`](#epiclist) | Mutated epic list. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timeboxreportburnuptimeseries"></a>`burnupTimeSeries` | [`[BurnupChartDailyTotals!]`](#burnupchartdailytotals) | Daily scope and completed totals for burnup charts. |
+| <a id="timeboxreportstats"></a>`stats` | [`TimeReportStats`](#timereportstats) | Represents the time report stats for the timebox. |
-### `UpdateEpicPayload`
+### `Timelog`
-Autogenerated return type of UpdateEpic.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `epic` | [`Epic`](#epic) | The epic after mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timelogissue"></a>`issue` | [`Issue`](#issue) | The issue that logged time was added to. |
+| <a id="timelognote"></a>`note` | [`Note`](#note) | The note where the quick action to add the logged time was executed. |
+| <a id="timelogspentat"></a>`spentAt` | [`Time`](#time) | Timestamp of when the time tracked was spent at. |
+| <a id="timelogtimespent"></a>`timeSpent` | [`Int!`](#int) | The time spent displayed in seconds. |
+| <a id="timeloguser"></a>`user` | [`User!`](#user) | The user that logged the time. |
-### `UpdateImageDiffNotePayload`
+### `Todo`
-Autogenerated return type of UpdateImageDiffNote.
+Representing a to-do entry.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `note` | [`Note`](#note) | The note after mutation. |
+#### Fields
-### `UpdateIssuePayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="todoaction"></a>`action` | [`TodoActionEnum!`](#todoactionenum) | Action of the to-do item. |
+| <a id="todoauthor"></a>`author` | [`User!`](#user) | The author of this to-do item. |
+| <a id="todobody"></a>`body` | [`String!`](#string) | Body of the to-do item. |
+| <a id="todocreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp this to-do item was created. |
+| <a id="todogroup"></a>`group` | [`Group`](#group) | Group this to-do item is associated with. |
+| <a id="todoid"></a>`id` | [`ID!`](#id) | ID of the to-do item. |
+| <a id="todoproject"></a>`project` | [`Project`](#project) | The project this to-do item is associated with. |
+| <a id="todostate"></a>`state` | [`TodoStateEnum!`](#todostateenum) | State of the to-do item. |
+| <a id="todotargettype"></a>`targetType` | [`TodoTargetEnum!`](#todotargetenum) | Target type of the to-do item. |
-Autogenerated return type of UpdateIssue.
+### `Tree`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `issue` | [`Issue`](#issue) | The issue after mutation. |
+#### Fields
-### `UpdateIterationPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="treeblobs"></a>`blobs` | [`BlobConnection!`](#blobconnection) | Blobs of the tree. |
+| <a id="treelastcommit"></a>`lastCommit` | [`Commit`](#commit) | Last commit for the tree. |
+| <a id="treesubmodules"></a>`submodules` | [`SubmoduleConnection!`](#submoduleconnection) | Sub-modules of the tree. |
+| <a id="treetrees"></a>`trees` | [`TreeEntryConnection!`](#treeentryconnection) | Trees of the tree. |
+
+### `TreeEntry`
-Autogenerated return type of UpdateIteration.
+Represents a directory.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `iteration` | [`Iteration`](#iteration) | Updated iteration. |
+#### Fields
-### `UpdateNamespacePackageSettingsPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="treeentryflatpath"></a>`flatPath` | [`String!`](#string) | Flat path of the entry. |
+| <a id="treeentryid"></a>`id` | [`ID!`](#id) | ID of the entry. |
+| <a id="treeentryname"></a>`name` | [`String!`](#string) | Name of the entry. |
+| <a id="treeentrypath"></a>`path` | [`String!`](#string) | Path of the entry. |
+| <a id="treeentrysha"></a>`sha` | [`String!`](#string) | Last commit SHA for the entry. |
+| <a id="treeentrytype"></a>`type` | [`EntryType!`](#entrytype) | Type of tree entry. |
+| <a id="treeentrywebpath"></a>`webPath` | [`String`](#string) | Web path for the tree entry (directory). |
+| <a id="treeentryweburl"></a>`webUrl` | [`String`](#string) | Web URL for the tree entry (directory). |
-Autogenerated return type of UpdateNamespacePackageSettings.
+### `UsageTrendsMeasurement`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `packageSettings` | [`PackageSettings`](#packagesettings) | The namespace package setting after mutation. |
+Represents a recorded measurement (object count) for the Admins.
-### `UpdateNotePayload`
+#### Fields
-Autogenerated return type of UpdateNote.
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usagetrendsmeasurementcount"></a>`count` | [`Int!`](#int) | Object count. |
+| <a id="usagetrendsmeasurementidentifier"></a>`identifier` | [`MeasurementIdentifier!`](#measurementidentifier) | The type of objects being measured. |
+| <a id="usagetrendsmeasurementrecordedat"></a>`recordedAt` | [`Time`](#time) | The time the measurement was recorded. |
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `note` | [`Note`](#note) | The note after mutation. |
+### `User`
-### `UpdateRequirementPayload`
+Representation of a GitLab user.
-Autogenerated return type of UpdateRequirement.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `requirement` | [`Requirement`](#requirement) | Requirement after mutation. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="useravatarurl"></a>`avatarUrl` | [`String`](#string) | URL of the user's avatar. |
+| <a id="userbot"></a>`bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
+| <a id="usercallouts"></a>`callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. |
+| <a id="useremail"></a>`email` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: [`User.publicEmail`](#userpublicemail). |
+| <a id="usergroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
+| <a id="usergroupmemberships"></a>`groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. |
+| <a id="userid"></a>`id` | [`ID!`](#id) | ID of the user. |
+| <a id="userlocation"></a>`location` | [`String`](#string) | The location of the user. |
+| <a id="username"></a>`name` | [`String!`](#string) | Human-readable name of the user. |
+| <a id="userprojectmemberships"></a>`projectMemberships` | [`ProjectMemberConnection`](#projectmemberconnection) | Project memberships of the user. |
+| <a id="userpublicemail"></a>`publicEmail` | [`String`](#string) | User's public email. |
+| <a id="userstate"></a>`state` | [`UserState!`](#userstate) | State of the user. |
+| <a id="userstatus"></a>`status` | [`UserStatus`](#userstatus) | User status. |
+| <a id="useruserpermissions"></a>`userPermissions` | [`UserPermissions!`](#userpermissions) | Permissions for the current user on the resource. |
+| <a id="userusername"></a>`username` | [`String!`](#string) | Username of the user. Unique within this instance of GitLab. |
+| <a id="userwebpath"></a>`webPath` | [`String!`](#string) | Web path of the user. |
+| <a id="userweburl"></a>`webUrl` | [`String!`](#string) | Web URL of the user. |
+
+#### Fields with arguments
+
+##### `User.assignedMergeRequests`
+
+Merge requests assigned to the user.
+
+Returns [`MergeRequestConnection`](#mergerequestconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
-### `UpdateSnippetPayload`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="userassignedmergerequestsauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author. |
+| <a id="userassignedmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="userassignedmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="userassignedmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="userassignedmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="userassignedmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="userassignedmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="userassignedmergerequestsprojectid"></a>`projectId` | [`ProjectID`](#projectid) | The global ID of the project the authored merge requests should be in. Incompatible with projectPath. |
+| <a id="userassignedmergerequestsprojectpath"></a>`projectPath` | [`String`](#string) | The full-path of the project the authored merge requests should be in. Incompatible with projectId. |
+| <a id="userassignedmergerequestsreviewerusername"></a>`reviewerUsername` | [`String`](#string) | Username of the reviewer. |
+| <a id="userassignedmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="userassignedmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="userassignedmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="userassignedmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
-Autogenerated return type of UpdateSnippet.
+##### `User.authoredMergeRequests`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `captchaSiteKey` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `needsCaptchaResponse` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
-| `snippet` | [`Snippet`](#snippet) | The snippet after mutation. |
-| `spam` **{warning-solid}** | [`Boolean`](#boolean) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
-| `spamLogId` **{warning-solid}** | [`Int`](#int) | **Deprecated** in 13.11. Use spam protection with HTTP headers instead. |
+Merge requests authored by the user.
-### `UsageTrendsMeasurement`
+Returns [`MergeRequestConnection`](#mergerequestconnection).
-Represents a recorded measurement (object count) for the Admins.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Object count. |
-| `identifier` | [`MeasurementIdentifier!`](#measurementidentifier) | The type of objects being measured. |
-| `recordedAt` | [`Time`](#time) | The time the measurement was recorded. |
+###### Arguments
-### `UsageTrendsMeasurementConnection`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="userauthoredmergerequestsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of the assignee. |
+| <a id="userauthoredmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="userauthoredmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="userauthoredmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="userauthoredmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="userauthoredmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="userauthoredmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="userauthoredmergerequestsprojectid"></a>`projectId` | [`ProjectID`](#projectid) | The global ID of the project the authored merge requests should be in. Incompatible with projectPath. |
+| <a id="userauthoredmergerequestsprojectpath"></a>`projectPath` | [`String`](#string) | The full-path of the project the authored merge requests should be in. Incompatible with projectId. |
+| <a id="userauthoredmergerequestsreviewerusername"></a>`reviewerUsername` | [`String`](#string) | Username of the reviewer. |
+| <a id="userauthoredmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="userauthoredmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="userauthoredmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="userauthoredmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
-The connection type for UsageTrendsMeasurement.
+##### `User.reviewRequestedMergeRequests`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[UsageTrendsMeasurementEdge]`](#usagetrendsmeasurementedge) | A list of edges. |
-| `nodes` | [`[UsageTrendsMeasurement]`](#usagetrendsmeasurement) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Merge requests assigned to the user for review.
-### `UsageTrendsMeasurementEdge`
+Returns [`MergeRequestConnection`](#mergerequestconnection).
-An edge in a connection.
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`UsageTrendsMeasurement`](#usagetrendsmeasurement) | The item at the end of the edge. |
+###### Arguments
-### `User`
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="userreviewrequestedmergerequestsassigneeusername"></a>`assigneeUsername` | [`String`](#string) | Username of the assignee. |
+| <a id="userreviewrequestedmergerequestsauthorusername"></a>`authorUsername` | [`String`](#string) | Username of the author. |
+| <a id="userreviewrequestedmergerequestsiids"></a>`iids` | [`[String!]`](#string) | Array of IIDs of merge requests, for example `[1, 2]`. |
+| <a id="userreviewrequestedmergerequestslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will have all of these labels. |
+| <a id="userreviewrequestedmergerequestsmergedafter"></a>`mergedAfter` | [`Time`](#time) | Merge requests merged after this date. |
+| <a id="userreviewrequestedmergerequestsmergedbefore"></a>`mergedBefore` | [`Time`](#time) | Merge requests merged before this date. |
+| <a id="userreviewrequestedmergerequestsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+| <a id="userreviewrequestedmergerequestsnot"></a>`not` | [`MergeRequestsResolverNegatedParams`](#mergerequestsresolvernegatedparams) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="userreviewrequestedmergerequestsprojectid"></a>`projectId` | [`ProjectID`](#projectid) | The global ID of the project the authored merge requests should be in. Incompatible with projectPath. |
+| <a id="userreviewrequestedmergerequestsprojectpath"></a>`projectPath` | [`String`](#string) | The full-path of the project the authored merge requests should be in. Incompatible with projectId. |
+| <a id="userreviewrequestedmergerequestssort"></a>`sort` | [`MergeRequestSort`](#mergerequestsort) | Sort merge requests by this criteria. |
+| <a id="userreviewrequestedmergerequestssourcebranches"></a>`sourceBranches` | [`[String!]`](#string) | Array of source branch names. All resolved merge requests will have one of these branches as their source. |
+| <a id="userreviewrequestedmergerequestsstate"></a>`state` | [`MergeRequestState`](#mergerequeststate) | A merge request state. If provided, all resolved merge requests will have this state. |
+| <a id="userreviewrequestedmergerequeststargetbranches"></a>`targetBranches` | [`[String!]`](#string) | Array of target branch names. All resolved merge requests will have one of these branches as their target. |
+
+##### `User.snippets`
+
+Snippets authored by the user.
-Representation of a GitLab user.
+Returns [`SnippetConnection`](#snippetconnection).
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `assignedMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests assigned to the user. |
-| `authoredMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests authored by the user. |
-| `avatarUrl` | [`String`](#string) | URL of the user's avatar. |
-| `bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
-| `callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. |
-| `email` **{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: `User.publicEmail`. |
-| `groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
-| `groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. |
-| `id` | [`ID!`](#id) | ID of the user. |
-| `location` | [`String`](#string) | The location of the user. |
-| `name` | [`String!`](#string) | Human-readable name of the user. |
-| `projectMemberships` | [`ProjectMemberConnection`](#projectmemberconnection) | Project memberships of the user. |
-| `publicEmail` | [`String`](#string) | User's public email. |
-| `reviewRequestedMergeRequests` | [`MergeRequestConnection`](#mergerequestconnection) | Merge requests assigned to the user for review. |
-| `snippets` | [`SnippetConnection`](#snippetconnection) | Snippets authored by the user. |
-| `starredProjects` | [`ProjectConnection`](#projectconnection) | Projects starred by the user. |
-| `state` | [`UserState!`](#userstate) | State of the user. |
-| `status` | [`UserStatus`](#userstatus) | User status. |
-| `todos` | [`TodoConnection`](#todoconnection) | To-do items of the user. |
-| `userPermissions` | [`UserPermissions!`](#userpermissions) | Permissions for the current user on the resource. |
-| `username` | [`String!`](#string) | Username of the user. Unique within this instance of GitLab. |
-| `webPath` | [`String!`](#string) | Web path of the user. |
-| `webUrl` | [`String!`](#string) | Web URL of the user. |
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-### `UserCallout`
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `dismissedAt` | [`Time`](#time) | Date when the callout was dismissed. |
-| `featureName` | [`UserCalloutFeatureNameEnum!`](#usercalloutfeaturenameenum) | Name of the feature that the callout is for. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usersnippetsids"></a>`ids` | [`[SnippetID!]`](#snippetid) | Array of global snippet IDs. For example, `gid://gitlab/ProjectSnippet/1`. |
+| <a id="usersnippetstype"></a>`type` | [`TypeEnum`](#typeenum) | The type of snippet. |
+| <a id="usersnippetsvisibility"></a>`visibility` | [`VisibilityScopesEnum`](#visibilityscopesenum) | The visibility of the snippet. |
-### `UserCalloutConnection`
+##### `User.starredProjects`
-The connection type for UserCallout.
+Projects starred by the user.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[UserCalloutEdge]`](#usercalloutedge) | A list of edges. |
-| `nodes` | [`[UserCallout]`](#usercallout) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+Returns [`ProjectConnection`](#projectconnection).
-### `UserCalloutCreatePayload`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-Autogenerated return type of UserCalloutCreate.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `userCallout` | [`UserCallout!`](#usercallout) | The user callout dismissed. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="userstarredprojectssearch"></a>`search` | [`String`](#string) | Search query. |
-### `UserCalloutEdge`
+##### `User.todos`
-An edge in a connection.
+To-do items of the user.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`UserCallout`](#usercallout) | The item at the end of the edge. |
+Returns [`TodoConnection`](#todoconnection).
-### `UserConnection`
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
-The connection type for User.
+###### Arguments
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[UserEdge]`](#useredge) | A list of edges. |
-| `nodes` | [`[User]`](#user) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usertodosaction"></a>`action` | [`[TodoActionEnum!]`](#todoactionenum) | The action to be filtered. |
+| <a id="usertodosauthorid"></a>`authorId` | [`[ID!]`](#id) | The ID of an author. |
+| <a id="usertodosgroupid"></a>`groupId` | [`[ID!]`](#id) | The ID of a group. |
+| <a id="usertodosprojectid"></a>`projectId` | [`[ID!]`](#id) | The ID of a project. |
+| <a id="usertodosstate"></a>`state` | [`[TodoStateEnum!]`](#todostateenum) | The state of the todo. |
+| <a id="usertodostype"></a>`type` | [`[TodoTargetEnum!]`](#todotargetenum) | The type of the todo. |
-### `UserEdge`
+### `UserCallout`
-An edge in a connection.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`User`](#user) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usercalloutdismissedat"></a>`dismissedAt` | [`Time`](#time) | Date when the callout was dismissed. |
+| <a id="usercalloutfeaturename"></a>`featureName` | [`UserCalloutFeatureNameEnum!`](#usercalloutfeaturenameenum) | Name of the feature that the callout is for. |
### `UserMergeRequestInteraction`
@@ -6992,581 +12235,493 @@ Information about a merge request given a specific user.
This object has two parts to its state: a `User` and a `MergeRequest`. All
fields relate to interactions between the two entities.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `applicableApprovalRules` | [`[ApprovalRule!]`](#approvalrule) | Approval rules that apply to this user for this merge request. |
-| `approved` | [`Boolean!`](#boolean) | Whether this user has approved this merge request. |
-| `canMerge` | [`Boolean!`](#boolean) | Whether this user can merge this merge request. |
-| `canUpdate` | [`Boolean!`](#boolean) | Whether this user can update this merge request. |
-| `reviewState` | [`MergeRequestReviewState`](#mergerequestreviewstate) | The state of the review by this user. |
-| `reviewed` | [`Boolean!`](#boolean) | Whether this user has provided a review for this merge request. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="usermergerequestinteractionapplicableapprovalrules"></a>`applicableApprovalRules` | [`[ApprovalRule!]`](#approvalrule) | Approval rules that apply to this user for this merge request. |
+| <a id="usermergerequestinteractionapproved"></a>`approved` | [`Boolean!`](#boolean) | Whether this user has approved this merge request. |
+| <a id="usermergerequestinteractioncanmerge"></a>`canMerge` | [`Boolean!`](#boolean) | Whether this user can merge this merge request. |
+| <a id="usermergerequestinteractioncanupdate"></a>`canUpdate` | [`Boolean!`](#boolean) | Whether this user can update this merge request. |
+| <a id="usermergerequestinteractionreviewstate"></a>`reviewState` | [`MergeRequestReviewState`](#mergerequestreviewstate) | The state of the review by this user. |
+| <a id="usermergerequestinteractionreviewed"></a>`reviewed` | [`Boolean!`](#boolean) | Whether this user has provided a review for this merge request. |
### `UserPermissions`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `create_snippet` on this resource. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="userpermissionscreatesnippet"></a>`createSnippet` | [`Boolean!`](#boolean) | Indicates the user can perform `create_snippet` on this resource. |
### `UserStatus`
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `availability` | [`AvailabilityEnum!`](#availabilityenum) | User availability status. |
-| `emoji` | [`String`](#string) | String representation of emoji. |
-| `message` | [`String`](#string) | User status message. |
-| `messageHtml` | [`String`](#string) | HTML of the user status message. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="userstatusavailability"></a>`availability` | [`AvailabilityEnum!`](#availabilityenum) | User availability status. |
+| <a id="userstatusemoji"></a>`emoji` | [`String`](#string) | String representation of emoji. |
+| <a id="userstatusmessage"></a>`message` | [`String`](#string) | User status message. |
+| <a id="userstatusmessagehtml"></a>`messageHtml` | [`String`](#string) | HTML of the user status message. |
### `VulnerabilitiesCountByDay`
Represents the count of vulnerabilities by severity on a particular day. This data is retained for 365 days.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `critical` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with critical severity. |
-| `date` | [`ISO8601Date!`](#iso8601date) | Date for the count. |
-| `high` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with high severity. |
-| `info` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with info severity. |
-| `low` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with low severity. |
-| `medium` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with medium severity. |
-| `total` | [`Int!`](#int) | Total number of vulnerabilities on a particular day. |
-| `unknown` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with unknown severity. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitiescountbydaycritical"></a>`critical` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with critical severity. |
+| <a id="vulnerabilitiescountbydaydate"></a>`date` | [`ISO8601Date!`](#iso8601date) | Date for the count. |
+| <a id="vulnerabilitiescountbydayhigh"></a>`high` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with high severity. |
+| <a id="vulnerabilitiescountbydayinfo"></a>`info` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with info severity. |
+| <a id="vulnerabilitiescountbydaylow"></a>`low` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with low severity. |
+| <a id="vulnerabilitiescountbydaymedium"></a>`medium` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with medium severity. |
+| <a id="vulnerabilitiescountbydaytotal"></a>`total` | [`Int!`](#int) | Total number of vulnerabilities on a particular day. |
+| <a id="vulnerabilitiescountbydayunknown"></a>`unknown` | [`Int!`](#int) | Total number of vulnerabilities on a particular day with unknown severity. |
### `VulnerabilitiesCountByDayAndSeverity`
Represents the number of vulnerabilities for a particular severity on a particular day. This data is retained for 365 days.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int`](#int) | Number of vulnerabilities. |
-| `day` | [`ISO8601Date`](#iso8601date) | Date for the count. |
-| `severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the counted vulnerabilities. |
-
-### `VulnerabilitiesCountByDayAndSeverityConnection`
-
-The connection type for VulnerabilitiesCountByDayAndSeverity.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[VulnerabilitiesCountByDayAndSeverityEdge]`](#vulnerabilitiescountbydayandseverityedge) | A list of edges. |
-| `nodes` | [`[VulnerabilitiesCountByDayAndSeverity]`](#vulnerabilitiescountbydayandseverity) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `VulnerabilitiesCountByDayAndSeverityEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`VulnerabilitiesCountByDayAndSeverity`](#vulnerabilitiescountbydayandseverity) | The item at the end of the edge. |
-
-### `VulnerabilitiesCountByDayConnection`
-
-The connection type for VulnerabilitiesCountByDay.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[VulnerabilitiesCountByDayEdge]`](#vulnerabilitiescountbydayedge) | A list of edges. |
-| `nodes` | [`[VulnerabilitiesCountByDay]`](#vulnerabilitiescountbyday) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `VulnerabilitiesCountByDayEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`VulnerabilitiesCountByDay`](#vulnerabilitiescountbyday) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitiescountbydayandseveritycount"></a>`count` | [`Int`](#int) | Number of vulnerabilities. |
+| <a id="vulnerabilitiescountbydayandseverityday"></a>`day` | [`ISO8601Date`](#iso8601date) | Date for the count. |
+| <a id="vulnerabilitiescountbydayandseverityseverity"></a>`severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the counted vulnerabilities. |
### `Vulnerability`
Represents a vulnerability.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `confirmedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to confirmed. |
-| `confirmedBy` | [`User`](#user) | The user that confirmed the vulnerability. |
-| `description` | [`String`](#string) | Description of the vulnerability. |
-| `details` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | Details of the vulnerability. |
-| `detectedAt` | [`Time!`](#time) | Timestamp of when the vulnerability was first detected. |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `dismissedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to dismissed. |
-| `dismissedBy` | [`User`](#user) | The user that dismissed the vulnerability. |
-| `externalIssueLinks` | [`VulnerabilityExternalIssueLinkConnection!`](#vulnerabilityexternalissuelinkconnection) | List of external issue links related to the vulnerability. |
-| `hasSolutions` | [`Boolean`](#boolean) | Indicates whether there is a solution available for this vulnerability. |
-| `id` | [`ID!`](#id) | GraphQL ID of the vulnerability. |
-| `identifiers` | [`[VulnerabilityIdentifier!]!`](#vulnerabilityidentifier) | Identifiers of the vulnerability. |
-| `issueLinks` | [`VulnerabilityIssueLinkConnection!`](#vulnerabilityissuelinkconnection) | List of issue links related to the vulnerability. |
-| `location` | [`VulnerabilityLocation`](#vulnerabilitylocation) | Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability. |
-| `mergeRequest` | [`MergeRequest`](#mergerequest) | Merge request that fixes the vulnerability. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
-| `primaryIdentifier` | [`VulnerabilityIdentifier`](#vulnerabilityidentifier) | Primary identifier of the vulnerability. |
-| `project` | [`Project`](#project) | The project on which the vulnerability was found. |
-| `reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the security report that found the vulnerability (SAST, DEPENDENCY_SCANNING, CONTAINER_SCANNING, DAST, SECRET_DETECTION, COVERAGE_FUZZING, API_FUZZING). `Scan Type` in the UI. |
-| `resolvedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to resolved. |
-| `resolvedBy` | [`User`](#user) | The user that resolved the vulnerability. |
-| `resolvedOnDefaultBranch` | [`Boolean!`](#boolean) | Indicates whether the vulnerability is fixed on the default branch or not. |
-| `scanner` | [`VulnerabilityScanner`](#vulnerabilityscanner) | Scanner metadata for the vulnerability. |
-| `severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the vulnerability (INFO, UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL). |
-| `state` | [`VulnerabilityState`](#vulnerabilitystate) | State of the vulnerability (DETECTED, CONFIRMED, RESOLVED, DISMISSED). |
-| `title` | [`String`](#string) | Title of the vulnerability. |
-| `userNotesCount` | [`Int!`](#int) | Number of user notes attached to the vulnerability. |
-| `userPermissions` | [`VulnerabilityPermissions!`](#vulnerabilitypermissions) | Permissions for the current user on the resource. |
-| `vulnerabilityPath` | [`String`](#string) | URL to the vulnerability's details page. |
-
-### `VulnerabilityConfirmPayload`
-
-Autogenerated return type of VulnerabilityConfirm.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after state change. |
-
-### `VulnerabilityConnection`
-
-The connection type for Vulnerability.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[VulnerabilityEdge]`](#vulnerabilityedge) | A list of edges. |
-| `nodes` | [`[Vulnerability]`](#vulnerability) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityconfirmedat"></a>`confirmedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to confirmed. |
+| <a id="vulnerabilityconfirmedby"></a>`confirmedBy` | [`User`](#user) | The user that confirmed the vulnerability. |
+| <a id="vulnerabilitydescription"></a>`description` | [`String`](#string) | Description of the vulnerability. |
+| <a id="vulnerabilitydetails"></a>`details` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | Details of the vulnerability. |
+| <a id="vulnerabilitydetectedat"></a>`detectedAt` | [`Time!`](#time) | Timestamp of when the vulnerability was first detected. |
+| <a id="vulnerabilitydiscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="vulnerabilitydismissedat"></a>`dismissedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to dismissed. |
+| <a id="vulnerabilitydismissedby"></a>`dismissedBy` | [`User`](#user) | The user that dismissed the vulnerability. |
+| <a id="vulnerabilityexternalissuelinks"></a>`externalIssueLinks` | [`VulnerabilityExternalIssueLinkConnection!`](#vulnerabilityexternalissuelinkconnection) | List of external issue links related to the vulnerability. |
+| <a id="vulnerabilityhassolutions"></a>`hasSolutions` | [`Boolean`](#boolean) | Indicates whether there is a solution available for this vulnerability. |
+| <a id="vulnerabilityid"></a>`id` | [`ID!`](#id) | GraphQL ID of the vulnerability. |
+| <a id="vulnerabilityidentifiers"></a>`identifiers` | [`[VulnerabilityIdentifier!]!`](#vulnerabilityidentifier) | Identifiers of the vulnerability. |
+| <a id="vulnerabilitylocation"></a>`location` | [`VulnerabilityLocation`](#vulnerabilitylocation) | Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability. |
+| <a id="vulnerabilitymergerequest"></a>`mergeRequest` | [`MergeRequest`](#mergerequest) | Merge request that fixes the vulnerability. |
+| <a id="vulnerabilitynotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+| <a id="vulnerabilityprimaryidentifier"></a>`primaryIdentifier` | [`VulnerabilityIdentifier`](#vulnerabilityidentifier) | Primary identifier of the vulnerability. |
+| <a id="vulnerabilityproject"></a>`project` | [`Project`](#project) | The project on which the vulnerability was found. |
+| <a id="vulnerabilityreporttype"></a>`reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the security report that found the vulnerability (SAST, DEPENDENCY_SCANNING, CONTAINER_SCANNING, DAST, SECRET_DETECTION, COVERAGE_FUZZING, API_FUZZING). `Scan Type` in the UI. |
+| <a id="vulnerabilityresolvedat"></a>`resolvedAt` | [`Time`](#time) | Timestamp of when the vulnerability state was changed to resolved. |
+| <a id="vulnerabilityresolvedby"></a>`resolvedBy` | [`User`](#user) | The user that resolved the vulnerability. |
+| <a id="vulnerabilityresolvedondefaultbranch"></a>`resolvedOnDefaultBranch` | [`Boolean!`](#boolean) | Indicates whether the vulnerability is fixed on the default branch or not. |
+| <a id="vulnerabilityscanner"></a>`scanner` | [`VulnerabilityScanner`](#vulnerabilityscanner) | Scanner metadata for the vulnerability. |
+| <a id="vulnerabilityseverity"></a>`severity` | [`VulnerabilitySeverity`](#vulnerabilityseverity) | Severity of the vulnerability (INFO, UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL). |
+| <a id="vulnerabilitystate"></a>`state` | [`VulnerabilityState`](#vulnerabilitystate) | State of the vulnerability (DETECTED, CONFIRMED, RESOLVED, DISMISSED). |
+| <a id="vulnerabilitytitle"></a>`title` | [`String`](#string) | Title of the vulnerability. |
+| <a id="vulnerabilityusernotescount"></a>`userNotesCount` | [`Int!`](#int) | Number of user notes attached to the vulnerability. |
+| <a id="vulnerabilityuserpermissions"></a>`userPermissions` | [`VulnerabilityPermissions!`](#vulnerabilitypermissions) | Permissions for the current user on the resource. |
+| <a id="vulnerabilityvulnerabilitypath"></a>`vulnerabilityPath` | [`String`](#string) | URL to the vulnerability's details page. |
+
+#### Fields with arguments
+
+##### `Vulnerability.issueLinks`
+
+List of issue links related to the vulnerability.
+
+Returns [`VulnerabilityIssueLinkConnection!`](#vulnerabilityissuelinkconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+###### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityissuelinkslinktype"></a>`linkType` | [`VulnerabilityIssueLinkType`](#vulnerabilityissuelinktype) | Filter issue links by link type. |
### `VulnerabilityDetailBase`
Represents the vulnerability details base.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `name` | [`String`](#string) | Name of the field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailbasedescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailbasefieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailbasename"></a>`name` | [`String`](#string) | Name of the field. |
### `VulnerabilityDetailBoolean`
Represents the vulnerability details boolean value.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `name` | [`String`](#string) | Name of the field. |
-| `value` | [`Boolean!`](#boolean) | Value of the field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailbooleandescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailbooleanfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailbooleanname"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailbooleanvalue"></a>`value` | [`Boolean!`](#boolean) | Value of the field. |
### `VulnerabilityDetailCode`
Represents the vulnerability details code field.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `lang` | [`String`](#string) | Language of the code. |
-| `name` | [`String`](#string) | Name of the field. |
-| `value` | [`String!`](#string) | Source code. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailcodedescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailcodefieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailcodelang"></a>`lang` | [`String`](#string) | Language of the code. |
+| <a id="vulnerabilitydetailcodename"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailcodevalue"></a>`value` | [`String!`](#string) | Source code. |
### `VulnerabilityDetailCommit`
Represents the vulnerability details commit field.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `name` | [`String`](#string) | Name of the field. |
-| `value` | [`String!`](#string) | The commit SHA value. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailcommitdescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailcommitfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailcommitname"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailcommitvalue"></a>`value` | [`String!`](#string) | The commit SHA value. |
### `VulnerabilityDetailDiff`
Represents the vulnerability details diff field.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `after` | [`String!`](#string) | Value of the field after the change. |
-| `before` | [`String!`](#string) | Value of the field before the change. |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `name` | [`String`](#string) | Name of the field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetaildiffafter"></a>`after` | [`String!`](#string) | Value of the field after the change. |
+| <a id="vulnerabilitydetaildiffbefore"></a>`before` | [`String!`](#string) | Value of the field before the change. |
+| <a id="vulnerabilitydetaildiffdescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetaildifffieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetaildiffname"></a>`name` | [`String`](#string) | Name of the field. |
### `VulnerabilityDetailFileLocation`
Represents the vulnerability details location within a file in the project.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `fileName` | [`String!`](#string) | File name. |
-| `lineEnd` | [`Int!`](#int) | End line number of the file location. |
-| `lineStart` | [`Int!`](#int) | Start line number of the file location. |
-| `name` | [`String`](#string) | Name of the field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailfilelocationdescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailfilelocationfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailfilelocationfilename"></a>`fileName` | [`String!`](#string) | File name. |
+| <a id="vulnerabilitydetailfilelocationlineend"></a>`lineEnd` | [`Int!`](#int) | End line number of the file location. |
+| <a id="vulnerabilitydetailfilelocationlinestart"></a>`lineStart` | [`Int!`](#int) | Start line number of the file location. |
+| <a id="vulnerabilitydetailfilelocationname"></a>`name` | [`String`](#string) | Name of the field. |
### `VulnerabilityDetailInt`
Represents the vulnerability details integer value.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `name` | [`String`](#string) | Name of the field. |
-| `value` | [`Int!`](#int) | Value of the field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailintdescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailintfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailintname"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailintvalue"></a>`value` | [`Int!`](#int) | Value of the field. |
### `VulnerabilityDetailList`
Represents the vulnerability details list value.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `items` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | List of details. |
-| `name` | [`String`](#string) | Name of the field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetaillistdescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetaillistfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetaillistitems"></a>`items` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | List of details. |
+| <a id="vulnerabilitydetaillistname"></a>`name` | [`String`](#string) | Name of the field. |
### `VulnerabilityDetailMarkdown`
Represents the vulnerability details Markdown field.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `name` | [`String`](#string) | Name of the field. |
-| `value` | [`String!`](#string) | Value of the Markdown field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailmarkdowndescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailmarkdownfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailmarkdownname"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailmarkdownvalue"></a>`value` | [`String!`](#string) | Value of the Markdown field. |
### `VulnerabilityDetailModuleLocation`
Represents the vulnerability details location within a file in the project.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `moduleName` | [`String!`](#string) | Module name. |
-| `name` | [`String`](#string) | Name of the field. |
-| `offset` | [`Int!`](#int) | Offset of the module location. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailmodulelocationdescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailmodulelocationfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailmodulelocationmodulename"></a>`moduleName` | [`String!`](#string) | Module name. |
+| <a id="vulnerabilitydetailmodulelocationname"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailmodulelocationoffset"></a>`offset` | [`Int!`](#int) | Offset of the module location. |
### `VulnerabilityDetailTable`
Represents the vulnerability details table value.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `headers` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | Table headers. |
-| `name` | [`String`](#string) | Name of the field. |
-| `rows` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | Table rows. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailtabledescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailtablefieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailtableheaders"></a>`headers` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | Table headers. |
+| <a id="vulnerabilitydetailtablename"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailtablerows"></a>`rows` | [`[VulnerabilityDetail!]!`](#vulnerabilitydetail) | Table rows. |
### `VulnerabilityDetailText`
Represents the vulnerability details text field.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `name` | [`String`](#string) | Name of the field. |
-| `value` | [`String!`](#string) | Value of the text field. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailtextdescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailtextfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailtextname"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailtextvalue"></a>`value` | [`String!`](#string) | Value of the text field. |
### `VulnerabilityDetailUrl`
Represents the vulnerability details URL field.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `description` | [`String`](#string) | Description of the field. |
-| `fieldName` | [`String`](#string) | Name of the field. |
-| `href` | [`String!`](#string) | Href of the URL. |
-| `name` | [`String`](#string) | Name of the field. |
-| `text` | [`String`](#string) | Text of the URL. |
-
-### `VulnerabilityDismissPayload`
+#### Fields
-Autogenerated return type of VulnerabilityDismiss.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after dismissal. |
-
-### `VulnerabilityEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`Vulnerability`](#vulnerability) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitydetailurldescription"></a>`description` | [`String`](#string) | Description of the field. |
+| <a id="vulnerabilitydetailurlfieldname"></a>`fieldName` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailurlhref"></a>`href` | [`String!`](#string) | Href of the URL. |
+| <a id="vulnerabilitydetailurlname"></a>`name` | [`String`](#string) | Name of the field. |
+| <a id="vulnerabilitydetailurltext"></a>`text` | [`String`](#string) | Text of the URL. |
### `VulnerabilityExternalIssueLink`
Represents an external issue link of a vulnerability.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `externalIssue` | [`ExternalIssue`](#externalissue) | The external issue attached to the issue link. |
-| `id` | [`VulnerabilitiesExternalIssueLinkID!`](#vulnerabilitiesexternalissuelinkid) | GraphQL ID of the external issue link. |
-| `linkType` | [`VulnerabilityExternalIssueLinkType!`](#vulnerabilityexternalissuelinktype) | Type of the external issue link. |
-
-### `VulnerabilityExternalIssueLinkConnection`
-
-The connection type for VulnerabilityExternalIssueLink.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[VulnerabilityExternalIssueLinkEdge]`](#vulnerabilityexternalissuelinkedge) | A list of edges. |
-| `nodes` | [`[VulnerabilityExternalIssueLink]`](#vulnerabilityexternalissuelink) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `VulnerabilityExternalIssueLinkCreatePayload`
+#### Fields
-Autogenerated return type of VulnerabilityExternalIssueLinkCreate.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `externalIssueLink` | [`VulnerabilityExternalIssueLink`](#vulnerabilityexternalissuelink) | The created external issue link. |
-
-### `VulnerabilityExternalIssueLinkDestroyPayload`
-
-Autogenerated return type of VulnerabilityExternalIssueLinkDestroy.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-
-### `VulnerabilityExternalIssueLinkEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`VulnerabilityExternalIssueLink`](#vulnerabilityexternalissuelink) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityexternalissuelinkexternalissue"></a>`externalIssue` | [`ExternalIssue`](#externalissue) | The external issue attached to the issue link. |
+| <a id="vulnerabilityexternalissuelinkid"></a>`id` | [`VulnerabilitiesExternalIssueLinkID!`](#vulnerabilitiesexternalissuelinkid) | GraphQL ID of the external issue link. |
+| <a id="vulnerabilityexternalissuelinklinktype"></a>`linkType` | [`VulnerabilityExternalIssueLinkType!`](#vulnerabilityexternalissuelinktype) | Type of the external issue link. |
### `VulnerabilityIdentifier`
Represents a vulnerability identifier.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `externalId` | [`String`](#string) | External ID of the vulnerability identifier. |
-| `externalType` | [`String`](#string) | External type of the vulnerability identifier. |
-| `name` | [`String`](#string) | Name of the vulnerability identifier. |
-| `url` | [`String`](#string) | URL of the vulnerability identifier. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityidentifierexternalid"></a>`externalId` | [`String`](#string) | External ID of the vulnerability identifier. |
+| <a id="vulnerabilityidentifierexternaltype"></a>`externalType` | [`String`](#string) | External type of the vulnerability identifier. |
+| <a id="vulnerabilityidentifiername"></a>`name` | [`String`](#string) | Name of the vulnerability identifier. |
+| <a id="vulnerabilityidentifierurl"></a>`url` | [`String`](#string) | URL of the vulnerability identifier. |
### `VulnerabilityIssueLink`
Represents an issue link of a vulnerability.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `id` | [`ID!`](#id) | GraphQL ID of the vulnerability. |
-| `issue` | [`Issue!`](#issue) | The issue attached to issue link. |
-| `linkType` | [`VulnerabilityIssueLinkType!`](#vulnerabilityissuelinktype) | Type of the issue link. |
-
-### `VulnerabilityIssueLinkConnection`
-
-The connection type for VulnerabilityIssueLink.
+#### Fields
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[VulnerabilityIssueLinkEdge]`](#vulnerabilityissuelinkedge) | A list of edges. |
-| `nodes` | [`[VulnerabilityIssueLink]`](#vulnerabilityissuelink) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `VulnerabilityIssueLinkEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`VulnerabilityIssueLink`](#vulnerabilityissuelink) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityissuelinkid"></a>`id` | [`ID!`](#id) | GraphQL ID of the vulnerability. |
+| <a id="vulnerabilityissuelinkissue"></a>`issue` | [`Issue!`](#issue) | The issue attached to issue link. |
+| <a id="vulnerabilityissuelinklinktype"></a>`linkType` | [`VulnerabilityIssueLinkType!`](#vulnerabilityissuelinktype) | Type of the issue link. |
### `VulnerabilityLocationContainerScanning`
Represents the location of a vulnerability found by a container security scan.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `dependency` | [`VulnerableDependency`](#vulnerabledependency) | Dependency containing the vulnerability. |
-| `image` | [`String`](#string) | Name of the vulnerable container image. |
-| `operatingSystem` | [`String`](#string) | Operating system that runs on the vulnerable container image. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitylocationcontainerscanningdependency"></a>`dependency` | [`VulnerableDependency`](#vulnerabledependency) | Dependency containing the vulnerability. |
+| <a id="vulnerabilitylocationcontainerscanningimage"></a>`image` | [`String`](#string) | Name of the vulnerable container image. |
+| <a id="vulnerabilitylocationcontainerscanningoperatingsystem"></a>`operatingSystem` | [`String`](#string) | Operating system that runs on the vulnerable container image. |
### `VulnerabilityLocationCoverageFuzzing`
Represents the location of a vulnerability found by a Coverage Fuzzing scan.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
-| `endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
-| `file` | [`String`](#string) | Path to the vulnerable file. |
-| `startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
-| `vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
-| `vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitylocationcoveragefuzzingblobpath"></a>`blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
+| <a id="vulnerabilitylocationcoveragefuzzingendline"></a>`endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
+| <a id="vulnerabilitylocationcoveragefuzzingfile"></a>`file` | [`String`](#string) | Path to the vulnerable file. |
+| <a id="vulnerabilitylocationcoveragefuzzingstartline"></a>`startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
+| <a id="vulnerabilitylocationcoveragefuzzingvulnerableclass"></a>`vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
+| <a id="vulnerabilitylocationcoveragefuzzingvulnerablemethod"></a>`vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
### `VulnerabilityLocationDast`
Represents the location of a vulnerability found by a DAST scan.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `hostname` | [`String`](#string) | Domain name of the vulnerable request. |
-| `param` | [`String`](#string) | Query parameter for the URL on which the vulnerability occurred. |
-| `path` | [`String`](#string) | URL path and query string of the vulnerable request. |
-| `requestMethod` | [`String`](#string) | HTTP method of the vulnerable request. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitylocationdasthostname"></a>`hostname` | [`String`](#string) | Domain name of the vulnerable request. |
+| <a id="vulnerabilitylocationdastparam"></a>`param` | [`String`](#string) | Query parameter for the URL on which the vulnerability occurred. |
+| <a id="vulnerabilitylocationdastpath"></a>`path` | [`String`](#string) | URL path and query string of the vulnerable request. |
+| <a id="vulnerabilitylocationdastrequestmethod"></a>`requestMethod` | [`String`](#string) | HTTP method of the vulnerable request. |
### `VulnerabilityLocationDependencyScanning`
Represents the location of a vulnerability found by a dependency security scan.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
-| `dependency` | [`VulnerableDependency`](#vulnerabledependency) | Dependency containing the vulnerability. |
-| `file` | [`String`](#string) | Path to the vulnerable file. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitylocationdependencyscanningblobpath"></a>`blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
+| <a id="vulnerabilitylocationdependencyscanningdependency"></a>`dependency` | [`VulnerableDependency`](#vulnerabledependency) | Dependency containing the vulnerability. |
+| <a id="vulnerabilitylocationdependencyscanningfile"></a>`file` | [`String`](#string) | Path to the vulnerable file. |
### `VulnerabilityLocationSast`
Represents the location of a vulnerability found by a SAST scan.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
-| `endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
-| `file` | [`String`](#string) | Path to the vulnerable file. |
-| `startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
-| `vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
-| `vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitylocationsastblobpath"></a>`blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
+| <a id="vulnerabilitylocationsastendline"></a>`endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
+| <a id="vulnerabilitylocationsastfile"></a>`file` | [`String`](#string) | Path to the vulnerable file. |
+| <a id="vulnerabilitylocationsaststartline"></a>`startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
+| <a id="vulnerabilitylocationsastvulnerableclass"></a>`vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
+| <a id="vulnerabilitylocationsastvulnerablemethod"></a>`vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
### `VulnerabilityLocationSecretDetection`
Represents the location of a vulnerability found by a secret detection scan.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
-| `endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
-| `file` | [`String`](#string) | Path to the vulnerable file. |
-| `startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
-| `vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
-| `vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitylocationsecretdetectionblobpath"></a>`blobPath` | [`String`](#string) | Blob path to the vulnerable file. |
+| <a id="vulnerabilitylocationsecretdetectionendline"></a>`endLine` | [`String`](#string) | Number of the last relevant line in the vulnerable file. |
+| <a id="vulnerabilitylocationsecretdetectionfile"></a>`file` | [`String`](#string) | Path to the vulnerable file. |
+| <a id="vulnerabilitylocationsecretdetectionstartline"></a>`startLine` | [`String`](#string) | Number of the first relevant line in the vulnerable file. |
+| <a id="vulnerabilitylocationsecretdetectionvulnerableclass"></a>`vulnerableClass` | [`String`](#string) | Class containing the vulnerability. |
+| <a id="vulnerabilitylocationsecretdetectionvulnerablemethod"></a>`vulnerableMethod` | [`String`](#string) | Method containing the vulnerability. |
### `VulnerabilityPermissions`
Check permissions for the current user on a vulnerability.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `adminVulnerability` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability` on this resource. |
-| `adminVulnerabilityExternalIssueLink` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability_external_issue_link` on this resource. |
-| `adminVulnerabilityIssueLink` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability_issue_link` on this resource. |
-| `createVulnerability` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability` on this resource. |
-| `createVulnerabilityExport` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability_export` on this resource. |
-| `createVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability_feedback` on this resource. |
-| `destroyVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_vulnerability_feedback` on this resource. |
-| `readVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `read_vulnerability_feedback` on this resource. |
-| `updateVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `update_vulnerability_feedback` on this resource. |
-
-### `VulnerabilityResolvePayload`
-
-Autogenerated return type of VulnerabilityResolve.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after state change. |
-
-### `VulnerabilityRevertToDetectedPayload`
+#### Fields
-Autogenerated return type of VulnerabilityRevertToDetected.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
-| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
-| `vulnerability` | [`Vulnerability`](#vulnerability) | The vulnerability after revert. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilitypermissionsadminvulnerability"></a>`adminVulnerability` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability` on this resource. |
+| <a id="vulnerabilitypermissionsadminvulnerabilityexternalissuelink"></a>`adminVulnerabilityExternalIssueLink` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability_external_issue_link` on this resource. |
+| <a id="vulnerabilitypermissionsadminvulnerabilityissuelink"></a>`adminVulnerabilityIssueLink` | [`Boolean!`](#boolean) | Indicates the user can perform `admin_vulnerability_issue_link` on this resource. |
+| <a id="vulnerabilitypermissionscreatevulnerability"></a>`createVulnerability` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability` on this resource. |
+| <a id="vulnerabilitypermissionscreatevulnerabilityexport"></a>`createVulnerabilityExport` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability_export` on this resource. |
+| <a id="vulnerabilitypermissionscreatevulnerabilityfeedback"></a>`createVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `create_vulnerability_feedback` on this resource. |
+| <a id="vulnerabilitypermissionsdestroyvulnerabilityfeedback"></a>`destroyVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `destroy_vulnerability_feedback` on this resource. |
+| <a id="vulnerabilitypermissionsreadvulnerabilityfeedback"></a>`readVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `read_vulnerability_feedback` on this resource. |
+| <a id="vulnerabilitypermissionsupdatevulnerabilityfeedback"></a>`updateVulnerabilityFeedback` | [`Boolean!`](#boolean) | Indicates the user can perform `update_vulnerability_feedback` on this resource. |
### `VulnerabilityScanner`
Represents a vulnerability scanner.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `externalId` | [`String`](#string) | External ID of the vulnerability scanner. |
-| `id` | [`ID`](#id) | ID of the scanner. |
-| `name` | [`String`](#string) | Name of the vulnerability scanner. |
-| `reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the vulnerability report. |
-| `vendor` | [`String`](#string) | Vendor of the vulnerability scanner. |
-
-### `VulnerabilityScannerConnection`
+#### Fields
-The connection type for VulnerabilityScanner.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `edges` | [`[VulnerabilityScannerEdge]`](#vulnerabilityscanneredge) | A list of edges. |
-| `nodes` | [`[VulnerabilityScanner]`](#vulnerabilityscanner) | A list of nodes. |
-| `pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
-
-### `VulnerabilityScannerEdge`
-
-An edge in a connection.
-
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `cursor` | [`String!`](#string) | A cursor for use in pagination. |
-| `node` | [`VulnerabilityScanner`](#vulnerabilityscanner) | The item at the end of the edge. |
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityscannerexternalid"></a>`externalId` | [`String`](#string) | External ID of the vulnerability scanner. |
+| <a id="vulnerabilityscannerid"></a>`id` | [`ID`](#id) | ID of the scanner. |
+| <a id="vulnerabilityscannername"></a>`name` | [`String`](#string) | Name of the vulnerability scanner. |
+| <a id="vulnerabilityscannerreporttype"></a>`reportType` | [`VulnerabilityReportType`](#vulnerabilityreporttype) | Type of the vulnerability report. |
+| <a id="vulnerabilityscannervendor"></a>`vendor` | [`String`](#string) | Vendor of the vulnerability scanner. |
### `VulnerabilitySeveritiesCount`
Represents vulnerability counts by severity.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `critical` | [`Int`](#int) | Number of vulnerabilities of CRITICAL severity of the project. |
-| `high` | [`Int`](#int) | Number of vulnerabilities of HIGH severity of the project. |
-| `info` | [`Int`](#int) | Number of vulnerabilities of INFO severity of the project. |
-| `low` | [`Int`](#int) | Number of vulnerabilities of LOW severity of the project. |
-| `medium` | [`Int`](#int) | Number of vulnerabilities of MEDIUM severity of the project. |
-| `unknown` | [`Int`](#int) | Number of vulnerabilities of UNKNOWN severity of the project. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabilityseveritiescountcritical"></a>`critical` | [`Int`](#int) | Number of vulnerabilities of CRITICAL severity of the project. |
+| <a id="vulnerabilityseveritiescounthigh"></a>`high` | [`Int`](#int) | Number of vulnerabilities of HIGH severity of the project. |
+| <a id="vulnerabilityseveritiescountinfo"></a>`info` | [`Int`](#int) | Number of vulnerabilities of INFO severity of the project. |
+| <a id="vulnerabilityseveritiescountlow"></a>`low` | [`Int`](#int) | Number of vulnerabilities of LOW severity of the project. |
+| <a id="vulnerabilityseveritiescountmedium"></a>`medium` | [`Int`](#int) | Number of vulnerabilities of MEDIUM severity of the project. |
+| <a id="vulnerabilityseveritiescountunknown"></a>`unknown` | [`Int`](#int) | Number of vulnerabilities of UNKNOWN severity of the project. |
### `VulnerableDependency`
Represents a vulnerable dependency. Used in vulnerability location data.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `package` | [`VulnerablePackage`](#vulnerablepackage) | The package associated with the vulnerable dependency. |
-| `version` | [`String`](#string) | The version of the vulnerable dependency. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerabledependencypackage"></a>`package` | [`VulnerablePackage`](#vulnerablepackage) | The package associated with the vulnerable dependency. |
+| <a id="vulnerabledependencyversion"></a>`version` | [`String`](#string) | The version of the vulnerable dependency. |
### `VulnerablePackage`
Represents a vulnerable package. Used in vulnerability dependency data.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `name` | [`String`](#string) | The name of the vulnerable package. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerablepackagename"></a>`name` | [`String`](#string) | The name of the vulnerable package. |
### `VulnerableProjectsByGrade`
Represents vulnerability letter grades with associated projects.
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `count` | [`Int!`](#int) | Number of projects within this grade. |
-| `grade` | [`VulnerabilityGrade!`](#vulnerabilitygrade) | Grade based on the highest severity vulnerability present. |
-| `projects` | [`ProjectConnection!`](#projectconnection) | Projects within this grade. |
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="vulnerableprojectsbygradecount"></a>`count` | [`Int!`](#int) | Number of projects within this grade. |
+| <a id="vulnerableprojectsbygradegrade"></a>`grade` | [`VulnerabilityGrade!`](#vulnerabilitygrade) | Grade based on the highest severity vulnerability present. |
+| <a id="vulnerableprojectsbygradeprojects"></a>`projects` | [`ProjectConnection!`](#projectconnection) | Projects within this grade. |
## Enumeration types
@@ -7583,13 +12738,13 @@ Access level to a resource.
| Value | Description |
| ----- | ----------- |
-| `DEVELOPER` | Developer access. |
-| `GUEST` | Guest access. |
-| `MAINTAINER` | Maintainer access. |
-| `MINIMAL_ACCESS` | Minimal access. |
-| `NO_ACCESS` | No access. |
-| `OWNER` | Owner access. |
-| `REPORTER` | Reporter access. |
+| <a id="accesslevelenumdeveloper"></a>`DEVELOPER` | Developer access. |
+| <a id="accesslevelenumguest"></a>`GUEST` | Guest access. |
+| <a id="accesslevelenummaintainer"></a>`MAINTAINER` | Maintainer access. |
+| <a id="accesslevelenumminimal_access"></a>`MINIMAL_ACCESS` | Minimal access. |
+| <a id="accesslevelenumno_access"></a>`NO_ACCESS` | No access. |
+| <a id="accesslevelenumowner"></a>`OWNER` | Owner access. |
+| <a id="accesslevelenumreporter"></a>`REPORTER` | Reporter access. |
### `AlertManagementAlertSort`
@@ -7597,28 +12752,28 @@ Values for sorting alerts.
| Value | Description |
| ----- | ----------- |
-| `CREATED_ASC` | Created at ascending order. |
-| `CREATED_DESC` | Created at descending order. |
-| `CREATED_TIME_ASC` | Created time by ascending order. |
-| `CREATED_TIME_DESC` | Created time by descending order. |
-| `ENDED_AT_ASC` | End time by ascending order. |
-| `ENDED_AT_DESC` | End time by descending order. |
-| `EVENT_COUNT_ASC` | Events count by ascending order. |
-| `EVENT_COUNT_DESC` | Events count by descending order. |
-| `SEVERITY_ASC` | Severity from less critical to more critical. |
-| `SEVERITY_DESC` | Severity from more critical to less critical. |
-| `STARTED_AT_ASC` | Start time by ascending order. |
-| `STARTED_AT_DESC` | Start time by descending order. |
-| `STATUS_ASC` | Status by order: Ignored > Resolved > Acknowledged > Triggered. |
-| `STATUS_DESC` | Status by order: Triggered > Acknowledged > Resolved > Ignored. |
-| `UPDATED_ASC` | Updated at ascending order. |
-| `UPDATED_DESC` | Updated at descending order. |
-| `UPDATED_TIME_ASC` | Created time by ascending order. |
-| `UPDATED_TIME_DESC` | Created time by descending order. |
-| `created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
-| `created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
-| `updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
-| `updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
+| <a id="alertmanagementalertsortcreated_asc"></a>`CREATED_ASC` | Created at ascending order. |
+| <a id="alertmanagementalertsortcreated_desc"></a>`CREATED_DESC` | Created at descending order. |
+| <a id="alertmanagementalertsortcreated_time_asc"></a>`CREATED_TIME_ASC` | Created time by ascending order. |
+| <a id="alertmanagementalertsortcreated_time_desc"></a>`CREATED_TIME_DESC` | Created time by descending order. |
+| <a id="alertmanagementalertsortended_at_asc"></a>`ENDED_AT_ASC` | End time by ascending order. |
+| <a id="alertmanagementalertsortended_at_desc"></a>`ENDED_AT_DESC` | End time by descending order. |
+| <a id="alertmanagementalertsortevent_count_asc"></a>`EVENT_COUNT_ASC` | Events count by ascending order. |
+| <a id="alertmanagementalertsortevent_count_desc"></a>`EVENT_COUNT_DESC` | Events count by descending order. |
+| <a id="alertmanagementalertsortseverity_asc"></a>`SEVERITY_ASC` | Severity from less critical to more critical. |
+| <a id="alertmanagementalertsortseverity_desc"></a>`SEVERITY_DESC` | Severity from more critical to less critical. |
+| <a id="alertmanagementalertsortstarted_at_asc"></a>`STARTED_AT_ASC` | Start time by ascending order. |
+| <a id="alertmanagementalertsortstarted_at_desc"></a>`STARTED_AT_DESC` | Start time by descending order. |
+| <a id="alertmanagementalertsortstatus_asc"></a>`STATUS_ASC` | Status by order: Ignored > Resolved > Acknowledged > Triggered. |
+| <a id="alertmanagementalertsortstatus_desc"></a>`STATUS_DESC` | Status by order: Triggered > Acknowledged > Resolved > Ignored. |
+| <a id="alertmanagementalertsortupdated_asc"></a>`UPDATED_ASC` | Updated at ascending order. |
+| <a id="alertmanagementalertsortupdated_desc"></a>`UPDATED_DESC` | Updated at descending order. |
+| <a id="alertmanagementalertsortupdated_time_asc"></a>`UPDATED_TIME_ASC` | Created time by ascending order. |
+| <a id="alertmanagementalertsortupdated_time_desc"></a>`UPDATED_TIME_DESC` | Created time by descending order. |
+| <a id="alertmanagementalertsortcreated_asc"></a>`created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
+| <a id="alertmanagementalertsortcreated_desc"></a>`created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
+| <a id="alertmanagementalertsortupdated_asc"></a>`updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
+| <a id="alertmanagementalertsortupdated_desc"></a>`updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
### `AlertManagementDomainFilter`
@@ -7626,8 +12781,8 @@ Filters the alerts based on given domain.
| Value | Description |
| ----- | ----------- |
-| `operations` | Alerts for operations domain. |
-| `threat_monitoring` | Alerts for threat monitoring domain. |
+| <a id="alertmanagementdomainfilteroperations"></a>`operations` | Alerts for operations domain. |
+| <a id="alertmanagementdomainfilterthreat_monitoring"></a>`threat_monitoring` | Alerts for threat monitoring domain. |
### `AlertManagementIntegrationType`
@@ -7635,8 +12790,8 @@ Values of types of integrations.
| Value | Description |
| ----- | ----------- |
-| `HTTP` | Integration with any monitoring tool. |
-| `PROMETHEUS` | Prometheus integration. |
+| <a id="alertmanagementintegrationtypehttp"></a>`HTTP` | Integration with any monitoring tool. |
+| <a id="alertmanagementintegrationtypeprometheus"></a>`PROMETHEUS` | Prometheus integration. |
### `AlertManagementPayloadAlertFieldName`
@@ -7644,16 +12799,16 @@ Values for alert field names used in the custom mapping.
| Value | Description |
| ----- | ----------- |
-| `DESCRIPTION` | A high-level summary of the problem. |
-| `END_TIME` | The resolved time of the incident. |
-| `FINGERPRINT` | The unique identifier of the alert. This can be used to group occurrences of the same alert. |
-| `GITLAB_ENVIRONMENT_NAME` | The name of the associated GitLab environment. |
-| `HOSTS` | One or more hosts, as to where this incident occurred. |
-| `MONITORING_TOOL` | The name of the associated monitoring tool. |
-| `SERVICE` | The affected service. |
-| `SEVERITY` | The severity of the alert. |
-| `START_TIME` | The time of the incident. |
-| `TITLE` | The title of the incident. |
+| <a id="alertmanagementpayloadalertfieldnamedescription"></a>`DESCRIPTION` | A high-level summary of the problem. |
+| <a id="alertmanagementpayloadalertfieldnameend_time"></a>`END_TIME` | The resolved time of the incident. |
+| <a id="alertmanagementpayloadalertfieldnamefingerprint"></a>`FINGERPRINT` | The unique identifier of the alert. This can be used to group occurrences of the same alert. |
+| <a id="alertmanagementpayloadalertfieldnamegitlab_environment_name"></a>`GITLAB_ENVIRONMENT_NAME` | The name of the associated GitLab environment. |
+| <a id="alertmanagementpayloadalertfieldnamehosts"></a>`HOSTS` | One or more hosts, as to where this incident occurred. |
+| <a id="alertmanagementpayloadalertfieldnamemonitoring_tool"></a>`MONITORING_TOOL` | The name of the associated monitoring tool. |
+| <a id="alertmanagementpayloadalertfieldnameservice"></a>`SERVICE` | The affected service. |
+| <a id="alertmanagementpayloadalertfieldnameseverity"></a>`SEVERITY` | The severity of the alert. |
+| <a id="alertmanagementpayloadalertfieldnamestart_time"></a>`START_TIME` | The time of the incident. |
+| <a id="alertmanagementpayloadalertfieldnametitle"></a>`TITLE` | The title of the incident. |
### `AlertManagementPayloadAlertFieldType`
@@ -7661,9 +12816,9 @@ Values for alert field types used in the custom mapping.
| Value | Description |
| ----- | ----------- |
-| `ARRAY` | Array field type. |
-| `DATETIME` | DateTime field type. |
-| `STRING` | String field type. |
+| <a id="alertmanagementpayloadalertfieldtypearray"></a>`ARRAY` | Array field type. |
+| <a id="alertmanagementpayloadalertfieldtypedatetime"></a>`DATETIME` | DateTime field type. |
+| <a id="alertmanagementpayloadalertfieldtypestring"></a>`STRING` | String field type. |
### `AlertManagementSeverity`
@@ -7671,12 +12826,12 @@ Alert severity values.
| Value | Description |
| ----- | ----------- |
-| `CRITICAL` | Critical severity. |
-| `HIGH` | High severity. |
-| `INFO` | Info severity. |
-| `LOW` | Low severity. |
-| `MEDIUM` | Medium severity. |
-| `UNKNOWN` | Unknown severity. |
+| <a id="alertmanagementseveritycritical"></a>`CRITICAL` | Critical severity. |
+| <a id="alertmanagementseverityhigh"></a>`HIGH` | High severity. |
+| <a id="alertmanagementseverityinfo"></a>`INFO` | Info severity. |
+| <a id="alertmanagementseveritylow"></a>`LOW` | Low severity. |
+| <a id="alertmanagementseveritymedium"></a>`MEDIUM` | Medium severity. |
+| <a id="alertmanagementseverityunknown"></a>`UNKNOWN` | Unknown severity. |
### `AlertManagementStatus`
@@ -7684,10 +12839,10 @@ Alert status values.
| Value | Description |
| ----- | ----------- |
-| `ACKNOWLEDGED` | Acknowledged status. |
-| `IGNORED` | Ignored status. |
-| `RESOLVED` | Resolved status. |
-| `TRIGGERED` | Triggered status. |
+| <a id="alertmanagementstatusacknowledged"></a>`ACKNOWLEDGED` | Acknowledged status. |
+| <a id="alertmanagementstatusignored"></a>`IGNORED` | Ignored status. |
+| <a id="alertmanagementstatusresolved"></a>`RESOLVED` | Resolved status. |
+| <a id="alertmanagementstatustriggered"></a>`TRIGGERED` | Triggered status. |
### `ApiFuzzingScanMode`
@@ -7695,9 +12850,9 @@ All possible ways to specify the API surface for an API fuzzing scan.
| Value | Description |
| ----- | ----------- |
-| `HAR` | The API surface is specified by a HAR file. |
-| `OPENAPI` | The API surface is specified by a OPENAPI file. |
-| `POSTMAN` | The API surface is specified by a POSTMAN file. |
+| <a id="apifuzzingscanmodehar"></a>`HAR` | The API surface is specified by a HAR file. |
+| <a id="apifuzzingscanmodeopenapi"></a>`OPENAPI` | The API surface is specified by a OPENAPI file. |
+| <a id="apifuzzingscanmodepostman"></a>`POSTMAN` | The API surface is specified by a POSTMAN file. |
### `ApprovalRuleType`
@@ -7705,10 +12860,10 @@ The kind of an approval rule.
| Value | Description |
| ----- | ----------- |
-| `ANY_APPROVER` | A `any_approver` approval rule. |
-| `CODE_OWNER` | A `code_owner` approval rule. |
-| `REGULAR` | A `regular` approval rule. |
-| `REPORT_APPROVER` | A `report_approver` approval rule. |
+| <a id="approvalruletypeany_approver"></a>`ANY_APPROVER` | A `any_approver` approval rule. |
+| <a id="approvalruletypecode_owner"></a>`CODE_OWNER` | A `code_owner` approval rule. |
+| <a id="approvalruletyperegular"></a>`REGULAR` | A `regular` approval rule. |
+| <a id="approvalruletypereport_approver"></a>`REPORT_APPROVER` | A `report_approver` approval rule. |
### `AssigneeWildcardId`
@@ -7716,8 +12871,8 @@ Assignee ID wildcard values.
| Value | Description |
| ----- | ----------- |
-| `ANY` | An assignee is assigned. |
-| `NONE` | No assignee is assigned. |
+| <a id="assigneewildcardidany"></a>`ANY` | An assignee is assigned. |
+| <a id="assigneewildcardidnone"></a>`NONE` | No assignee is assigned. |
### `AvailabilityEnum`
@@ -7725,8 +12880,8 @@ User availability status.
| Value | Description |
| ----- | ----------- |
-| `BUSY` | Busy. |
-| `NOT_SET` | Not Set. |
+| <a id="availabilityenumbusy"></a>`BUSY` | Busy. |
+| <a id="availabilityenumnot_set"></a>`NOT_SET` | Not Set. |
### `BlobViewersType`
@@ -7734,9 +12889,9 @@ Types of blob viewers.
| Value | Description |
| ----- | ----------- |
-| `auxiliary` | Auxiliary blob viewers type. |
-| `rich` | Rich blob viewers type. |
-| `simple` | Simple blob viewers type. |
+| <a id="blobviewerstypeauxiliary"></a>`auxiliary` | Auxiliary blob viewers type. |
+| <a id="blobviewerstyperich"></a>`rich` | Rich blob viewers type. |
+| <a id="blobviewerstypesimple"></a>`simple` | Simple blob viewers type. |
### `CiConfigStatus`
@@ -7744,24 +12899,24 @@ Values for YAML processor result.
| Value | Description |
| ----- | ----------- |
-| `INVALID` | The configuration file is not valid. |
-| `VALID` | The configuration file is valid. |
+| <a id="ciconfigstatusinvalid"></a>`INVALID` | The configuration file is not valid. |
+| <a id="ciconfigstatusvalid"></a>`VALID` | The configuration file is valid. |
### `CiJobStatus`
| Value | Description |
| ----- | ----------- |
-| `CANCELED` | A job that is canceled. |
-| `CREATED` | A job that is created. |
-| `FAILED` | A job that is failed. |
-| `MANUAL` | A job that is manual. |
-| `PENDING` | A job that is pending. |
-| `PREPARING` | A job that is preparing. |
-| `RUNNING` | A job that is running. |
-| `SCHEDULED` | A job that is scheduled. |
-| `SKIPPED` | A job that is skipped. |
-| `SUCCESS` | A job that is success. |
-| `WAITING_FOR_RESOURCE` | A job that is waiting for resource. |
+| <a id="cijobstatuscanceled"></a>`CANCELED` | A job that is canceled. |
+| <a id="cijobstatuscreated"></a>`CREATED` | A job that is created. |
+| <a id="cijobstatusfailed"></a>`FAILED` | A job that is failed. |
+| <a id="cijobstatusmanual"></a>`MANUAL` | A job that is manual. |
+| <a id="cijobstatuspending"></a>`PENDING` | A job that is pending. |
+| <a id="cijobstatuspreparing"></a>`PREPARING` | A job that is preparing. |
+| <a id="cijobstatusrunning"></a>`RUNNING` | A job that is running. |
+| <a id="cijobstatusscheduled"></a>`SCHEDULED` | A job that is scheduled. |
+| <a id="cijobstatusskipped"></a>`SKIPPED` | A job that is skipped. |
+| <a id="cijobstatussuccess"></a>`SUCCESS` | A job that is success. |
+| <a id="cijobstatuswaiting_for_resource"></a>`WAITING_FOR_RESOURCE` | A job that is waiting for resource. |
### `CommitActionMode`
@@ -7769,18 +12924,18 @@ Mode of a commit action.
| Value | Description |
| ----- | ----------- |
-| `CHMOD` | Chmod command. |
-| `CREATE` | Create command. |
-| `DELETE` | Delete command. |
-| `MOVE` | Move command. |
-| `UPDATE` | Update command. |
+| <a id="commitactionmodechmod"></a>`CHMOD` | Chmod command. |
+| <a id="commitactionmodecreate"></a>`CREATE` | Create command. |
+| <a id="commitactionmodedelete"></a>`DELETE` | Delete command. |
+| <a id="commitactionmodemove"></a>`MOVE` | Move command. |
+| <a id="commitactionmodeupdate"></a>`UPDATE` | Update command. |
### `CommitEncoding`
| Value | Description |
| ----- | ----------- |
-| `BASE64` | Base64 encoding. |
-| `TEXT` | Text encoding. |
+| <a id="commitencodingbase64"></a>`BASE64` | Base64 encoding. |
+| <a id="commitencodingtext"></a>`TEXT` | Text encoding. |
### `ConanMetadatumFileTypeEnum`
@@ -7788,38 +12943,38 @@ Conan file types.
| Value | Description |
| ----- | ----------- |
-| `PACKAGE_FILE` | A package file type. |
-| `RECIPE_FILE` | A recipe file type. |
+| <a id="conanmetadatumfiletypeenumpackage_file"></a>`PACKAGE_FILE` | A package file type. |
+| <a id="conanmetadatumfiletypeenumrecipe_file"></a>`RECIPE_FILE` | A recipe file type. |
### `ContainerExpirationPolicyCadenceEnum`
| Value | Description |
| ----- | ----------- |
-| `EVERY_DAY` | Every day. |
-| `EVERY_MONTH` | Every month. |
-| `EVERY_THREE_MONTHS` | Every three months. |
-| `EVERY_TWO_WEEKS` | Every two weeks. |
-| `EVERY_WEEK` | Every week. |
+| <a id="containerexpirationpolicycadenceenumevery_day"></a>`EVERY_DAY` | Every day. |
+| <a id="containerexpirationpolicycadenceenumevery_month"></a>`EVERY_MONTH` | Every month. |
+| <a id="containerexpirationpolicycadenceenumevery_three_months"></a>`EVERY_THREE_MONTHS` | Every three months. |
+| <a id="containerexpirationpolicycadenceenumevery_two_weeks"></a>`EVERY_TWO_WEEKS` | Every two weeks. |
+| <a id="containerexpirationpolicycadenceenumevery_week"></a>`EVERY_WEEK` | Every week. |
### `ContainerExpirationPolicyKeepEnum`
| Value | Description |
| ----- | ----------- |
-| `FIFTY_TAGS` | 50 tags per image name. |
-| `FIVE_TAGS` | 5 tags per image name. |
-| `ONE_HUNDRED_TAGS` | 100 tags per image name. |
-| `ONE_TAG` | 1 tag per image name. |
-| `TEN_TAGS` | 10 tags per image name. |
-| `TWENTY_FIVE_TAGS` | 25 tags per image name. |
+| <a id="containerexpirationpolicykeepenumfifty_tags"></a>`FIFTY_TAGS` | 50 tags per image name. |
+| <a id="containerexpirationpolicykeepenumfive_tags"></a>`FIVE_TAGS` | 5 tags per image name. |
+| <a id="containerexpirationpolicykeepenumone_hundred_tags"></a>`ONE_HUNDRED_TAGS` | 100 tags per image name. |
+| <a id="containerexpirationpolicykeepenumone_tag"></a>`ONE_TAG` | 1 tag per image name. |
+| <a id="containerexpirationpolicykeepenumten_tags"></a>`TEN_TAGS` | 10 tags per image name. |
+| <a id="containerexpirationpolicykeepenumtwenty_five_tags"></a>`TWENTY_FIVE_TAGS` | 25 tags per image name. |
### `ContainerExpirationPolicyOlderThanEnum`
| Value | Description |
| ----- | ----------- |
-| `FOURTEEN_DAYS` | 14 days until tags are automatically removed. |
-| `NINETY_DAYS` | 90 days until tags are automatically removed. |
-| `SEVEN_DAYS` | 7 days until tags are automatically removed. |
-| `THIRTY_DAYS` | 30 days until tags are automatically removed. |
+| <a id="containerexpirationpolicyolderthanenumfourteen_days"></a>`FOURTEEN_DAYS` | 14 days until tags are automatically removed. |
+| <a id="containerexpirationpolicyolderthanenumninety_days"></a>`NINETY_DAYS` | 90 days until tags are automatically removed. |
+| <a id="containerexpirationpolicyolderthanenumseven_days"></a>`SEVEN_DAYS` | 7 days until tags are automatically removed. |
+| <a id="containerexpirationpolicyolderthanenumthirty_days"></a>`THIRTY_DAYS` | 30 days until tags are automatically removed. |
### `ContainerRepositoryCleanupStatus`
@@ -7827,10 +12982,10 @@ Status of the tags cleanup of a container repository.
| Value | Description |
| ----- | ----------- |
-| `ONGOING` | The tags cleanup is ongoing. |
-| `SCHEDULED` | The tags cleanup is scheduled and is going to be executed shortly. |
-| `UNFINISHED` | The tags cleanup has been partially executed. There are still remaining tags to delete. |
-| `UNSCHEDULED` | The tags cleanup is not scheduled. This is the default state. |
+| <a id="containerrepositorycleanupstatusongoing"></a>`ONGOING` | The tags cleanup is ongoing. |
+| <a id="containerrepositorycleanupstatusscheduled"></a>`SCHEDULED` | The tags cleanup is scheduled and is going to be executed shortly. |
+| <a id="containerrepositorycleanupstatusunfinished"></a>`UNFINISHED` | The tags cleanup has been partially executed. There are still remaining tags to delete. |
+| <a id="containerrepositorycleanupstatusunscheduled"></a>`UNSCHEDULED` | The tags cleanup is not scheduled. This is the default state. |
### `ContainerRepositorySort`
@@ -7838,16 +12993,16 @@ Values for sorting container repositories.
| Value | Description |
| ----- | ----------- |
-| `CREATED_ASC` | Created at ascending order. |
-| `CREATED_DESC` | Created at descending order. |
-| `NAME_ASC` | Name by ascending order. |
-| `NAME_DESC` | Name by descending order. |
-| `UPDATED_ASC` | Updated at ascending order. |
-| `UPDATED_DESC` | Updated at descending order. |
-| `created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
-| `created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
-| `updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
-| `updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
+| <a id="containerrepositorysortcreated_asc"></a>`CREATED_ASC` | Created at ascending order. |
+| <a id="containerrepositorysortcreated_desc"></a>`CREATED_DESC` | Created at descending order. |
+| <a id="containerrepositorysortname_asc"></a>`NAME_ASC` | Name by ascending order. |
+| <a id="containerrepositorysortname_desc"></a>`NAME_DESC` | Name by descending order. |
+| <a id="containerrepositorysortupdated_asc"></a>`UPDATED_ASC` | Updated at ascending order. |
+| <a id="containerrepositorysortupdated_desc"></a>`UPDATED_DESC` | Updated at descending order. |
+| <a id="containerrepositorysortcreated_asc"></a>`created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
+| <a id="containerrepositorysortcreated_desc"></a>`created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
+| <a id="containerrepositorysortupdated_asc"></a>`updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
+| <a id="containerrepositorysortupdated_desc"></a>`updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
### `ContainerRepositoryStatus`
@@ -7855,39 +13010,39 @@ Status of a container repository.
| Value | Description |
| ----- | ----------- |
-| `DELETE_FAILED` | Delete Failed status. |
-| `DELETE_SCHEDULED` | Delete Scheduled status. |
+| <a id="containerrepositorystatusdelete_failed"></a>`DELETE_FAILED` | Delete Failed status. |
+| <a id="containerrepositorystatusdelete_scheduled"></a>`DELETE_SCHEDULED` | Delete Scheduled status. |
### `DastScanTypeEnum`
| Value | Description |
| ----- | ----------- |
-| `ACTIVE` | Active DAST scan. This scan will make active attacks against the target site. |
-| `PASSIVE` | Passive DAST scan. This scan will not make active attacks against the target site. |
+| <a id="dastscantypeenumactive"></a>`ACTIVE` | Active DAST scan. This scan will make active attacks against the target site. |
+| <a id="dastscantypeenumpassive"></a>`PASSIVE` | Passive DAST scan. This scan will not make active attacks against the target site. |
### `DastSiteProfileValidationStatusEnum`
| Value | Description |
| ----- | ----------- |
-| `FAILED_VALIDATION` | Site validation process finished but failed. |
-| `INPROGRESS_VALIDATION` | Site validation process is in progress. |
-| `NONE` | No site validation exists. |
-| `PASSED_VALIDATION` | Site validation process finished successfully. |
-| `PENDING_VALIDATION` | Site validation process has not started. |
+| <a id="dastsiteprofilevalidationstatusenumfailed_validation"></a>`FAILED_VALIDATION` | Site validation process finished but failed. |
+| <a id="dastsiteprofilevalidationstatusenuminprogress_validation"></a>`INPROGRESS_VALIDATION` | Site validation process is in progress. |
+| <a id="dastsiteprofilevalidationstatusenumnone"></a>`NONE` | No site validation exists. |
+| <a id="dastsiteprofilevalidationstatusenumpassed_validation"></a>`PASSED_VALIDATION` | Site validation process finished successfully. |
+| <a id="dastsiteprofilevalidationstatusenumpending_validation"></a>`PENDING_VALIDATION` | Site validation process has not started. |
### `DastSiteValidationStrategyEnum`
| Value | Description |
| ----- | ----------- |
-| `HEADER` | Header validation. |
-| `TEXT_FILE` | Text file validation. |
+| <a id="dastsitevalidationstrategyenumheader"></a>`HEADER` | Header validation. |
+| <a id="dastsitevalidationstrategyenumtext_file"></a>`TEXT_FILE` | Text file validation. |
### `DastTargetTypeEnum`
| Value | Description |
| ----- | ----------- |
-| `API` | API target. |
-| `WEBSITE` | Website target. |
+| <a id="dasttargettypeenumapi"></a>`API` | API target. |
+| <a id="dasttargettypeenumwebsite"></a>`WEBSITE` | Website target. |
### `DataVisualizationColorEnum`
@@ -7895,11 +13050,11 @@ Color of the data visualization palette.
| Value | Description |
| ----- | ----------- |
-| `AQUA` | Aqua color. |
-| `BLUE` | Blue color. |
-| `GREEN` | Green color. |
-| `MAGENTA` | Magenta color. |
-| `ORANGE` | Orange color. |
+| <a id="datavisualizationcolorenumaqua"></a>`AQUA` | Aqua color. |
+| <a id="datavisualizationcolorenumblue"></a>`BLUE` | Blue color. |
+| <a id="datavisualizationcolorenumgreen"></a>`GREEN` | Green color. |
+| <a id="datavisualizationcolorenummagenta"></a>`MAGENTA` | Magenta color. |
+| <a id="datavisualizationcolorenumorange"></a>`ORANGE` | Orange color. |
### `DataVisualizationWeightEnum`
@@ -7907,17 +13062,17 @@ Weight of the data visualization palette.
| Value | Description |
| ----- | ----------- |
-| `WEIGHT_100` | 100 weight. |
-| `WEIGHT_200` | 200 weight. |
-| `WEIGHT_300` | 300 weight. |
-| `WEIGHT_400` | 400 weight. |
-| `WEIGHT_50` | 50 weight. |
-| `WEIGHT_500` | 500 weight. |
-| `WEIGHT_600` | 600 weight. |
-| `WEIGHT_700` | 700 weight. |
-| `WEIGHT_800` | 800 weight. |
-| `WEIGHT_900` | 900 weight. |
-| `WEIGHT_950` | 950 weight. |
+| <a id="datavisualizationweightenumweight_100"></a>`WEIGHT_100` | 100 weight. |
+| <a id="datavisualizationweightenumweight_200"></a>`WEIGHT_200` | 200 weight. |
+| <a id="datavisualizationweightenumweight_300"></a>`WEIGHT_300` | 300 weight. |
+| <a id="datavisualizationweightenumweight_400"></a>`WEIGHT_400` | 400 weight. |
+| <a id="datavisualizationweightenumweight_50"></a>`WEIGHT_50` | 50 weight. |
+| <a id="datavisualizationweightenumweight_500"></a>`WEIGHT_500` | 500 weight. |
+| <a id="datavisualizationweightenumweight_600"></a>`WEIGHT_600` | 600 weight. |
+| <a id="datavisualizationweightenumweight_700"></a>`WEIGHT_700` | 700 weight. |
+| <a id="datavisualizationweightenumweight_800"></a>`WEIGHT_800` | 800 weight. |
+| <a id="datavisualizationweightenumweight_900"></a>`WEIGHT_900` | 900 weight. |
+| <a id="datavisualizationweightenumweight_950"></a>`WEIGHT_950` | 950 weight. |
### `DesignCollectionCopyState`
@@ -7925,9 +13080,9 @@ Copy state of a DesignCollection.
| Value | Description |
| ----- | ----------- |
-| `ERROR` | The DesignCollection encountered an error during a copy. |
-| `IN_PROGRESS` | The DesignCollection is being copied. |
-| `READY` | The DesignCollection has no copy in progress. |
+| <a id="designcollectioncopystateerror"></a>`ERROR` | The DesignCollection encountered an error during a copy. |
+| <a id="designcollectioncopystatein_progress"></a>`IN_PROGRESS` | The DesignCollection is being copied. |
+| <a id="designcollectioncopystateready"></a>`READY` | The DesignCollection has no copy in progress. |
### `DesignVersionEvent`
@@ -7935,10 +13090,10 @@ Mutation event of a design within a version.
| Value | Description |
| ----- | ----------- |
-| `CREATION` | A creation event. |
-| `DELETION` | A deletion event. |
-| `MODIFICATION` | A modification event. |
-| `NONE` | No change. |
+| <a id="designversioneventcreation"></a>`CREATION` | A creation event. |
+| <a id="designversioneventdeletion"></a>`DELETION` | A deletion event. |
+| <a id="designversioneventmodification"></a>`MODIFICATION` | A modification event. |
+| <a id="designversioneventnone"></a>`NONE` | No change. |
### `DiffPositionType`
@@ -7946,8 +13101,8 @@ Type of file the position refers to.
| Value | Description |
| ----- | ----------- |
-| `image` | An image. |
-| `text` | A text file. |
+| <a id="diffpositiontypeimage"></a>`image` | An image. |
+| <a id="diffpositiontypetext"></a>`text` | A text file. |
### `EntryType`
@@ -7955,9 +13110,9 @@ Type of a tree entry.
| Value | Description |
| ----- | ----------- |
-| `blob` | |
-| `commit` | |
-| `tree` | |
+| <a id="entrytypeblob"></a>`blob` | |
+| <a id="entrytypecommit"></a>`commit` | |
+| <a id="entrytypetree"></a>`tree` | |
### `EpicSort`
@@ -7965,14 +13120,14 @@ Roadmap sort values.
| Value | Description |
| ----- | ----------- |
-| `END_DATE_ASC` | Sort by end date in ascending order. |
-| `END_DATE_DESC` | Sort by end date in descending order. |
-| `START_DATE_ASC` | Sort by start date in ascending order. |
-| `START_DATE_DESC` | Sort by start date in descending order. |
-| `end_date_asc` **{warning-solid}** | **Deprecated:** Use END_DATE_ASC. Deprecated in 13.11. |
-| `end_date_desc` **{warning-solid}** | **Deprecated:** Use END_DATE_DESC. Deprecated in 13.11. |
-| `start_date_asc` **{warning-solid}** | **Deprecated:** Use START_DATE_ASC. Deprecated in 13.11. |
-| `start_date_desc` **{warning-solid}** | **Deprecated:** Use START_DATE_DESC. Deprecated in 13.11. |
+| <a id="epicsortend_date_asc"></a>`END_DATE_ASC` | Sort by end date in ascending order. |
+| <a id="epicsortend_date_desc"></a>`END_DATE_DESC` | Sort by end date in descending order. |
+| <a id="epicsortstart_date_asc"></a>`START_DATE_ASC` | Sort by start date in ascending order. |
+| <a id="epicsortstart_date_desc"></a>`START_DATE_DESC` | Sort by start date in descending order. |
+| <a id="epicsortend_date_asc"></a>`end_date_asc` **{warning-solid}** | **Deprecated:** Use END_DATE_ASC. Deprecated in 13.11. |
+| <a id="epicsortend_date_desc"></a>`end_date_desc` **{warning-solid}** | **Deprecated:** Use END_DATE_DESC. Deprecated in 13.11. |
+| <a id="epicsortstart_date_asc"></a>`start_date_asc` **{warning-solid}** | **Deprecated:** Use START_DATE_ASC. Deprecated in 13.11. |
+| <a id="epicsortstart_date_desc"></a>`start_date_desc` **{warning-solid}** | **Deprecated:** Use START_DATE_DESC. Deprecated in 13.11. |
### `EpicState`
@@ -7980,9 +13135,9 @@ State of an epic.
| Value | Description |
| ----- | ----------- |
-| `all` | |
-| `closed` | |
-| `opened` | |
+| <a id="epicstateall"></a>`all` | |
+| <a id="epicstateclosed"></a>`closed` | |
+| <a id="epicstateopened"></a>`opened` | |
### `EpicStateEvent`
@@ -7990,8 +13145,8 @@ State event of an epic.
| Value | Description |
| ----- | ----------- |
-| `CLOSE` | Close the epic. |
-| `REOPEN` | Reopen the epic. |
+| <a id="epicstateeventclose"></a>`CLOSE` | Close the epic. |
+| <a id="epicstateeventreopen"></a>`REOPEN` | Reopen the epic. |
### `EpicWildcardId`
@@ -7999,8 +13154,8 @@ Epic ID wildcard values.
| Value | Description |
| ----- | ----------- |
-| `ANY` | Any epic is assigned. |
-| `NONE` | No epic is assigned. |
+| <a id="epicwildcardidany"></a>`ANY` | Any epic is assigned. |
+| <a id="epicwildcardidnone"></a>`NONE` | No epic is assigned. |
### `EventAction`
@@ -8008,19 +13163,19 @@ Event action.
| Value | Description |
| ----- | ----------- |
-| `APPROVED` | Approved action. |
-| `ARCHIVED` | Archived action. |
-| `CLOSED` | Closed action. |
-| `COMMENTED` | Commented action. |
-| `CREATED` | Created action. |
-| `DESTROYED` | Destroyed action. |
-| `EXPIRED` | Expired action. |
-| `JOINED` | Joined action. |
-| `LEFT` | Left action. |
-| `MERGED` | Merged action. |
-| `PUSHED` | Pushed action. |
-| `REOPENED` | Reopened action. |
-| `UPDATED` | Updated action. |
+| <a id="eventactionapproved"></a>`APPROVED` | Approved action. |
+| <a id="eventactionarchived"></a>`ARCHIVED` | Archived action. |
+| <a id="eventactionclosed"></a>`CLOSED` | Closed action. |
+| <a id="eventactioncommented"></a>`COMMENTED` | Commented action. |
+| <a id="eventactioncreated"></a>`CREATED` | Created action. |
+| <a id="eventactiondestroyed"></a>`DESTROYED` | Destroyed action. |
+| <a id="eventactionexpired"></a>`EXPIRED` | Expired action. |
+| <a id="eventactionjoined"></a>`JOINED` | Joined action. |
+| <a id="eventactionleft"></a>`LEFT` | Left action. |
+| <a id="eventactionmerged"></a>`MERGED` | Merged action. |
+| <a id="eventactionpushed"></a>`PUSHED` | Pushed action. |
+| <a id="eventactionreopened"></a>`REOPENED` | Reopened action. |
+| <a id="eventactionupdated"></a>`UPDATED` | Updated action. |
### `GroupMemberRelation`
@@ -8028,9 +13183,9 @@ Group member relation.
| Value | Description |
| ----- | ----------- |
-| `DESCENDANTS` | Descendants members. |
-| `DIRECT` | Direct members. |
-| `INHERITED` | Inherited members. |
+| <a id="groupmemberrelationdescendants"></a>`DESCENDANTS` | Descendants members. |
+| <a id="groupmemberrelationdirect"></a>`DIRECT` | Direct members. |
+| <a id="groupmemberrelationinherited"></a>`INHERITED` | Inherited members. |
### `HealthStatus`
@@ -8038,9 +13193,9 @@ Health status of an issue or epic.
| Value | Description |
| ----- | ----------- |
-| `atRisk` | |
-| `needsAttention` | |
-| `onTrack` | |
+| <a id="healthstatusatrisk"></a>`atRisk` | |
+| <a id="healthstatusneedsattention"></a>`needsAttention` | |
+| <a id="healthstatusontrack"></a>`onTrack` | |
### `IssuableSeverity`
@@ -8048,11 +13203,11 @@ Incident severity.
| Value | Description |
| ----- | ----------- |
-| `CRITICAL` | Critical severity. |
-| `HIGH` | High severity. |
-| `LOW` | Low severity. |
-| `MEDIUM` | Medium severity. |
-| `UNKNOWN` | Unknown severity. |
+| <a id="issuableseveritycritical"></a>`CRITICAL` | Critical severity. |
+| <a id="issuableseverityhigh"></a>`HIGH` | High severity. |
+| <a id="issuableseveritylow"></a>`LOW` | Low severity. |
+| <a id="issuableseveritymedium"></a>`MEDIUM` | Medium severity. |
+| <a id="issuableseverityunknown"></a>`UNKNOWN` | Unknown severity. |
### `IssuableState`
@@ -8060,10 +13215,10 @@ State of a GitLab issue or merge request.
| Value | Description |
| ----- | ----------- |
-| `all` | All available. |
-| `closed` | In closed state. |
-| `locked` | Discussion has been locked. |
-| `opened` | In open state. |
+| <a id="issuablestateall"></a>`all` | All available. |
+| <a id="issuablestateclosed"></a>`closed` | In closed state. |
+| <a id="issuablestatelocked"></a>`locked` | Discussion has been locked. |
+| <a id="issuablestateopened"></a>`opened` | In open state. |
### `IssueSort`
@@ -8071,31 +13226,31 @@ Values for sorting issues.
| Value | Description |
| ----- | ----------- |
-| `CREATED_ASC` | Created at ascending order. |
-| `CREATED_DESC` | Created at descending order. |
-| `DUE_DATE_ASC` | Due date by ascending order. |
-| `DUE_DATE_DESC` | Due date by descending order. |
-| `LABEL_PRIORITY_ASC` | Label priority by ascending order. |
-| `LABEL_PRIORITY_DESC` | Label priority by descending order. |
-| `MILESTONE_DUE_ASC` | Milestone due date by ascending order. |
-| `MILESTONE_DUE_DESC` | Milestone due date by descending order. |
-| `PRIORITY_ASC` | Priority by ascending order. |
-| `PRIORITY_DESC` | Priority by descending order. |
-| `PUBLISHED_ASC` | Published issues shown last. |
-| `PUBLISHED_DESC` | Published issues shown first. |
-| `RELATIVE_POSITION_ASC` | Relative position by ascending order. |
-| `SEVERITY_ASC` | Severity from less critical to more critical. |
-| `SEVERITY_DESC` | Severity from more critical to less critical. |
-| `SLA_DUE_AT_ASC` | Issues with earliest SLA due time shown first. |
-| `SLA_DUE_AT_DESC` | Issues with latest SLA due time shown first. |
-| `UPDATED_ASC` | Updated at ascending order. |
-| `UPDATED_DESC` | Updated at descending order. |
-| `WEIGHT_ASC` | Weight by ascending order. |
-| `WEIGHT_DESC` | Weight by descending order. |
-| `created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
-| `created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
-| `updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
-| `updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
+| <a id="issuesortcreated_asc"></a>`CREATED_ASC` | Created at ascending order. |
+| <a id="issuesortcreated_desc"></a>`CREATED_DESC` | Created at descending order. |
+| <a id="issuesortdue_date_asc"></a>`DUE_DATE_ASC` | Due date by ascending order. |
+| <a id="issuesortdue_date_desc"></a>`DUE_DATE_DESC` | Due date by descending order. |
+| <a id="issuesortlabel_priority_asc"></a>`LABEL_PRIORITY_ASC` | Label priority by ascending order. |
+| <a id="issuesortlabel_priority_desc"></a>`LABEL_PRIORITY_DESC` | Label priority by descending order. |
+| <a id="issuesortmilestone_due_asc"></a>`MILESTONE_DUE_ASC` | Milestone due date by ascending order. |
+| <a id="issuesortmilestone_due_desc"></a>`MILESTONE_DUE_DESC` | Milestone due date by descending order. |
+| <a id="issuesortpriority_asc"></a>`PRIORITY_ASC` | Priority by ascending order. |
+| <a id="issuesortpriority_desc"></a>`PRIORITY_DESC` | Priority by descending order. |
+| <a id="issuesortpublished_asc"></a>`PUBLISHED_ASC` | Published issues shown last. |
+| <a id="issuesortpublished_desc"></a>`PUBLISHED_DESC` | Published issues shown first. |
+| <a id="issuesortrelative_position_asc"></a>`RELATIVE_POSITION_ASC` | Relative position by ascending order. |
+| <a id="issuesortseverity_asc"></a>`SEVERITY_ASC` | Severity from less critical to more critical. |
+| <a id="issuesortseverity_desc"></a>`SEVERITY_DESC` | Severity from more critical to less critical. |
+| <a id="issuesortsla_due_at_asc"></a>`SLA_DUE_AT_ASC` | Issues with earliest SLA due time shown first. |
+| <a id="issuesortsla_due_at_desc"></a>`SLA_DUE_AT_DESC` | Issues with latest SLA due time shown first. |
+| <a id="issuesortupdated_asc"></a>`UPDATED_ASC` | Updated at ascending order. |
+| <a id="issuesortupdated_desc"></a>`UPDATED_DESC` | Updated at descending order. |
+| <a id="issuesortweight_asc"></a>`WEIGHT_ASC` | Weight by ascending order. |
+| <a id="issuesortweight_desc"></a>`WEIGHT_DESC` | Weight by descending order. |
+| <a id="issuesortcreated_asc"></a>`created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
+| <a id="issuesortcreated_desc"></a>`created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
+| <a id="issuesortupdated_asc"></a>`updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
+| <a id="issuesortupdated_desc"></a>`updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
### `IssueState`
@@ -8103,10 +13258,10 @@ State of a GitLab issue.
| Value | Description |
| ----- | ----------- |
-| `all` | All available. |
-| `closed` | In closed state. |
-| `locked` | Discussion has been locked. |
-| `opened` | In open state. |
+| <a id="issuestateall"></a>`all` | All available. |
+| <a id="issuestateclosed"></a>`closed` | In closed state. |
+| <a id="issuestatelocked"></a>`locked` | Discussion has been locked. |
+| <a id="issuestateopened"></a>`opened` | In open state. |
### `IssueStateEvent`
@@ -8114,8 +13269,8 @@ Values for issue state events.
| Value | Description |
| ----- | ----------- |
-| `CLOSE` | Closes the issue. |
-| `REOPEN` | Reopens the issue. |
+| <a id="issuestateeventclose"></a>`CLOSE` | Closes the issue. |
+| <a id="issuestateeventreopen"></a>`REOPEN` | Reopens the issue. |
### `IssueType`
@@ -8123,9 +13278,9 @@ Issue type.
| Value | Description |
| ----- | ----------- |
-| `INCIDENT` | Incident issue type. |
-| `ISSUE` | Issue issue type. |
-| `TEST_CASE` | Test Case issue type. |
+| <a id="issuetypeincident"></a>`INCIDENT` | Incident issue type. |
+| <a id="issuetypeissue"></a>`ISSUE` | Issue issue type. |
+| <a id="issuetypetest_case"></a>`TEST_CASE` | Test Case issue type. |
### `IterationState`
@@ -8133,11 +13288,11 @@ State of a GitLab iteration.
| Value | Description |
| ----- | ----------- |
-| `all` | |
-| `closed` | |
-| `opened` | |
-| `started` | |
-| `upcoming` | |
+| <a id="iterationstateall"></a>`all` | |
+| <a id="iterationstateclosed"></a>`closed` | |
+| <a id="iterationstateopened"></a>`opened` | |
+| <a id="iterationstatestarted"></a>`started` | |
+| <a id="iterationstateupcoming"></a>`upcoming` | |
### `IterationWildcardId`
@@ -8145,41 +13300,41 @@ Iteration ID wildcard values.
| Value | Description |
| ----- | ----------- |
-| `ANY` | An iteration is assigned. |
-| `CURRENT` | Current iteration. |
-| `NONE` | No iteration is assigned. |
+| <a id="iterationwildcardidany"></a>`ANY` | An iteration is assigned. |
+| <a id="iterationwildcardidcurrent"></a>`CURRENT` | Current iteration. |
+| <a id="iterationwildcardidnone"></a>`NONE` | No iteration is assigned. |
### `JobArtifactFileType`
| Value | Description |
| ----- | ----------- |
-| `ACCESSIBILITY` | ACCESSIBILITY job artifact file type. |
-| `API_FUZZING` | API FUZZING job artifact file type. |
-| `ARCHIVE` | ARCHIVE job artifact file type. |
-| `BROWSER_PERFORMANCE` | BROWSER PERFORMANCE job artifact file type. |
-| `CLUSTER_APPLICATIONS` | CLUSTER APPLICATIONS job artifact file type. |
-| `COBERTURA` | COBERTURA job artifact file type. |
-| `CODEQUALITY` | CODE QUALITY job artifact file type. |
-| `CONTAINER_SCANNING` | CONTAINER SCANNING job artifact file type. |
-| `COVERAGE_FUZZING` | COVERAGE FUZZING job artifact file type. |
-| `DAST` | DAST job artifact file type. |
-| `DEPENDENCY_SCANNING` | DEPENDENCY SCANNING job artifact file type. |
-| `DOTENV` | DOTENV job artifact file type. |
-| `JUNIT` | JUNIT job artifact file type. |
-| `LICENSE_MANAGEMENT` | LICENSE MANAGEMENT job artifact file type. |
-| `LICENSE_SCANNING` | LICENSE SCANNING job artifact file type. |
-| `LOAD_PERFORMANCE` | LOAD PERFORMANCE job artifact file type. |
-| `LSIF` | LSIF job artifact file type. |
-| `METADATA` | METADATA job artifact file type. |
-| `METRICS` | METRICS job artifact file type. |
-| `METRICS_REFEREE` | METRICS REFEREE job artifact file type. |
-| `NETWORK_REFEREE` | NETWORK REFEREE job artifact file type. |
-| `PERFORMANCE` | PERFORMANCE job artifact file type. |
-| `REQUIREMENTS` | REQUIREMENTS job artifact file type. |
-| `SAST` | SAST job artifact file type. |
-| `SECRET_DETECTION` | SECRET DETECTION job artifact file type. |
-| `TERRAFORM` | TERRAFORM job artifact file type. |
-| `TRACE` | TRACE job artifact file type. |
+| <a id="jobartifactfiletypeaccessibility"></a>`ACCESSIBILITY` | ACCESSIBILITY job artifact file type. |
+| <a id="jobartifactfiletypeapi_fuzzing"></a>`API_FUZZING` | API FUZZING job artifact file type. |
+| <a id="jobartifactfiletypearchive"></a>`ARCHIVE` | ARCHIVE job artifact file type. |
+| <a id="jobartifactfiletypebrowser_performance"></a>`BROWSER_PERFORMANCE` | BROWSER PERFORMANCE job artifact file type. |
+| <a id="jobartifactfiletypecluster_applications"></a>`CLUSTER_APPLICATIONS` | CLUSTER APPLICATIONS job artifact file type. |
+| <a id="jobartifactfiletypecobertura"></a>`COBERTURA` | COBERTURA job artifact file type. |
+| <a id="jobartifactfiletypecodequality"></a>`CODEQUALITY` | CODE QUALITY job artifact file type. |
+| <a id="jobartifactfiletypecontainer_scanning"></a>`CONTAINER_SCANNING` | CONTAINER SCANNING job artifact file type. |
+| <a id="jobartifactfiletypecoverage_fuzzing"></a>`COVERAGE_FUZZING` | COVERAGE FUZZING job artifact file type. |
+| <a id="jobartifactfiletypedast"></a>`DAST` | DAST job artifact file type. |
+| <a id="jobartifactfiletypedependency_scanning"></a>`DEPENDENCY_SCANNING` | DEPENDENCY SCANNING job artifact file type. |
+| <a id="jobartifactfiletypedotenv"></a>`DOTENV` | DOTENV job artifact file type. |
+| <a id="jobartifactfiletypejunit"></a>`JUNIT` | JUNIT job artifact file type. |
+| <a id="jobartifactfiletypelicense_management"></a>`LICENSE_MANAGEMENT` | LICENSE MANAGEMENT job artifact file type. |
+| <a id="jobartifactfiletypelicense_scanning"></a>`LICENSE_SCANNING` | LICENSE SCANNING job artifact file type. |
+| <a id="jobartifactfiletypeload_performance"></a>`LOAD_PERFORMANCE` | LOAD PERFORMANCE job artifact file type. |
+| <a id="jobartifactfiletypelsif"></a>`LSIF` | LSIF job artifact file type. |
+| <a id="jobartifactfiletypemetadata"></a>`METADATA` | METADATA job artifact file type. |
+| <a id="jobartifactfiletypemetrics"></a>`METRICS` | METRICS job artifact file type. |
+| <a id="jobartifactfiletypemetrics_referee"></a>`METRICS_REFEREE` | METRICS REFEREE job artifact file type. |
+| <a id="jobartifactfiletypenetwork_referee"></a>`NETWORK_REFEREE` | NETWORK REFEREE job artifact file type. |
+| <a id="jobartifactfiletypeperformance"></a>`PERFORMANCE` | PERFORMANCE job artifact file type. |
+| <a id="jobartifactfiletyperequirements"></a>`REQUIREMENTS` | REQUIREMENTS job artifact file type. |
+| <a id="jobartifactfiletypesast"></a>`SAST` | SAST job artifact file type. |
+| <a id="jobartifactfiletypesecret_detection"></a>`SECRET_DETECTION` | SECRET DETECTION job artifact file type. |
+| <a id="jobartifactfiletypeterraform"></a>`TERRAFORM` | TERRAFORM job artifact file type. |
+| <a id="jobartifactfiletypetrace"></a>`TRACE` | TRACE job artifact file type. |
### `ListLimitMetric`
@@ -8187,9 +13342,9 @@ List limit metric setting.
| Value | Description |
| ----- | ----------- |
-| `all_metrics` | |
-| `issue_count` | |
-| `issue_weights` | |
+| <a id="listlimitmetricall_metrics"></a>`all_metrics` | |
+| <a id="listlimitmetricissue_count"></a>`issue_count` | |
+| <a id="listlimitmetricissue_weights"></a>`issue_weights` | |
### `MeasurementIdentifier`
@@ -8197,16 +13352,16 @@ Possible identifier types for a measurement.
| Value | Description |
| ----- | ----------- |
-| `GROUPS` | Group count. |
-| `ISSUES` | Issue count. |
-| `MERGE_REQUESTS` | Merge request count. |
-| `PIPELINES` | Pipeline count. |
-| `PIPELINES_CANCELED` | Pipeline count with canceled status. |
-| `PIPELINES_FAILED` | Pipeline count with failed status. |
-| `PIPELINES_SKIPPED` | Pipeline count with skipped status. |
-| `PIPELINES_SUCCEEDED` | Pipeline count with success status. |
-| `PROJECTS` | Project count. |
-| `USERS` | User count. |
+| <a id="measurementidentifiergroups"></a>`GROUPS` | Group count. |
+| <a id="measurementidentifierissues"></a>`ISSUES` | Issue count. |
+| <a id="measurementidentifiermerge_requests"></a>`MERGE_REQUESTS` | Merge request count. |
+| <a id="measurementidentifierpipelines"></a>`PIPELINES` | Pipeline count. |
+| <a id="measurementidentifierpipelines_canceled"></a>`PIPELINES_CANCELED` | Pipeline count with canceled status. |
+| <a id="measurementidentifierpipelines_failed"></a>`PIPELINES_FAILED` | Pipeline count with failed status. |
+| <a id="measurementidentifierpipelines_skipped"></a>`PIPELINES_SKIPPED` | Pipeline count with skipped status. |
+| <a id="measurementidentifierpipelines_succeeded"></a>`PIPELINES_SUCCEEDED` | Pipeline count with success status. |
+| <a id="measurementidentifierprojects"></a>`PROJECTS` | Project count. |
+| <a id="measurementidentifierusers"></a>`USERS` | User count. |
### `MergeRequestNewState`
@@ -8214,8 +13369,8 @@ New state to apply to a merge request.
| Value | Description |
| ----- | ----------- |
-| `CLOSED` | Close the merge request if it is open. |
-| `OPEN` | Open the merge request if it is closed. |
+| <a id="mergerequestnewstateclosed"></a>`CLOSED` | Close the merge request if it is open. |
+| <a id="mergerequestnewstateopen"></a>`OPEN` | Open the merge request if it is closed. |
### `MergeRequestReviewState`
@@ -8223,8 +13378,8 @@ State of a review of a GitLab merge request.
| Value | Description |
| ----- | ----------- |
-| `REVIEWED` | The merge request is reviewed. |
-| `UNREVIEWED` | The merge request is unreviewed. |
+| <a id="mergerequestreviewstatereviewed"></a>`REVIEWED` | The merge request is reviewed. |
+| <a id="mergerequestreviewstateunreviewed"></a>`UNREVIEWED` | The merge request is unreviewed. |
### `MergeRequestSort`
@@ -8232,22 +13387,22 @@ Values for sorting merge requests.
| Value | Description |
| ----- | ----------- |
-| `CREATED_ASC` | Created at ascending order. |
-| `CREATED_DESC` | Created at descending order. |
-| `LABEL_PRIORITY_ASC` | Label priority by ascending order. |
-| `LABEL_PRIORITY_DESC` | Label priority by descending order. |
-| `MERGED_AT_ASC` | Merge time by ascending order. |
-| `MERGED_AT_DESC` | Merge time by descending order. |
-| `MILESTONE_DUE_ASC` | Milestone due date by ascending order. |
-| `MILESTONE_DUE_DESC` | Milestone due date by descending order. |
-| `PRIORITY_ASC` | Priority by ascending order. |
-| `PRIORITY_DESC` | Priority by descending order. |
-| `UPDATED_ASC` | Updated at ascending order. |
-| `UPDATED_DESC` | Updated at descending order. |
-| `created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
-| `created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
-| `updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
-| `updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
+| <a id="mergerequestsortcreated_asc"></a>`CREATED_ASC` | Created at ascending order. |
+| <a id="mergerequestsortcreated_desc"></a>`CREATED_DESC` | Created at descending order. |
+| <a id="mergerequestsortlabel_priority_asc"></a>`LABEL_PRIORITY_ASC` | Label priority by ascending order. |
+| <a id="mergerequestsortlabel_priority_desc"></a>`LABEL_PRIORITY_DESC` | Label priority by descending order. |
+| <a id="mergerequestsortmerged_at_asc"></a>`MERGED_AT_ASC` | Merge time by ascending order. |
+| <a id="mergerequestsortmerged_at_desc"></a>`MERGED_AT_DESC` | Merge time by descending order. |
+| <a id="mergerequestsortmilestone_due_asc"></a>`MILESTONE_DUE_ASC` | Milestone due date by ascending order. |
+| <a id="mergerequestsortmilestone_due_desc"></a>`MILESTONE_DUE_DESC` | Milestone due date by descending order. |
+| <a id="mergerequestsortpriority_asc"></a>`PRIORITY_ASC` | Priority by ascending order. |
+| <a id="mergerequestsortpriority_desc"></a>`PRIORITY_DESC` | Priority by descending order. |
+| <a id="mergerequestsortupdated_asc"></a>`UPDATED_ASC` | Updated at ascending order. |
+| <a id="mergerequestsortupdated_desc"></a>`UPDATED_DESC` | Updated at descending order. |
+| <a id="mergerequestsortcreated_asc"></a>`created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
+| <a id="mergerequestsortcreated_desc"></a>`created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
+| <a id="mergerequestsortupdated_asc"></a>`updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
+| <a id="mergerequestsortupdated_desc"></a>`updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
### `MergeRequestState`
@@ -8255,19 +13410,19 @@ State of a GitLab merge request.
| Value | Description |
| ----- | ----------- |
-| `all` | All available. |
-| `closed` | In closed state. |
-| `locked` | Discussion has been locked. |
-| `merged` | Merge request has been merged. |
-| `opened` | In open state. |
+| <a id="mergerequeststateall"></a>`all` | All available. |
+| <a id="mergerequeststateclosed"></a>`closed` | In closed state. |
+| <a id="mergerequeststatelocked"></a>`locked` | Discussion has been locked. |
+| <a id="mergerequeststatemerged"></a>`merged` | Merge request has been merged. |
+| <a id="mergerequeststateopened"></a>`opened` | In open state. |
### `MergeStrategyEnum`
| Value | Description |
| ----- | ----------- |
-| `ADD_TO_MERGE_TRAIN_WHEN_PIPELINE_SUCCEEDS` | Use the add_to_merge_train_when_pipeline_succeeds merge strategy. |
-| `MERGE_TRAIN` | Use the merge_train merge strategy. |
-| `MERGE_WHEN_PIPELINE_SUCCEEDS` | Use the merge_when_pipeline_succeeds merge strategy. |
+| <a id="mergestrategyenumadd_to_merge_train_when_pipeline_succeeds"></a>`ADD_TO_MERGE_TRAIN_WHEN_PIPELINE_SUCCEEDS` | Use the add_to_merge_train_when_pipeline_succeeds merge strategy. |
+| <a id="mergestrategyenummerge_train"></a>`MERGE_TRAIN` | Use the merge_train merge strategy. |
+| <a id="mergestrategyenummerge_when_pipeline_succeeds"></a>`MERGE_WHEN_PIPELINE_SUCCEEDS` | Use the merge_when_pipeline_succeeds merge strategy. |
### `MilestoneStateEnum`
@@ -8275,8 +13430,8 @@ Current state of milestone.
| Value | Description |
| ----- | ----------- |
-| `active` | Milestone is currently active. |
-| `closed` | Milestone is closed. |
+| <a id="milestonestateenumactive"></a>`active` | Milestone is currently active. |
+| <a id="milestonestateenumclosed"></a>`closed` | Milestone is closed. |
### `MoveType`
@@ -8284,8 +13439,8 @@ The position to which the adjacent object should be moved.
| Value | Description |
| ----- | ----------- |
-| `after` | The adjacent object will be moved after the object that is being moved. |
-| `before` | The adjacent object will be moved before the object that is being moved. |
+| <a id="movetypeafter"></a>`after` | The adjacent object will be moved after the object that is being moved. |
+| <a id="movetypebefore"></a>`before` | The adjacent object will be moved before the object that is being moved. |
### `MutationOperationMode`
@@ -8293,9 +13448,9 @@ Different toggles for changing mutator behavior.
| Value | Description |
| ----- | ----------- |
-| `APPEND` | Performs an append operation. |
-| `REMOVE` | Performs a removal operation. |
-| `REPLACE` | Performs a replace operation. |
+| <a id="mutationoperationmodeappend"></a>`APPEND` | Performs an append operation. |
+| <a id="mutationoperationmoderemove"></a>`REMOVE` | Performs a removal operation. |
+| <a id="mutationoperationmodereplace"></a>`REPLACE` | Performs a replace operation. |
### `NamespaceProjectSort`
@@ -8303,8 +13458,8 @@ Values for sorting projects.
| Value | Description |
| ----- | ----------- |
-| `SIMILARITY` | Most similar to the search query. |
-| `STORAGE` | Sort by storage size. |
+| <a id="namespaceprojectsortsimilarity"></a>`SIMILARITY` | Most similar to the search query. |
+| <a id="namespaceprojectsortstorage"></a>`STORAGE` | Sort by storage size. |
### `NegatedIterationWildcardId`
@@ -8312,7 +13467,7 @@ Negated Iteration ID wildcard values.
| Value | Description |
| ----- | ----------- |
-| `CURRENT` | Current iteration. |
+| <a id="negatediterationwildcardidcurrent"></a>`CURRENT` | Current iteration. |
### `OncallRotationUnitEnum`
@@ -8320,54 +13475,54 @@ Rotation length unit of an on-call rotation.
| Value | Description |
| ----- | ----------- |
-| `DAYS` | Days. |
-| `HOURS` | Hours. |
-| `WEEKS` | Weeks. |
+| <a id="oncallrotationunitenumdays"></a>`DAYS` | Days. |
+| <a id="oncallrotationunitenumhours"></a>`HOURS` | Hours. |
+| <a id="oncallrotationunitenumweeks"></a>`WEEKS` | Weeks. |
### `PackageTypeEnum`
| Value | Description |
| ----- | ----------- |
-| `COMPOSER` | Packages from the Composer package manager. |
-| `CONAN` | Packages from the Conan package manager. |
-| `DEBIAN` | Packages from the Debian package manager. |
-| `GENERIC` | Packages from the Generic package manager. |
-| `GOLANG` | Packages from the Golang package manager. |
-| `MAVEN` | Packages from the Maven package manager. |
-| `NPM` | Packages from the npm package manager. |
-| `NUGET` | Packages from the Nuget package manager. |
-| `PYPI` | Packages from the PyPI package manager. |
-| `RUBYGEMS` | Packages from the Rubygems package manager. |
+| <a id="packagetypeenumcomposer"></a>`COMPOSER` | Packages from the Composer package manager. |
+| <a id="packagetypeenumconan"></a>`CONAN` | Packages from the Conan package manager. |
+| <a id="packagetypeenumdebian"></a>`DEBIAN` | Packages from the Debian package manager. |
+| <a id="packagetypeenumgeneric"></a>`GENERIC` | Packages from the Generic package manager. |
+| <a id="packagetypeenumgolang"></a>`GOLANG` | Packages from the Golang package manager. |
+| <a id="packagetypeenummaven"></a>`MAVEN` | Packages from the Maven package manager. |
+| <a id="packagetypeenumnpm"></a>`NPM` | Packages from the npm package manager. |
+| <a id="packagetypeenumnuget"></a>`NUGET` | Packages from the Nuget package manager. |
+| <a id="packagetypeenumpypi"></a>`PYPI` | Packages from the PyPI package manager. |
+| <a id="packagetypeenumrubygems"></a>`RUBYGEMS` | Packages from the Rubygems package manager. |
### `PipelineConfigSourceEnum`
| Value | Description |
| ----- | ----------- |
-| `AUTO_DEVOPS_SOURCE` | Auto DevOps source. |
-| `BRIDGE_SOURCE` | Bridge source. |
-| `COMPLIANCE_SOURCE` | Compliance source. |
-| `EXTERNAL_PROJECT_SOURCE` | External project source. |
-| `PARAMETER_SOURCE` | Parameter source. |
-| `REMOTE_SOURCE` | Remote source. |
-| `REPOSITORY_SOURCE` | Repository source. |
-| `UNKNOWN_SOURCE` | Unknown source. |
-| `WEBIDE_SOURCE` | Webide source. |
+| <a id="pipelineconfigsourceenumauto_devops_source"></a>`AUTO_DEVOPS_SOURCE` | Auto DevOps source. |
+| <a id="pipelineconfigsourceenumbridge_source"></a>`BRIDGE_SOURCE` | Bridge source. |
+| <a id="pipelineconfigsourceenumcompliance_source"></a>`COMPLIANCE_SOURCE` | Compliance source. |
+| <a id="pipelineconfigsourceenumexternal_project_source"></a>`EXTERNAL_PROJECT_SOURCE` | External project source. |
+| <a id="pipelineconfigsourceenumparameter_source"></a>`PARAMETER_SOURCE` | Parameter source. |
+| <a id="pipelineconfigsourceenumremote_source"></a>`REMOTE_SOURCE` | Remote source. |
+| <a id="pipelineconfigsourceenumrepository_source"></a>`REPOSITORY_SOURCE` | Repository source. |
+| <a id="pipelineconfigsourceenumunknown_source"></a>`UNKNOWN_SOURCE` | Unknown source. |
+| <a id="pipelineconfigsourceenumwebide_source"></a>`WEBIDE_SOURCE` | Webide source. |
### `PipelineStatusEnum`
| Value | Description |
| ----- | ----------- |
-| `CANCELED` | Pipeline was canceled before completion. |
-| `CREATED` | Pipeline has been created. |
-| `FAILED` | At least one stage of the pipeline failed. |
-| `MANUAL` | Pipeline needs to be manually started. |
-| `PENDING` | Pipeline has not started running yet. |
-| `PREPARING` | Pipeline is preparing to run. |
-| `RUNNING` | Pipeline is running. |
-| `SCHEDULED` | Pipeline is scheduled to run. |
-| `SKIPPED` | Pipeline was skipped. |
-| `SUCCESS` | Pipeline completed successfully. |
-| `WAITING_FOR_RESOURCE` | A resource (for example, a runner) that the pipeline requires to run is unavailable. |
+| <a id="pipelinestatusenumcanceled"></a>`CANCELED` | Pipeline was canceled before completion. |
+| <a id="pipelinestatusenumcreated"></a>`CREATED` | Pipeline has been created. |
+| <a id="pipelinestatusenumfailed"></a>`FAILED` | At least one stage of the pipeline failed. |
+| <a id="pipelinestatusenummanual"></a>`MANUAL` | Pipeline needs to be manually started. |
+| <a id="pipelinestatusenumpending"></a>`PENDING` | Pipeline has not started running yet. |
+| <a id="pipelinestatusenumpreparing"></a>`PREPARING` | Pipeline is preparing to run. |
+| <a id="pipelinestatusenumrunning"></a>`RUNNING` | Pipeline is running. |
+| <a id="pipelinestatusenumscheduled"></a>`SCHEDULED` | Pipeline is scheduled to run. |
+| <a id="pipelinestatusenumskipped"></a>`SKIPPED` | Pipeline was skipped. |
+| <a id="pipelinestatusenumsuccess"></a>`SUCCESS` | Pipeline completed successfully. |
+| <a id="pipelinestatusenumwaiting_for_resource"></a>`WAITING_FOR_RESOURCE` | A resource (for example, a runner) that the pipeline requires to run is unavailable. |
### `ProjectMemberRelation`
@@ -8375,10 +13530,10 @@ Project member relation.
| Value | Description |
| ----- | ----------- |
-| `DESCENDANTS` | Descendants members. |
-| `DIRECT` | Direct members. |
-| `INHERITED` | Inherited members. |
-| `INVITED_GROUPS` | Invited Groups members. |
+| <a id="projectmemberrelationdescendants"></a>`DESCENDANTS` | Descendants members. |
+| <a id="projectmemberrelationdirect"></a>`DIRECT` | Direct members. |
+| <a id="projectmemberrelationinherited"></a>`INHERITED` | Inherited members. |
+| <a id="projectmemberrelationinvited_groups"></a>`INVITED_GROUPS` | Invited Groups members. |
### `RegistryState`
@@ -8386,10 +13541,10 @@ State of a Geo registry.
| Value | Description |
| ----- | ----------- |
-| `FAILED` | Registry that failed to sync. |
-| `PENDING` | Registry waiting to be synced. |
-| `STARTED` | Registry currently syncing. |
-| `SYNCED` | Registry that is synced. |
+| <a id="registrystatefailed"></a>`FAILED` | Registry that failed to sync. |
+| <a id="registrystatepending"></a>`PENDING` | Registry waiting to be synced. |
+| <a id="registrystatestarted"></a>`STARTED` | Registry currently syncing. |
+| <a id="registrystatesynced"></a>`SYNCED` | Registry that is synced. |
### `ReleaseAssetLinkType`
@@ -8397,10 +13552,10 @@ Type of the link: `other`, `runbook`, `image`, `package`.
| Value | Description |
| ----- | ----------- |
-| `IMAGE` | Image link type. |
-| `OTHER` | Other link type. |
-| `PACKAGE` | Package link type. |
-| `RUNBOOK` | Runbook link type. |
+| <a id="releaseassetlinktypeimage"></a>`IMAGE` | Image link type. |
+| <a id="releaseassetlinktypeother"></a>`OTHER` | Other link type. |
+| <a id="releaseassetlinktypepackage"></a>`PACKAGE` | Package link type. |
+| <a id="releaseassetlinktyperunbook"></a>`RUNBOOK` | Runbook link type. |
### `ReleaseSort`
@@ -8408,10 +13563,10 @@ Values for sorting releases.
| Value | Description |
| ----- | ----------- |
-| `CREATED_ASC` | Created at ascending order. |
-| `CREATED_DESC` | Created at descending order. |
-| `RELEASED_AT_ASC` | Released at by ascending order. |
-| `RELEASED_AT_DESC` | Released at by descending order. |
+| <a id="releasesortcreated_asc"></a>`CREATED_ASC` | Created at ascending order. |
+| <a id="releasesortcreated_desc"></a>`CREATED_DESC` | Created at descending order. |
+| <a id="releasesortreleased_at_asc"></a>`RELEASED_AT_ASC` | Released at by ascending order. |
+| <a id="releasesortreleased_at_desc"></a>`RELEASED_AT_DESC` | Released at by descending order. |
### `RequirementState`
@@ -8419,8 +13574,8 @@ State of a requirement.
| Value | Description |
| ----- | ----------- |
-| `ARCHIVED` | |
-| `OPENED` | |
+| <a id="requirementstatearchived"></a>`ARCHIVED` | |
+| <a id="requirementstateopened"></a>`OPENED` | |
### `RequirementStatusFilter`
@@ -8428,9 +13583,9 @@ Status of a requirement based on last test report.
| Value | Description |
| ----- | ----------- |
-| `FAILED` | |
-| `MISSING` | Requirements without any test report. |
-| `PASSED` | |
+| <a id="requirementstatusfilterfailed"></a>`FAILED` | |
+| <a id="requirementstatusfiltermissing"></a>`MISSING` | Requirements without any test report. |
+| <a id="requirementstatusfilterpassed"></a>`PASSED` | |
### `SastUiComponentSize`
@@ -8438,21 +13593,21 @@ Size of UI component in SAST configuration page.
| Value | Description |
| ----- | ----------- |
-| `LARGE` | The size of UI component in SAST configuration page is large. |
-| `MEDIUM` | The size of UI component in SAST configuration page is medium. |
-| `SMALL` | The size of UI component in SAST configuration page is small. |
+| <a id="sastuicomponentsizelarge"></a>`LARGE` | The size of UI component in SAST configuration page is large. |
+| <a id="sastuicomponentsizemedium"></a>`MEDIUM` | The size of UI component in SAST configuration page is medium. |
+| <a id="sastuicomponentsizesmall"></a>`SMALL` | The size of UI component in SAST configuration page is small. |
### `SecurityReportTypeEnum`
| Value | Description |
| ----- | ----------- |
-| `API_FUZZING` | API FUZZING scan report. |
-| `CONTAINER_SCANNING` | CONTAINER SCANNING scan report. |
-| `COVERAGE_FUZZING` | COVERAGE FUZZING scan report. |
-| `DAST` | DAST scan report. |
-| `DEPENDENCY_SCANNING` | DEPENDENCY SCANNING scan report. |
-| `SAST` | SAST scan report. |
-| `SECRET_DETECTION` | SECRET DETECTION scan report. |
+| <a id="securityreporttypeenumapi_fuzzing"></a>`API_FUZZING` | API FUZZING scan report. |
+| <a id="securityreporttypeenumcontainer_scanning"></a>`CONTAINER_SCANNING` | CONTAINER SCANNING scan report. |
+| <a id="securityreporttypeenumcoverage_fuzzing"></a>`COVERAGE_FUZZING` | COVERAGE FUZZING scan report. |
+| <a id="securityreporttypeenumdast"></a>`DAST` | DAST scan report. |
+| <a id="securityreporttypeenumdependency_scanning"></a>`DEPENDENCY_SCANNING` | DEPENDENCY SCANNING scan report. |
+| <a id="securityreporttypeenumsast"></a>`SAST` | SAST scan report. |
+| <a id="securityreporttypeenumsecret_detection"></a>`SECRET_DETECTION` | SECRET DETECTION scan report. |
### `SecurityScannerType`
@@ -8460,13 +13615,13 @@ The type of the security scanner.
| Value | Description |
| ----- | ----------- |
-| `API_FUZZING` | |
-| `CONTAINER_SCANNING` | |
-| `COVERAGE_FUZZING` | |
-| `DAST` | |
-| `DEPENDENCY_SCANNING` | |
-| `SAST` | |
-| `SECRET_DETECTION` | |
+| <a id="securityscannertypeapi_fuzzing"></a>`API_FUZZING` | |
+| <a id="securityscannertypecontainer_scanning"></a>`CONTAINER_SCANNING` | |
+| <a id="securityscannertypecoverage_fuzzing"></a>`COVERAGE_FUZZING` | |
+| <a id="securityscannertypedast"></a>`DAST` | |
+| <a id="securityscannertypedependency_scanning"></a>`DEPENDENCY_SCANNING` | |
+| <a id="securityscannertypesast"></a>`SAST` | |
+| <a id="securityscannertypesecret_detection"></a>`SECRET_DETECTION` | |
### `SentryErrorStatus`
@@ -8474,50 +13629,50 @@ State of a Sentry error.
| Value | Description |
| ----- | ----------- |
-| `IGNORED` | Error has been ignored. |
-| `RESOLVED` | Error has been resolved. |
-| `RESOLVED_IN_NEXT_RELEASE` | Error has been ignored until next release. |
-| `UNRESOLVED` | Error is unresolved. |
+| <a id="sentryerrorstatusignored"></a>`IGNORED` | Error has been ignored. |
+| <a id="sentryerrorstatusresolved"></a>`RESOLVED` | Error has been resolved. |
+| <a id="sentryerrorstatusresolved_in_next_release"></a>`RESOLVED_IN_NEXT_RELEASE` | Error has been ignored until next release. |
+| <a id="sentryerrorstatusunresolved"></a>`UNRESOLVED` | Error is unresolved. |
### `ServiceType`
| Value | Description |
| ----- | ----------- |
-| `ASANA_SERVICE` | AsanaService type. |
-| `ASSEMBLA_SERVICE` | AssemblaService type. |
-| `BAMBOO_SERVICE` | BambooService type. |
-| `BUGZILLA_SERVICE` | BugzillaService type. |
-| `BUILDKITE_SERVICE` | BuildkiteService type. |
-| `CAMPFIRE_SERVICE` | CampfireService type. |
-| `CONFLUENCE_SERVICE` | ConfluenceService type. |
-| `CUSTOM_ISSUE_TRACKER_SERVICE` | CustomIssueTrackerService type. |
-| `DATADOG_SERVICE` | DatadogService type. |
-| `DISCORD_SERVICE` | DiscordService type. |
-| `DRONE_CI_SERVICE` | DroneCiService type. |
-| `EMAILS_ON_PUSH_SERVICE` | EmailsOnPushService type. |
-| `EWM_SERVICE` | EwmService type. |
-| `EXTERNAL_WIKI_SERVICE` | ExternalWikiService type. |
-| `FLOWDOCK_SERVICE` | FlowdockService type. |
-| `GITHUB_SERVICE` | GithubService type. |
-| `HANGOUTS_CHAT_SERVICE` | HangoutsChatService type. |
-| `IRKER_SERVICE` | IrkerService type. |
-| `JENKINS_SERVICE` | JenkinsService type. |
-| `JIRA_SERVICE` | JiraService type. |
-| `MATTERMOST_SERVICE` | MattermostService type. |
-| `MATTERMOST_SLASH_COMMANDS_SERVICE` | MattermostSlashCommandsService type. |
-| `MICROSOFT_TEAMS_SERVICE` | MicrosoftTeamsService type. |
-| `PACKAGIST_SERVICE` | PackagistService type. |
-| `PIPELINES_EMAIL_SERVICE` | PipelinesEmailService type. |
-| `PIVOTALTRACKER_SERVICE` | PivotaltrackerService type. |
-| `PROMETHEUS_SERVICE` | PrometheusService type. |
-| `PUSHOVER_SERVICE` | PushoverService type. |
-| `REDMINE_SERVICE` | RedmineService type. |
-| `SLACK_SERVICE` | SlackService type. |
-| `SLACK_SLASH_COMMANDS_SERVICE` | SlackSlashCommandsService type. |
-| `TEAMCITY_SERVICE` | TeamcityService type. |
-| `UNIFY_CIRCUIT_SERVICE` | UnifyCircuitService type. |
-| `WEBEX_TEAMS_SERVICE` | WebexTeamsService type. |
-| `YOUTRACK_SERVICE` | YoutrackService type. |
+| <a id="servicetypeasana_service"></a>`ASANA_SERVICE` | AsanaService type. |
+| <a id="servicetypeassembla_service"></a>`ASSEMBLA_SERVICE` | AssemblaService type. |
+| <a id="servicetypebamboo_service"></a>`BAMBOO_SERVICE` | BambooService type. |
+| <a id="servicetypebugzilla_service"></a>`BUGZILLA_SERVICE` | BugzillaService type. |
+| <a id="servicetypebuildkite_service"></a>`BUILDKITE_SERVICE` | BuildkiteService type. |
+| <a id="servicetypecampfire_service"></a>`CAMPFIRE_SERVICE` | CampfireService type. |
+| <a id="servicetypeconfluence_service"></a>`CONFLUENCE_SERVICE` | ConfluenceService type. |
+| <a id="servicetypecustom_issue_tracker_service"></a>`CUSTOM_ISSUE_TRACKER_SERVICE` | CustomIssueTrackerService type. |
+| <a id="servicetypedatadog_service"></a>`DATADOG_SERVICE` | DatadogService type. |
+| <a id="servicetypediscord_service"></a>`DISCORD_SERVICE` | DiscordService type. |
+| <a id="servicetypedrone_ci_service"></a>`DRONE_CI_SERVICE` | DroneCiService type. |
+| <a id="servicetypeemails_on_push_service"></a>`EMAILS_ON_PUSH_SERVICE` | EmailsOnPushService type. |
+| <a id="servicetypeewm_service"></a>`EWM_SERVICE` | EwmService type. |
+| <a id="servicetypeexternal_wiki_service"></a>`EXTERNAL_WIKI_SERVICE` | ExternalWikiService type. |
+| <a id="servicetypeflowdock_service"></a>`FLOWDOCK_SERVICE` | FlowdockService type. |
+| <a id="servicetypegithub_service"></a>`GITHUB_SERVICE` | GithubService type. |
+| <a id="servicetypehangouts_chat_service"></a>`HANGOUTS_CHAT_SERVICE` | HangoutsChatService type. |
+| <a id="servicetypeirker_service"></a>`IRKER_SERVICE` | IrkerService type. |
+| <a id="servicetypejenkins_service"></a>`JENKINS_SERVICE` | JenkinsService type. |
+| <a id="servicetypejira_service"></a>`JIRA_SERVICE` | JiraService type. |
+| <a id="servicetypemattermost_service"></a>`MATTERMOST_SERVICE` | MattermostService type. |
+| <a id="servicetypemattermost_slash_commands_service"></a>`MATTERMOST_SLASH_COMMANDS_SERVICE` | MattermostSlashCommandsService type. |
+| <a id="servicetypemicrosoft_teams_service"></a>`MICROSOFT_TEAMS_SERVICE` | MicrosoftTeamsService type. |
+| <a id="servicetypepackagist_service"></a>`PACKAGIST_SERVICE` | PackagistService type. |
+| <a id="servicetypepipelines_email_service"></a>`PIPELINES_EMAIL_SERVICE` | PipelinesEmailService type. |
+| <a id="servicetypepivotaltracker_service"></a>`PIVOTALTRACKER_SERVICE` | PivotaltrackerService type. |
+| <a id="servicetypeprometheus_service"></a>`PROMETHEUS_SERVICE` | PrometheusService type. |
+| <a id="servicetypepushover_service"></a>`PUSHOVER_SERVICE` | PushoverService type. |
+| <a id="servicetyperedmine_service"></a>`REDMINE_SERVICE` | RedmineService type. |
+| <a id="servicetypeslack_service"></a>`SLACK_SERVICE` | SlackService type. |
+| <a id="servicetypeslack_slash_commands_service"></a>`SLACK_SLASH_COMMANDS_SERVICE` | SlackSlashCommandsService type. |
+| <a id="servicetypeteamcity_service"></a>`TEAMCITY_SERVICE` | TeamcityService type. |
+| <a id="servicetypeunify_circuit_service"></a>`UNIFY_CIRCUIT_SERVICE` | UnifyCircuitService type. |
+| <a id="servicetypewebex_teams_service"></a>`WEBEX_TEAMS_SERVICE` | WebexTeamsService type. |
+| <a id="servicetypeyoutrack_service"></a>`YOUTRACK_SERVICE` | YoutrackService type. |
### `SnippetBlobActionEnum`
@@ -8525,10 +13680,10 @@ Type of a snippet blob input action.
| Value | Description |
| ----- | ----------- |
-| `create` | |
-| `delete` | |
-| `move` | |
-| `update` | |
+| <a id="snippetblobactionenumcreate"></a>`create` | |
+| <a id="snippetblobactionenumdelete"></a>`delete` | |
+| <a id="snippetblobactionenummove"></a>`move` | |
+| <a id="snippetblobactionenumupdate"></a>`update` | |
### `Sort`
@@ -8536,23 +13691,23 @@ Common sort values.
| Value | Description |
| ----- | ----------- |
-| `CREATED_ASC` | Created at ascending order. |
-| `CREATED_DESC` | Created at descending order. |
-| `UPDATED_ASC` | Updated at ascending order. |
-| `UPDATED_DESC` | Updated at descending order. |
-| `created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
-| `created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
-| `updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
-| `updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
+| <a id="sortcreated_asc"></a>`CREATED_ASC` | Created at ascending order. |
+| <a id="sortcreated_desc"></a>`CREATED_DESC` | Created at descending order. |
+| <a id="sortupdated_asc"></a>`UPDATED_ASC` | Updated at ascending order. |
+| <a id="sortupdated_desc"></a>`UPDATED_DESC` | Updated at descending order. |
+| <a id="sortcreated_asc"></a>`created_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_ASC`. Deprecated in 13.5. |
+| <a id="sortcreated_desc"></a>`created_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `CREATED_DESC`. Deprecated in 13.5. |
+| <a id="sortupdated_asc"></a>`updated_asc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_ASC`. Deprecated in 13.5. |
+| <a id="sortupdated_desc"></a>`updated_desc` **{warning-solid}** | **Deprecated:** This was renamed. Please use `UPDATED_DESC`. Deprecated in 13.5. |
### `TestCaseStatus`
| Value | Description |
| ----- | ----------- |
-| `error` | Test case that has a status of error. |
-| `failed` | Test case that has a status of failed. |
-| `skipped` | Test case that has a status of skipped. |
-| `success` | Test case that has a status of success. |
+| <a id="testcasestatuserror"></a>`error` | Test case that has a status of error. |
+| <a id="testcasestatusfailed"></a>`failed` | Test case that has a status of failed. |
+| <a id="testcasestatusskipped"></a>`skipped` | Test case that has a status of skipped. |
+| <a id="testcasestatussuccess"></a>`success` | Test case that has a status of success. |
### `TestReportState`
@@ -8560,47 +13715,47 @@ State of a test report.
| Value | Description |
| ----- | ----------- |
-| `FAILED` | |
-| `PASSED` | |
+| <a id="testreportstatefailed"></a>`FAILED` | |
+| <a id="testreportstatepassed"></a>`PASSED` | |
### `TodoActionEnum`
| Value | Description |
| ----- | ----------- |
-| `approval_required` | User was set as an approver. |
-| `assigned` | User was assigned. |
-| `build_failed` | Build triggered by the user failed. |
-| `directly_addressed` | User was directly addressed. |
-| `marked` | User added a TODO. |
-| `mentioned` | User was mentioned. |
-| `merge_train_removed` | Merge request authored by the user was removed from the merge train. |
-| `review_requested` | Review was requested from the user. |
-| `unmergeable` | Merge request authored by the user could not be merged. |
+| <a id="todoactionenumapproval_required"></a>`approval_required` | User was set as an approver. |
+| <a id="todoactionenumassigned"></a>`assigned` | User was assigned. |
+| <a id="todoactionenumbuild_failed"></a>`build_failed` | Build triggered by the user failed. |
+| <a id="todoactionenumdirectly_addressed"></a>`directly_addressed` | User was directly addressed. |
+| <a id="todoactionenummarked"></a>`marked` | User added a TODO. |
+| <a id="todoactionenummentioned"></a>`mentioned` | User was mentioned. |
+| <a id="todoactionenummerge_train_removed"></a>`merge_train_removed` | Merge request authored by the user was removed from the merge train. |
+| <a id="todoactionenumreview_requested"></a>`review_requested` | Review was requested from the user. |
+| <a id="todoactionenumunmergeable"></a>`unmergeable` | Merge request authored by the user could not be merged. |
### `TodoStateEnum`
| Value | Description |
| ----- | ----------- |
-| `done` | The state of the todo is done. |
-| `pending` | The state of the todo is pending. |
+| <a id="todostateenumdone"></a>`done` | The state of the todo is done. |
+| <a id="todostateenumpending"></a>`pending` | The state of the todo is pending. |
### `TodoTargetEnum`
| Value | Description |
| ----- | ----------- |
-| `ALERT` | An Alert. |
-| `COMMIT` | A Commit. |
-| `DESIGN` | A Design. |
-| `EPIC` | An Epic. |
-| `ISSUE` | An Issue. |
-| `MERGEREQUEST` | A MergeRequest. |
+| <a id="todotargetenumalert"></a>`ALERT` | An Alert. |
+| <a id="todotargetenumcommit"></a>`COMMIT` | A Commit. |
+| <a id="todotargetenumdesign"></a>`DESIGN` | A Design. |
+| <a id="todotargetenumepic"></a>`EPIC` | An Epic. |
+| <a id="todotargetenumissue"></a>`ISSUE` | An Issue. |
+| <a id="todotargetenummergerequest"></a>`MERGEREQUEST` | A MergeRequest. |
### `TypeEnum`
| Value | Description |
| ----- | ----------- |
-| `personal` | |
-| `project` | |
+| <a id="typeenumpersonal"></a>`personal` | |
+| <a id="typeenumproject"></a>`project` | |
### `UserCalloutFeatureNameEnum`
@@ -8608,33 +13763,33 @@ Name of the feature that the callout is for.
| Value | Description |
| ----- | ----------- |
-| `ACCOUNT_RECOVERY_REGULAR_CHECK` | Callout feature name for account_recovery_regular_check. |
-| `ACTIVE_USER_COUNT_THRESHOLD` | Callout feature name for active_user_count_threshold. |
-| `ADMIN_INTEGRATIONS_MOVED` | Callout feature name for admin_integrations_moved. |
-| `BUY_PIPELINE_MINUTES_NOTIFICATION_DOT` | Callout feature name for buy_pipeline_minutes_notification_dot. |
-| `CANARY_DEPLOYMENT` | Callout feature name for canary_deployment. |
-| `CLUSTER_SECURITY_WARNING` | Callout feature name for cluster_security_warning. |
-| `CUSTOMIZE_HOMEPAGE` | Callout feature name for customize_homepage. |
-| `EOA_BRONZE_PLAN_BANNER` | Callout feature name for eoa_bronze_plan_banner. |
-| `FEATURE_FLAGS_NEW_VERSION` | Callout feature name for feature_flags_new_version. |
-| `GCP_SIGNUP_OFFER` | Callout feature name for gcp_signup_offer. |
-| `GEO_ENABLE_HASHED_STORAGE` | Callout feature name for geo_enable_hashed_storage. |
-| `GEO_MIGRATE_HASHED_STORAGE` | Callout feature name for geo_migrate_hashed_storage. |
-| `GKE_CLUSTER_INTEGRATION` | Callout feature name for gke_cluster_integration. |
-| `GOLD_TRIAL_BILLINGS` | Callout feature name for gold_trial_billings. |
-| `NEW_USER_SIGNUPS_CAP_REACHED` | Callout feature name for new_user_signups_cap_reached. |
-| `PERSONAL_ACCESS_TOKEN_EXPIRY` | Callout feature name for personal_access_token_expiry. |
-| `PIPELINE_NEEDS_BANNER` | Callout feature name for pipeline_needs_banner. |
-| `REGISTRATION_ENABLED_CALLOUT` | Callout feature name for registration_enabled_callout. |
-| `SERVICE_TEMPLATES_DEPRECATED_CALLOUT` | Callout feature name for service_templates_deprecated_callout. |
-| `SUGGEST_PIPELINE` | Callout feature name for suggest_pipeline. |
-| `SUGGEST_POPOVER_DISMISSED` | Callout feature name for suggest_popover_dismissed. |
-| `TABS_POSITION_HIGHLIGHT` | Callout feature name for tabs_position_highlight. |
-| `THREAT_MONITORING_INFO` | Callout feature name for threat_monitoring_info. |
-| `ULTIMATE_TRIAL` | Callout feature name for ultimate_trial. |
-| `UNFINISHED_TAG_CLEANUP_CALLOUT` | Callout feature name for unfinished_tag_cleanup_callout. |
-| `WEBHOOKS_MOVED` | Callout feature name for webhooks_moved. |
-| `WEB_IDE_ALERT_DISMISSED` | Callout feature name for web_ide_alert_dismissed. |
+| <a id="usercalloutfeaturenameenumaccount_recovery_regular_check"></a>`ACCOUNT_RECOVERY_REGULAR_CHECK` | Callout feature name for account_recovery_regular_check. |
+| <a id="usercalloutfeaturenameenumactive_user_count_threshold"></a>`ACTIVE_USER_COUNT_THRESHOLD` | Callout feature name for active_user_count_threshold. |
+| <a id="usercalloutfeaturenameenumadmin_integrations_moved"></a>`ADMIN_INTEGRATIONS_MOVED` | Callout feature name for admin_integrations_moved. |
+| <a id="usercalloutfeaturenameenumbuy_pipeline_minutes_notification_dot"></a>`BUY_PIPELINE_MINUTES_NOTIFICATION_DOT` | Callout feature name for buy_pipeline_minutes_notification_dot. |
+| <a id="usercalloutfeaturenameenumcanary_deployment"></a>`CANARY_DEPLOYMENT` | Callout feature name for canary_deployment. |
+| <a id="usercalloutfeaturenameenumcluster_security_warning"></a>`CLUSTER_SECURITY_WARNING` | Callout feature name for cluster_security_warning. |
+| <a id="usercalloutfeaturenameenumcustomize_homepage"></a>`CUSTOMIZE_HOMEPAGE` | Callout feature name for customize_homepage. |
+| <a id="usercalloutfeaturenameenumeoa_bronze_plan_banner"></a>`EOA_BRONZE_PLAN_BANNER` | Callout feature name for eoa_bronze_plan_banner. |
+| <a id="usercalloutfeaturenameenumfeature_flags_new_version"></a>`FEATURE_FLAGS_NEW_VERSION` | Callout feature name for feature_flags_new_version. |
+| <a id="usercalloutfeaturenameenumgcp_signup_offer"></a>`GCP_SIGNUP_OFFER` | Callout feature name for gcp_signup_offer. |
+| <a id="usercalloutfeaturenameenumgeo_enable_hashed_storage"></a>`GEO_ENABLE_HASHED_STORAGE` | Callout feature name for geo_enable_hashed_storage. |
+| <a id="usercalloutfeaturenameenumgeo_migrate_hashed_storage"></a>`GEO_MIGRATE_HASHED_STORAGE` | Callout feature name for geo_migrate_hashed_storage. |
+| <a id="usercalloutfeaturenameenumgke_cluster_integration"></a>`GKE_CLUSTER_INTEGRATION` | Callout feature name for gke_cluster_integration. |
+| <a id="usercalloutfeaturenameenumgold_trial_billings"></a>`GOLD_TRIAL_BILLINGS` | Callout feature name for gold_trial_billings. |
+| <a id="usercalloutfeaturenameenumnew_user_signups_cap_reached"></a>`NEW_USER_SIGNUPS_CAP_REACHED` | Callout feature name for new_user_signups_cap_reached. |
+| <a id="usercalloutfeaturenameenumpersonal_access_token_expiry"></a>`PERSONAL_ACCESS_TOKEN_EXPIRY` | Callout feature name for personal_access_token_expiry. |
+| <a id="usercalloutfeaturenameenumpipeline_needs_banner"></a>`PIPELINE_NEEDS_BANNER` | Callout feature name for pipeline_needs_banner. |
+| <a id="usercalloutfeaturenameenumregistration_enabled_callout"></a>`REGISTRATION_ENABLED_CALLOUT` | Callout feature name for registration_enabled_callout. |
+| <a id="usercalloutfeaturenameenumservice_templates_deprecated_callout"></a>`SERVICE_TEMPLATES_DEPRECATED_CALLOUT` | Callout feature name for service_templates_deprecated_callout. |
+| <a id="usercalloutfeaturenameenumsuggest_pipeline"></a>`SUGGEST_PIPELINE` | Callout feature name for suggest_pipeline. |
+| <a id="usercalloutfeaturenameenumsuggest_popover_dismissed"></a>`SUGGEST_POPOVER_DISMISSED` | Callout feature name for suggest_popover_dismissed. |
+| <a id="usercalloutfeaturenameenumtabs_position_highlight"></a>`TABS_POSITION_HIGHLIGHT` | Callout feature name for tabs_position_highlight. |
+| <a id="usercalloutfeaturenameenumthreat_monitoring_info"></a>`THREAT_MONITORING_INFO` | Callout feature name for threat_monitoring_info. |
+| <a id="usercalloutfeaturenameenumultimate_trial"></a>`ULTIMATE_TRIAL` | Callout feature name for ultimate_trial. |
+| <a id="usercalloutfeaturenameenumunfinished_tag_cleanup_callout"></a>`UNFINISHED_TAG_CLEANUP_CALLOUT` | Callout feature name for unfinished_tag_cleanup_callout. |
+| <a id="usercalloutfeaturenameenumwebhooks_moved"></a>`WEBHOOKS_MOVED` | Callout feature name for webhooks_moved. |
+| <a id="usercalloutfeaturenameenumweb_ide_alert_dismissed"></a>`WEB_IDE_ALERT_DISMISSED` | Callout feature name for web_ide_alert_dismissed. |
### `UserState`
@@ -8642,25 +13797,25 @@ Possible states of a user.
| Value | Description |
| ----- | ----------- |
-| `active` | The user is active and is able to use the system. |
-| `blocked` | The user has been blocked and is prevented from using the system. |
-| `deactivated` | The user is no longer active and is unable to use the system. |
+| <a id="userstateactive"></a>`active` | The user is active and is able to use the system. |
+| <a id="userstateblocked"></a>`blocked` | The user has been blocked and is prevented from using the system. |
+| <a id="userstatedeactivated"></a>`deactivated` | The user is no longer active and is unable to use the system. |
### `VisibilityLevelsEnum`
| Value | Description |
| ----- | ----------- |
-| `internal` | Internal visibility level. |
-| `private` | Private visibility level. |
-| `public` | Public visibility level. |
+| <a id="visibilitylevelsenuminternal"></a>`internal` | Internal visibility level. |
+| <a id="visibilitylevelsenumprivate"></a>`private` | Private visibility level. |
+| <a id="visibilitylevelsenumpublic"></a>`public` | Public visibility level. |
### `VisibilityScopesEnum`
| Value | Description |
| ----- | ----------- |
-| `internal` | |
-| `private` | |
-| `public` | |
+| <a id="visibilityscopesenuminternal"></a>`internal` | |
+| <a id="visibilityscopesenumprivate"></a>`private` | |
+| <a id="visibilityscopesenumpublic"></a>`public` | |
### `VulnerabilityDismissalReason`
@@ -8668,11 +13823,11 @@ The dismissal reason of the Vulnerability.
| Value | Description |
| ----- | ----------- |
-| `ACCEPTABLE_RISK` | The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk. |
-| `FALSE_POSITIVE` | An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present. |
-| `MITIGATING_CONTROL` | A management, operational, or technical control (that is, safeguard or countermeasure) employed by an organization that provides equivalent or comparable protection for an information system. |
-| `NOT_APPLICABLE` | The vulnerability is known, and has not been remediated or mitigated, but is considered to be in a part of the application that will not be updated. |
-| `USED_IN_TESTS` | The finding is not a vulnerability because it is part of a test or is test data. |
+| <a id="vulnerabilitydismissalreasonacceptable_risk"></a>`ACCEPTABLE_RISK` | The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk. |
+| <a id="vulnerabilitydismissalreasonfalse_positive"></a>`FALSE_POSITIVE` | An error in reporting in which a test result incorrectly indicates the presence of a vulnerability in a system when the vulnerability is not present. |
+| <a id="vulnerabilitydismissalreasonmitigating_control"></a>`MITIGATING_CONTROL` | A management, operational, or technical control (that is, safeguard or countermeasure) employed by an organization that provides equivalent or comparable protection for an information system. |
+| <a id="vulnerabilitydismissalreasonnot_applicable"></a>`NOT_APPLICABLE` | The vulnerability is known, and has not been remediated or mitigated, but is considered to be in a part of the application that will not be updated. |
+| <a id="vulnerabilitydismissalreasonused_in_tests"></a>`USED_IN_TESTS` | The finding is not a vulnerability because it is part of a test or is test data. |
### `VulnerabilityExternalIssueLinkExternalTracker`
@@ -8680,7 +13835,7 @@ The external tracker of the external issue link related to a vulnerability.
| Value | Description |
| ----- | ----------- |
-| `JIRA` | Jira external tracker. |
+| <a id="vulnerabilityexternalissuelinkexternaltrackerjira"></a>`JIRA` | Jira external tracker. |
### `VulnerabilityExternalIssueLinkType`
@@ -8688,7 +13843,7 @@ The type of the external issue link related to a vulnerability.
| Value | Description |
| ----- | ----------- |
-| `CREATED` | Created link type. |
+| <a id="vulnerabilityexternalissuelinktypecreated"></a>`CREATED` | Created link type. |
### `VulnerabilityGrade`
@@ -8696,11 +13851,11 @@ The grade of the vulnerable project.
| Value | Description |
| ----- | ----------- |
-| `A` | |
-| `B` | |
-| `C` | |
-| `D` | |
-| `F` | |
+| <a id="vulnerabilitygradea"></a>`A` | |
+| <a id="vulnerabilitygradeb"></a>`B` | |
+| <a id="vulnerabilitygradec"></a>`C` | |
+| <a id="vulnerabilitygraded"></a>`D` | |
+| <a id="vulnerabilitygradef"></a>`F` | |
### `VulnerabilityIssueLinkType`
@@ -8708,8 +13863,8 @@ The type of the issue link related to a vulnerability.
| Value | Description |
| ----- | ----------- |
-| `CREATED` | |
-| `RELATED` | |
+| <a id="vulnerabilityissuelinktypecreated"></a>`CREATED` | |
+| <a id="vulnerabilityissuelinktyperelated"></a>`RELATED` | |
### `VulnerabilityReportType`
@@ -8717,13 +13872,13 @@ The type of the security scan that found the vulnerability.
| Value | Description |
| ----- | ----------- |
-| `API_FUZZING` | |
-| `CONTAINER_SCANNING` | |
-| `COVERAGE_FUZZING` | |
-| `DAST` | |
-| `DEPENDENCY_SCANNING` | |
-| `SAST` | |
-| `SECRET_DETECTION` | |
+| <a id="vulnerabilityreporttypeapi_fuzzing"></a>`API_FUZZING` | |
+| <a id="vulnerabilityreporttypecontainer_scanning"></a>`CONTAINER_SCANNING` | |
+| <a id="vulnerabilityreporttypecoverage_fuzzing"></a>`COVERAGE_FUZZING` | |
+| <a id="vulnerabilityreporttypedast"></a>`DAST` | |
+| <a id="vulnerabilityreporttypedependency_scanning"></a>`DEPENDENCY_SCANNING` | |
+| <a id="vulnerabilityreporttypesast"></a>`SAST` | |
+| <a id="vulnerabilityreporttypesecret_detection"></a>`SECRET_DETECTION` | |
### `VulnerabilitySeverity`
@@ -8731,12 +13886,12 @@ The severity of the vulnerability.
| Value | Description |
| ----- | ----------- |
-| `CRITICAL` | |
-| `HIGH` | |
-| `INFO` | |
-| `LOW` | |
-| `MEDIUM` | |
-| `UNKNOWN` | |
+| <a id="vulnerabilityseveritycritical"></a>`CRITICAL` | |
+| <a id="vulnerabilityseverityhigh"></a>`HIGH` | |
+| <a id="vulnerabilityseverityinfo"></a>`INFO` | |
+| <a id="vulnerabilityseveritylow"></a>`LOW` | |
+| <a id="vulnerabilityseveritymedium"></a>`MEDIUM` | |
+| <a id="vulnerabilityseverityunknown"></a>`UNKNOWN` | |
### `VulnerabilitySort`
@@ -8744,16 +13899,16 @@ Vulnerability sort values.
| Value | Description |
| ----- | ----------- |
-| `detected_asc` | Detection timestamp in ascending order. |
-| `detected_desc` | Detection timestamp in descending order. |
-| `report_type_asc` | Report Type in ascending order. |
-| `report_type_desc` | Report Type in descending order. |
-| `severity_asc` | Severity in ascending order. |
-| `severity_desc` | Severity in descending order. |
-| `state_asc` | State in ascending order. |
-| `state_desc` | State in descending order. |
-| `title_asc` | Title in ascending order. |
-| `title_desc` | Title in descending order. |
+| <a id="vulnerabilitysortdetected_asc"></a>`detected_asc` | Detection timestamp in ascending order. |
+| <a id="vulnerabilitysortdetected_desc"></a>`detected_desc` | Detection timestamp in descending order. |
+| <a id="vulnerabilitysortreport_type_asc"></a>`report_type_asc` | Report Type in ascending order. |
+| <a id="vulnerabilitysortreport_type_desc"></a>`report_type_desc` | Report Type in descending order. |
+| <a id="vulnerabilitysortseverity_asc"></a>`severity_asc` | Severity in ascending order. |
+| <a id="vulnerabilitysortseverity_desc"></a>`severity_desc` | Severity in descending order. |
+| <a id="vulnerabilitysortstate_asc"></a>`state_asc` | State in ascending order. |
+| <a id="vulnerabilitysortstate_desc"></a>`state_desc` | State in descending order. |
+| <a id="vulnerabilitysorttitle_asc"></a>`title_asc` | Title in ascending order. |
+| <a id="vulnerabilitysorttitle_desc"></a>`title_desc` | Title in descending order. |
### `VulnerabilityState`
@@ -8761,10 +13916,10 @@ The state of the vulnerability.
| Value | Description |
| ----- | ----------- |
-| `CONFIRMED` | |
-| `DETECTED` | |
-| `DISMISSED` | |
-| `RESOLVED` | |
+| <a id="vulnerabilitystateconfirmed"></a>`CONFIRMED` | |
+| <a id="vulnerabilitystatedetected"></a>`DETECTED` | |
+| <a id="vulnerabilitystatedismissed"></a>`DISMISSED` | |
+| <a id="vulnerabilitystateresolved"></a>`RESOLVED` | |
### `WeightWildcardId`
@@ -8772,8 +13927,8 @@ Weight ID wildcard values.
| Value | Description |
| ----- | ----------- |
-| `ANY` | Weight is assigned. |
-| `NONE` | No weight is assigned. |
+| <a id="weightwildcardidany"></a>`ANY` | Weight is assigned. |
+| <a id="weightwildcardidnone"></a>`NONE` | No weight is assigned. |
## Scalar types
@@ -9263,15 +14418,17 @@ Implementations:
- [`AlertManagementHttpIntegration`](#alertmanagementhttpintegration)
- [`AlertManagementPrometheusIntegration`](#alertmanagementprometheusintegration)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean`](#boolean) | Whether the endpoint is currently accepting alerts. |
-| `apiUrl` | [`String`](#string) | URL at which Prometheus metrics can be queried to populate the metrics dashboard. |
-| `id` | [`ID!`](#id) | ID of the integration. |
-| `name` | [`String`](#string) | Name of the integration. |
-| `token` | [`String`](#string) | Token used to authenticate alert notification requests. |
-| `type` | [`AlertManagementIntegrationType!`](#alertmanagementintegrationtype) | Type of integration. |
-| `url` | [`String`](#string) | Endpoint which accepts alert notifications. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementintegrationactive"></a>`active` | [`Boolean`](#boolean) | Whether the endpoint is currently accepting alerts. |
+| <a id="alertmanagementintegrationapiurl"></a>`apiUrl` | [`String`](#string) | URL at which Prometheus metrics can be queried to populate the metrics dashboard. |
+| <a id="alertmanagementintegrationid"></a>`id` | [`ID!`](#id) | ID of the integration. |
+| <a id="alertmanagementintegrationname"></a>`name` | [`String`](#string) | Name of the integration. |
+| <a id="alertmanagementintegrationtoken"></a>`token` | [`String`](#string) | Token used to authenticate alert notification requests. |
+| <a id="alertmanagementintegrationtype"></a>`type` | [`AlertManagementIntegrationType!`](#alertmanagementintegrationtype) | Type of integration. |
+| <a id="alertmanagementintegrationurl"></a>`url` | [`String`](#string) | Endpoint which accepts alert notifications. |
#### `CurrentUserTodos`
@@ -9284,9 +14441,23 @@ Implementations:
- [`Issue`](#issue)
- [`MergeRequest`](#mergerequest)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `currentUserTodos` | [`TodoConnection!`](#todoconnection) | To-do items for the current user. |
+##### Fields with arguments
+
+###### `CurrentUserTodos.currentUserTodos`
+
+To-do items for the current user.
+
+Returns [`TodoConnection!`](#todoconnection).
+
+This field returns a [connection](#connections). It accepts the
+four standard [pagination arguments](#connection-pagination-arguments):
+`before: String`, `after: String`, `first: Int`, `last: Int`.
+
+####### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="currentusertodoscurrentusertodosstate"></a>`state` | [`TodoStateEnum`](#todostateenum) | State of the to-do items. |
#### `DesignFields`
@@ -9295,18 +14466,20 @@ Implementations:
- [`Design`](#design)
- [`DesignAtVersion`](#designatversion)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
-| `event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
-| `filename` | [`String!`](#string) | The filename of the design. |
-| `fullPath` | [`String!`](#string) | The full path to the design file. |
-| `id` | [`ID!`](#id) | The ID of this design. |
-| `image` | [`String!`](#string) | The URL of the full-sized image. |
-| `imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated. |
-| `issue` | [`Issue!`](#issue) | The issue the design belongs to. |
-| `notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
-| `project` | [`Project!`](#project) | The project the design belongs to. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="designfieldsdiffrefs"></a>`diffRefs` | [`DiffRefs!`](#diffrefs) | The diff refs for this design. |
+| <a id="designfieldsevent"></a>`event` | [`DesignVersionEvent!`](#designversionevent) | How this design was changed in the current version. |
+| <a id="designfieldsfilename"></a>`filename` | [`String!`](#string) | The filename of the design. |
+| <a id="designfieldsfullpath"></a>`fullPath` | [`String!`](#string) | The full path to the design file. |
+| <a id="designfieldsid"></a>`id` | [`ID!`](#id) | The ID of this design. |
+| <a id="designfieldsimage"></a>`image` | [`String!`](#string) | The URL of the full-sized image. |
+| <a id="designfieldsimagev432x230"></a>`imageV432x230` | [`String`](#string) | The URL of the design resized to fit within the bounds of 432x230. This will be `null` if the image has not been generated. |
+| <a id="designfieldsissue"></a>`issue` | [`Issue!`](#issue) | The issue the design belongs to. |
+| <a id="designfieldsnotescount"></a>`notesCount` | [`Int!`](#int) | The total count of user-created notes for this design. |
+| <a id="designfieldsproject"></a>`project` | [`Project!`](#project) | The project the design belongs to. |
#### `Entry`
@@ -9316,14 +14489,16 @@ Implementations:
- [`Submodule`](#submodule)
- [`TreeEntry`](#treeentry)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `flatPath` | [`String!`](#string) | Flat path of the entry. |
-| `id` | [`ID!`](#id) | ID of the entry. |
-| `name` | [`String!`](#string) | Name of the entry. |
-| `path` | [`String!`](#string) | Path of the entry. |
-| `sha` | [`String!`](#string) | Last commit SHA for the entry. |
-| `type` | [`EntryType!`](#entrytype) | Type of tree entry. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="entryflatpath"></a>`flatPath` | [`String!`](#string) | Flat path of the entry. |
+| <a id="entryid"></a>`id` | [`ID!`](#id) | ID of the entry. |
+| <a id="entryname"></a>`name` | [`String!`](#string) | Name of the entry. |
+| <a id="entrypath"></a>`path` | [`String!`](#string) | Path of the entry. |
+| <a id="entrysha"></a>`sha` | [`String!`](#string) | Last commit SHA for the entry. |
+| <a id="entrytype"></a>`type` | [`EntryType!`](#entrytype) | Type of tree entry. |
#### `Eventable`
@@ -9332,9 +14507,11 @@ Implementations:
- [`BoardEpic`](#boardepic)
- [`Epic`](#epic)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="eventableevents"></a>`events` | [`EventConnection`](#eventconnection) | A list of events associated with the object. |
#### `MemberInterface`
@@ -9343,15 +14520,17 @@ Implementations:
- [`GroupMember`](#groupmember)
- [`ProjectMember`](#projectmember)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `accessLevel` | [`AccessLevel`](#accesslevel) | GitLab::Access level. |
-| `createdAt` | [`Time`](#time) | Date and time the membership was created. |
-| `createdBy` | [`User`](#user) | User that authorized membership. |
-| `expiresAt` | [`Time`](#time) | Date and time the membership expires. |
-| `id` | [`ID!`](#id) | ID of the member. |
-| `updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
-| `user` | [`User!`](#user) | User that is associated with the member object. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="memberinterfaceaccesslevel"></a>`accessLevel` | [`AccessLevel`](#accesslevel) | GitLab::Access level. |
+| <a id="memberinterfacecreatedat"></a>`createdAt` | [`Time`](#time) | Date and time the membership was created. |
+| <a id="memberinterfacecreatedby"></a>`createdBy` | [`User`](#user) | User that authorized membership. |
+| <a id="memberinterfaceexpiresat"></a>`expiresAt` | [`Time`](#time) | Date and time the membership expires. |
+| <a id="memberinterfaceid"></a>`id` | [`ID!`](#id) | ID of the member. |
+| <a id="memberinterfaceupdatedat"></a>`updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
+| <a id="memberinterfaceuser"></a>`user` | [`User!`](#user) | User that is associated with the member object. |
#### `Noteable`
@@ -9367,10 +14546,12 @@ Implementations:
- [`Snippet`](#snippet)
- [`Vulnerability`](#vulnerability)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
-| `notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="noteablediscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. |
+| <a id="noteablenotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. |
#### `PackageFileMetadata`
@@ -9380,10 +14561,12 @@ Implementations:
- [`ConanFileMetadata`](#conanfilemetadata)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `createdAt` | [`Time!`](#time) | Date of creation. |
-| `updatedAt` | [`Time!`](#time) | Date of most recent update. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="packagefilemetadatacreatedat"></a>`createdAt` | [`Time!`](#time) | Date of creation. |
+| <a id="packagefilemetadataupdatedat"></a>`updatedAt` | [`Time!`](#time) | Date of most recent update. |
#### `ResolvableInterface`
@@ -9392,12 +14575,14 @@ Implementations:
- [`Discussion`](#discussion)
- [`Note`](#note)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
-| `resolved` | [`Boolean!`](#boolean) | Indicates if the object is resolved. |
-| `resolvedAt` | [`Time`](#time) | Timestamp of when the object was resolved. |
-| `resolvedBy` | [`User`](#user) | User who resolved the object. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="resolvableinterfaceresolvable"></a>`resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
+| <a id="resolvableinterfaceresolved"></a>`resolved` | [`Boolean!`](#boolean) | Indicates if the object is resolved. |
+| <a id="resolvableinterfaceresolvedat"></a>`resolvedAt` | [`Time`](#time) | Timestamp of when the object was resolved. |
+| <a id="resolvableinterfaceresolvedby"></a>`resolvedBy` | [`User`](#user) | User who resolved the object. |
#### `Service`
@@ -9406,10 +14591,12 @@ Implementations:
- [`BaseService`](#baseservice)
- [`JiraService`](#jiraservice)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `active` | [`Boolean`](#boolean) | Indicates if the service is active. |
-| `type` | [`String`](#string) | Class name of the service. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="serviceactive"></a>`active` | [`Boolean`](#boolean) | Indicates if the service is active. |
+| <a id="servicetype"></a>`type` | [`String`](#string) | Class name of the service. |
#### `TimeboxReportInterface`
@@ -9418,6 +14605,357 @@ Implementations:
- [`Iteration`](#iteration)
- [`Milestone`](#milestone)
-| Field | Type | Description |
-| ----- | ---- | ----------- |
-| `report` | [`TimeboxReport`](#timeboxreport) | Historically accurate report about the timebox. |
+##### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timeboxreportinterfacereport"></a>`report` | [`TimeboxReport`](#timeboxreport) | Historically accurate report about the timebox. |
+
+## Input types
+
+Types that may be used as arguments (all scalar types may also
+be used as arguments).
+
+Only general use input types are listed here. For mutation input types,
+see the associated mutation type above.
+
+### `AlertManagementPayloadAlertFieldInput`
+
+Field that are available while modifying the custom mapping attributes for an HTTP integration.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="alertmanagementpayloadalertfieldinputfieldname"></a>`fieldName` | [`AlertManagementPayloadAlertFieldName!`](#alertmanagementpayloadalertfieldname) | A GitLab alert field name. |
+| <a id="alertmanagementpayloadalertfieldinputlabel"></a>`label` | [`String`](#string) | Human-readable label of the payload path. |
+| <a id="alertmanagementpayloadalertfieldinputpath"></a>`path` | [`[PayloadAlertFieldPathSegment!]!`](#payloadalertfieldpathsegment) | Path to value inside payload JSON. |
+| <a id="alertmanagementpayloadalertfieldinputtype"></a>`type` | [`AlertManagementPayloadAlertFieldType!`](#alertmanagementpayloadalertfieldtype) | Type of the parsed value. |
+
+### `BoardIssueInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="boardissueinputassigneeusername"></a>`assigneeUsername` | [`[String]`](#string) | Filter by assignee username. |
+| <a id="boardissueinputassigneewildcardid"></a>`assigneeWildcardId` | [`AssigneeWildcardId`](#assigneewildcardid) | Filter by assignee wildcard. Incompatible with assigneeUsername. |
+| <a id="boardissueinputauthorusername"></a>`authorUsername` | [`String`](#string) | Filter by author username. |
+| <a id="boardissueinputepicid"></a>`epicId` | [`EpicID`](#epicid) | Filter by epic ID. Incompatible with epicWildcardId. |
+| <a id="boardissueinputepicwildcardid"></a>`epicWildcardId` | [`EpicWildcardId`](#epicwildcardid) | Filter by epic ID wildcard. Incompatible with epicId. |
+| <a id="boardissueinputiids"></a>`iids` | [`[String!]`](#string) | List of IIDs of issues. For example ["1", "2"]. |
+| <a id="boardissueinputiterationid"></a>`iterationId` | [`[IterationID!]`](#iterationid) | Filter by a list of iteration IDs. Incompatible with iterationWildcardId. |
+| <a id="boardissueinputiterationtitle"></a>`iterationTitle` | [`String`](#string) | Filter by iteration title. |
+| <a id="boardissueinputiterationwildcardid"></a>`iterationWildcardId` | [`IterationWildcardId`](#iterationwildcardid) | Filter by iteration ID wildcard. |
+| <a id="boardissueinputlabelname"></a>`labelName` | [`[String]`](#string) | Filter by label name. |
+| <a id="boardissueinputmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Filter by milestone title. |
+| <a id="boardissueinputmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+| <a id="boardissueinputnot"></a>`not` | [`NegatedBoardIssueInput`](#negatedboardissueinput) | List of negated arguments. Warning: this argument is experimental and a subject to change in future. |
+| <a id="boardissueinputreleasetag"></a>`releaseTag` | [`String`](#string) | Filter by release tag. |
+| <a id="boardissueinputsearch"></a>`search` | [`String`](#string) | Search query for issue title or description. |
+| <a id="boardissueinputweight"></a>`weight` | [`String`](#string) | Filter by weight. |
+| <a id="boardissueinputweightwildcardid"></a>`weightWildcardId` | [`WeightWildcardId`](#weightwildcardid) | Filter by weight ID wildcard. Incompatible with weight. |
+
+### `CommitAction`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="commitactionaction"></a>`action` | [`CommitActionMode!`](#commitactionmode) | The action to perform, create, delete, move, update, chmod. |
+| <a id="commitactioncontent"></a>`content` | [`String`](#string) | Content of the file. |
+| <a id="commitactionencoding"></a>`encoding` | [`CommitEncoding`](#commitencoding) | Encoding of the file. Default is text. |
+| <a id="commitactionexecutefilemode"></a>`executeFilemode` | [`Boolean`](#boolean) | Enables/disables the execute flag on the file. |
+| <a id="commitactionfilepath"></a>`filePath` | [`String!`](#string) | Full path to the file. |
+| <a id="commitactionlastcommitid"></a>`lastCommitId` | [`String`](#string) | Last known file commit ID. |
+| <a id="commitactionpreviouspath"></a>`previousPath` | [`String`](#string) | Original full path to the file being moved. |
+
+### `ComplianceFrameworkInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="complianceframeworkinputcolor"></a>`color` | [`String`](#string) | New color representation of the compliance framework in hex format. e.g. #FCA121. |
+| <a id="complianceframeworkinputdescription"></a>`description` | [`String`](#string) | New description for the compliance framework. |
+| <a id="complianceframeworkinputname"></a>`name` | [`String`](#string) | New name for the compliance framework. |
+| <a id="complianceframeworkinputpipelineconfigurationfullpath"></a>`pipelineConfigurationFullPath` | [`String`](#string) | Full path of the compliance pipeline configuration stored in a project repository, such as `.gitlab/.compliance-gitlab-ci.yml@compliance/hipaa` **(ULTIMATE)**. |
+
+### `DastSiteProfileAuthInput`
+
+Input type for DastSiteProfile authentication.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="dastsiteprofileauthinputenabled"></a>`enabled` | [`Boolean`](#boolean) | Indicates whether authentication is enabled. |
+| <a id="dastsiteprofileauthinputpassword"></a>`password` | [`String`](#string) | The password to authenticate with on the target website. |
+| <a id="dastsiteprofileauthinputpasswordfield"></a>`passwordField` | [`String`](#string) | The name of password field at the sign-in HTML form. |
+| <a id="dastsiteprofileauthinputurl"></a>`url` | [`String`](#string) | The URL of the page containing the sign-in HTML form on the target website. |
+| <a id="dastsiteprofileauthinputusername"></a>`username` | [`String`](#string) | The username to authenticate with on the target website. |
+| <a id="dastsiteprofileauthinputusernamefield"></a>`usernameField` | [`String`](#string) | The name of username field at the sign-in HTML form. |
+
+### `DiffImagePositionInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="diffimagepositioninputbasesha"></a>`baseSha` | [`String`](#string) | Merge base of the branch the comment was made on. |
+| <a id="diffimagepositioninputheadsha"></a>`headSha` | [`String!`](#string) | SHA of the HEAD at the time the comment was made. |
+| <a id="diffimagepositioninputheight"></a>`height` | [`Int!`](#int) | Total height of the image. |
+| <a id="diffimagepositioninputpaths"></a>`paths` | [`DiffPathsInput!`](#diffpathsinput) | The paths of the file that was changed. Both of the properties of this input are optional, but at least one of them is required. |
+| <a id="diffimagepositioninputstartsha"></a>`startSha` | [`String!`](#string) | SHA of the branch being compared against. |
+| <a id="diffimagepositioninputwidth"></a>`width` | [`Int!`](#int) | Total width of the image. |
+| <a id="diffimagepositioninputx"></a>`x` | [`Int!`](#int) | X position of the note. |
+| <a id="diffimagepositioninputy"></a>`y` | [`Int!`](#int) | Y position of the note. |
+
+### `DiffPathsInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="diffpathsinputnewpath"></a>`newPath` | [`String`](#string) | The path of the file on the head sha. |
+| <a id="diffpathsinputoldpath"></a>`oldPath` | [`String`](#string) | The path of the file on the start sha. |
+
+### `DiffPositionInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="diffpositioninputbasesha"></a>`baseSha` | [`String`](#string) | Merge base of the branch the comment was made on. |
+| <a id="diffpositioninputheadsha"></a>`headSha` | [`String!`](#string) | SHA of the HEAD at the time the comment was made. |
+| <a id="diffpositioninputnewline"></a>`newLine` | [`Int`](#int) | Line on HEAD SHA that was changed. |
+| <a id="diffpositioninputoldline"></a>`oldLine` | [`Int`](#int) | Line on start SHA that was changed. |
+| <a id="diffpositioninputpaths"></a>`paths` | [`DiffPathsInput!`](#diffpathsinput) | The paths of the file that was changed. Both of the properties of this input are optional, but at least one of them is required. |
+| <a id="diffpositioninputstartsha"></a>`startSha` | [`String!`](#string) | SHA of the branch being compared against. |
+
+### `EpicFilters`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epicfiltersauthorusername"></a>`authorUsername` | [`String`](#string) | Filter by author username. |
+| <a id="epicfilterslabelname"></a>`labelName` | [`[String]`](#string) | Filter by label name. |
+| <a id="epicfiltersmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+| <a id="epicfiltersnot"></a>`not` | [`NegatedEpicBoardIssueInput`](#negatedepicboardissueinput) | Negated epic arguments. Warning: this argument is experimental and a subject to change in the future. |
+| <a id="epicfilterssearch"></a>`search` | [`String`](#string) | Search query for epic title or description. |
+
+### `EpicTreeNodeFieldsInputType`
+
+A node of an epic tree.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="epictreenodefieldsinputtypeadjacentreferenceid"></a>`adjacentReferenceId` | [`EpicTreeSortingID`](#epictreesortingid) | The ID of the epic_issue or issue that the actual epic or issue is switched with. |
+| <a id="epictreenodefieldsinputtypeid"></a>`id` | [`EpicTreeSortingID!`](#epictreesortingid) | The ID of the epic_issue or epic that is being moved. |
+| <a id="epictreenodefieldsinputtypenewparentid"></a>`newParentId` | [`EpicID`](#epicid) | ID of the new parent epic. |
+| <a id="epictreenodefieldsinputtyperelativeposition"></a>`relativePosition` | [`MoveType`](#movetype) | The type of the switch, after or before allowed. |
+
+### `JiraUsersMappingInputType`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jirausersmappinginputtypegitlabid"></a>`gitlabId` | [`Int`](#int) | ID of the GitLab user. |
+| <a id="jirausersmappinginputtypejiraaccountid"></a>`jiraAccountId` | [`String!`](#string) | Jira account ID of the user. |
+
+### `MergeRequestsResolverNegatedParams`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="mergerequestsresolvernegatedparamslabels"></a>`labels` | [`[String!]`](#string) | Array of label names. All resolved merge requests will not have these labels. |
+| <a id="mergerequestsresolvernegatedparamsmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Title of the milestone. |
+
+### `NegatedBoardIssueInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="negatedboardissueinputassigneeusername"></a>`assigneeUsername` | [`[String]`](#string) | Filter by assignee username. |
+| <a id="negatedboardissueinputauthorusername"></a>`authorUsername` | [`String`](#string) | Filter by author username. |
+| <a id="negatedboardissueinputepicid"></a>`epicId` | [`EpicID`](#epicid) | Filter by epic ID. Incompatible with epicWildcardId. |
+| <a id="negatedboardissueinputiids"></a>`iids` | [`[String!]`](#string) | List of IIDs of issues. For example ["1", "2"]. |
+| <a id="negatedboardissueinputiterationid"></a>`iterationId` | [`[IterationID!]`](#iterationid) | Filter by a list of iteration IDs. Incompatible with iterationWildcardId. |
+| <a id="negatedboardissueinputiterationtitle"></a>`iterationTitle` | [`String`](#string) | Filter by iteration title. |
+| <a id="negatedboardissueinputiterationwildcardid"></a>`iterationWildcardId` | [`NegatedIterationWildcardId`](#negatediterationwildcardid) | Filter by iteration ID wildcard. |
+| <a id="negatedboardissueinputlabelname"></a>`labelName` | [`[String]`](#string) | Filter by label name. |
+| <a id="negatedboardissueinputmilestonetitle"></a>`milestoneTitle` | [`String`](#string) | Filter by milestone title. |
+| <a id="negatedboardissueinputmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+| <a id="negatedboardissueinputreleasetag"></a>`releaseTag` | [`String`](#string) | Filter by release tag. |
+| <a id="negatedboardissueinputweight"></a>`weight` | [`String`](#string) | Filter by weight. |
+
+### `NegatedEpicBoardIssueInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="negatedepicboardissueinputauthorusername"></a>`authorUsername` | [`String`](#string) | Filter by author username. |
+| <a id="negatedepicboardissueinputlabelname"></a>`labelName` | [`[String]`](#string) | Filter by label name. |
+| <a id="negatedepicboardissueinputmyreactionemoji"></a>`myReactionEmoji` | [`String`](#string) | Filter by reaction emoji applied by the current user. |
+
+### `NegatedIssueFilterInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="negatedissuefilterinputassigneeid"></a>`assigneeId` | [`String`](#string) | ID of a user not assigned to the issues. |
+| <a id="negatedissuefilterinputassigneeusernames"></a>`assigneeUsernames` | [`[String!]`](#string) | Usernames of users not assigned to the issue. |
+| <a id="negatedissuefilterinputepicid"></a>`epicId` | [`String`](#string) | ID of an epic not associated with the issues. |
+| <a id="negatedissuefilterinputiids"></a>`iids` | [`[String!]`](#string) | List of IIDs of issues to exclude. For example, [1, 2]. |
+| <a id="negatedissuefilterinputiterationid"></a>`iterationId` | [`[ID!]`](#id) | List of iteration Global IDs not applied to the issue. |
+| <a id="negatedissuefilterinputiterationwildcardid"></a>`iterationWildcardId` | [`IterationWildcardId`](#iterationwildcardid) | Filter by negated iteration ID wildcard. |
+| <a id="negatedissuefilterinputlabelname"></a>`labelName` | [`[String!]`](#string) | Labels not applied to this issue. |
+| <a id="negatedissuefilterinputmilestonetitle"></a>`milestoneTitle` | [`[String!]`](#string) | Milestone not applied to this issue. |
+| <a id="negatedissuefilterinputweight"></a>`weight` | [`String`](#string) | Weight not applied to the issue. |
+
+### `OncallRotationActivePeriodInputType`
+
+Active period time range for on-call rotation.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncallrotationactiveperiodinputtypeendtime"></a>`endTime` | [`String!`](#string) | The end of the rotation active period in 24 hour format, for example "18:30". |
+| <a id="oncallrotationactiveperiodinputtypestarttime"></a>`startTime` | [`String!`](#string) | The start of the rotation active period in 24 hour format, for example "18:30". |
+
+### `OncallRotationDateInputType`
+
+Date input type for on-call rotation.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncallrotationdateinputtypedate"></a>`date` | [`String!`](#string) | The date component of the date in YYYY-MM-DD format. |
+| <a id="oncallrotationdateinputtypetime"></a>`time` | [`String!`](#string) | The time component of the date in 24hr HH:MM format. |
+
+### `OncallRotationLengthInputType`
+
+The rotation length of the on-call rotation.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncallrotationlengthinputtypelength"></a>`length` | [`Int!`](#int) | The rotation length of the on-call rotation. |
+| <a id="oncallrotationlengthinputtypeunit"></a>`unit` | [`OncallRotationUnitEnum!`](#oncallrotationunitenum) | The unit of the rotation length of the on-call rotation. |
+
+### `OncallUserInputType`
+
+The rotation user and color palette.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="oncalluserinputtypecolorpalette"></a>`colorPalette` | [`DataVisualizationColorEnum`](#datavisualizationcolorenum) | A value of DataVisualizationColorEnum. The color from the palette to assign to the on-call user. |
+| <a id="oncalluserinputtypecolorweight"></a>`colorWeight` | [`DataVisualizationWeightEnum`](#datavisualizationweightenum) | A value of DataVisualizationWeightEnum. The color weight to assign to for the on-call user. Note: To view on-call schedules in GitLab, do not provide a value below 500. A value between 500 and 950 ensures sufficient contrast. |
+| <a id="oncalluserinputtypeusername"></a>`username` | [`String!`](#string) | The username of the user to participate in the on-call rotation, such as `user_one`. |
+
+### `ReleaseAssetLinkInput`
+
+Fields that are available when modifying a release asset link.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseassetlinkinputdirectassetpath"></a>`directAssetPath` | [`String`](#string) | Relative path for a direct asset link. |
+| <a id="releaseassetlinkinputlinktype"></a>`linkType` | [`ReleaseAssetLinkType`](#releaseassetlinktype) | The type of the asset link. |
+| <a id="releaseassetlinkinputname"></a>`name` | [`String!`](#string) | Name of the asset link. |
+| <a id="releaseassetlinkinputurl"></a>`url` | [`String!`](#string) | URL of the asset link. |
+
+### `ReleaseAssetsInput`
+
+Fields that are available when modifying release assets.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="releaseassetsinputlinks"></a>`links` | [`[ReleaseAssetLinkInput!]`](#releaseassetlinkinput) | A list of asset links to associate to the release. |
+
+### `SastCiConfigurationAnalyzersEntityInput`
+
+Represents the analyzers entity in SAST CI configuration.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationanalyzersentityinputenabled"></a>`enabled` | [`Boolean!`](#boolean) | State of the analyzer. |
+| <a id="sastciconfigurationanalyzersentityinputname"></a>`name` | [`String!`](#string) | Name of analyzer. |
+| <a id="sastciconfigurationanalyzersentityinputvariables"></a>`variables` | [`[SastCiConfigurationEntityInput!]`](#sastciconfigurationentityinput) | List of variables for the analyzer. |
+
+### `SastCiConfigurationEntityInput`
+
+Represents an entity in SAST CI configuration.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationentityinputdefaultvalue"></a>`defaultValue` | [`String!`](#string) | Default value that is used if value is empty. |
+| <a id="sastciconfigurationentityinputfield"></a>`field` | [`String!`](#string) | CI keyword of entity. |
+| <a id="sastciconfigurationentityinputvalue"></a>`value` | [`String!`](#string) | Current value of the entity. |
+
+### `SastCiConfigurationInput`
+
+Represents a CI configuration of SAST.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="sastciconfigurationinputanalyzers"></a>`analyzers` | [`[SastCiConfigurationAnalyzersEntityInput!]`](#sastciconfigurationanalyzersentityinput) | List of analyzers and related variables for the SAST configuration. |
+| <a id="sastciconfigurationinputglobal"></a>`global` | [`[SastCiConfigurationEntityInput!]`](#sastciconfigurationentityinput) | List of global entities related to SAST configuration. |
+| <a id="sastciconfigurationinputpipeline"></a>`pipeline` | [`[SastCiConfigurationEntityInput!]`](#sastciconfigurationentityinput) | List of pipeline entities related to SAST configuration. |
+
+### `SnippetBlobActionInputType`
+
+Represents an action to perform over a snippet file.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="snippetblobactioninputtypeaction"></a>`action` | [`SnippetBlobActionEnum!`](#snippetblobactionenum) | Type of input action. |
+| <a id="snippetblobactioninputtypecontent"></a>`content` | [`String`](#string) | Snippet file content. |
+| <a id="snippetblobactioninputtypefilepath"></a>`filePath` | [`String!`](#string) | Path of the snippet file. |
+| <a id="snippetblobactioninputtypepreviouspath"></a>`previousPath` | [`String`](#string) | Previous path of the snippet file. |
+
+### `Timeframe`
+
+A time-frame defined as a closed inclusive range of two dates.
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="timeframeend"></a>`end` | [`Date!`](#date) | The end of the range. |
+| <a id="timeframestart"></a>`start` | [`Date!`](#date) | The start of the range. |
+
+### `UpdateDiffImagePositionInput`
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="updatediffimagepositioninputheight"></a>`height` | [`Int`](#int) | Total height of the image. |
+| <a id="updatediffimagepositioninputwidth"></a>`width` | [`Int`](#int) | Total width of the image. |
+| <a id="updatediffimagepositioninputx"></a>`x` | [`Int`](#int) | X position of the note. |
+| <a id="updatediffimagepositioninputy"></a>`y` | [`Int`](#int) | Y position of the note. |
diff --git a/doc/api/vulnerabilities.md b/doc/api/vulnerabilities.md
index a7412ca97f1..5ec769df08c 100644
--- a/doc/api/vulnerabilities.md
+++ b/doc/api/vulnerabilities.md
@@ -18,7 +18,7 @@ WARNING:
This API is in the process of being deprecated and considered unstable.
The response payload may be subject to change or breakage
across GitLab releases. Please use the
-[GraphQL API](graphql/reference/index.md#vulnerabilities)
+[GraphQL API](graphql/reference/index.md#queryvulnerabilities)
instead.
Every API call to vulnerabilities must be [authenticated](README.md#authentication).
diff --git a/doc/architecture/blueprints/graphql_api/index.md b/doc/architecture/blueprints/graphql_api/index.md
index 99047eb5964..b856f7d96ad 100644
--- a/doc/architecture/blueprints/graphql_api/index.md
+++ b/doc/architecture/blueprints/graphql_api/index.md
@@ -143,11 +143,17 @@ state synchronization mechanisms and hooking into existing ones.
## Iterations
-1. [Build comprehensive Grafana dashboard for GraphQL](https://gitlab.com/groups/gitlab-com/-/epics/1343)
-1. [Improve logging of GraphQL requests in Elastic](https://gitlab.com/groups/gitlab-org/-/epics/4646)
+### In the scope of the blueprint
+
+1. [GraphQL API architecture](https://gitlab.com/groups/gitlab-org/-/epics/5842)
+ 1. [Build comprehensive Grafana dashboard for GraphQL](https://gitlab.com/groups/gitlab-org/-/epics/5841)
+ 1. [Improve logging of GraphQL requests in Elastic](https://gitlab.com/groups/gitlab-org/-/epics/4646)
+ 1. [Build GraphQL query correlation mechanisms](https://gitlab.com/groups/gitlab-org/-/epics/5320)
+ 1. [Design a better data-informed deprecation policy](https://gitlab.com/groups/gitlab-org/-/epics/5321)
+
+### Future iterations
+
1. [Build a scalable state synchronization for GraphQL](https://gitlab.com/groups/gitlab-org/-/epics/5319)
-1. [Build GraphQL feature-to-query correlation mechanisms](https://gitlab.com/groups/gitlab-org/-/epics/5320)
-1. [Design a better data-informed deprecation policy](https://gitlab.com/groups/gitlab-org/-/epics/5321)
1. [Add support for direct uploads for GraphQL](https://gitlab.com/gitlab-org/gitlab/-/issues/280819)
1. [Review GraphQL design choices related to security](https://gitlab.com/gitlab-org/security/gitlab/-/issues/339)
@@ -179,6 +185,11 @@ DRIs:
| Leadership | Darva Satcher |
| Product | Patrick Deuley |
| Engineering | Paul Slaughter |
+
+Domain Experts:
+
+| Area | Who
+|------------------------------|------------------------|
| Domain Expert / GraphQL | Charlie Ablett |
| Domain Expert / GraphQL | Alex Kalderimis |
| Domain Expert / GraphQL | Natalia Tepluhina |
diff --git a/doc/development/usage_ping/dictionary.md b/doc/development/usage_ping/dictionary.md
index 8f6b37105e3..a01dd71a643 100644
--- a/doc/development/usage_ping/dictionary.md
+++ b/doc/development/usage_ping/dictionary.md
@@ -1042,7 +1042,7 @@ Tiers: `premium`, `ultimate`
### `counts.grafana_integrated_projects`
-Missing description
+Total Grafana integrations attached to projects
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210216180927_grafana_integrated_projects.yml)
diff --git a/jest.config.base.js b/jest.config.base.js
index ef7802ff724..997f3c254b4 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -101,7 +101,7 @@ module.exports = (path, options = {}) => {
'^.+\\.(md|zip|png)$': 'jest-raw-loader',
},
transformIgnorePatterns: [
- 'node_modules/(?!(@gitlab/ui|@gitlab/favicon-overlay|bootstrap-vue|three|monaco-editor|monaco-yaml|fast-mersenne-twister)/)',
+ 'node_modules/(?!(@gitlab/ui|@gitlab/favicon-overlay|bootstrap-vue|three|monaco-editor|monaco-yaml|fast-mersenne-twister|prosemirror-markdown)/)',
],
timers: 'fake',
testEnvironment: '<rootDir>/spec/frontend/environment.js',
diff --git a/lib/banzai/filter/references/abstract_reference_filter.rb b/lib/banzai/filter/references/abstract_reference_filter.rb
index 7109373dbce..2763e084de9 100644
--- a/lib/banzai/filter/references/abstract_reference_filter.rb
+++ b/lib/banzai/filter/references/abstract_reference_filter.rb
@@ -16,22 +16,9 @@ module Banzai
REFERENCE_PLACEHOLDER = "_reference_#{SecureRandom.hex(16)}_"
REFERENCE_PLACEHOLDER_PATTERN = %r{#{REFERENCE_PLACEHOLDER}(\d+)}.freeze
- def self.object_class
- # Implement in child class
- # Example: MergeRequest
- end
-
- def self.object_name
- @object_name ||= object_class.name.underscore
- end
-
- def self.object_sym
- @object_sym ||= object_name.to_sym
- end
-
# Public: Find references in text (like `!123` for merge requests)
#
- # AnyReferenceFilter.references_in(text) do |match, id, project_ref, matches|
+ # references_in(text) do |match, id, project_ref, matches|
# object = find_object(project_ref, id)
# "<a href=...>#{object.to_reference}</a>"
# end
@@ -42,7 +29,7 @@ module Banzai
# of the external project reference, and all of the matchdata.
#
# Returns a String replaced with the return of the block.
- def self.references_in(text, pattern = object_class.reference_pattern)
+ def references_in(text, pattern = object_class.reference_pattern)
text.gsub(pattern) do |match|
if ident = identifier($~)
yield match, ident, $~[:project], $~[:namespace], $~
@@ -52,17 +39,13 @@ module Banzai
end
end
- def self.identifier(match_data)
+ def identifier(match_data)
symbol = symbol_from_match(match_data)
parse_symbol(symbol, match_data) if object_class.reference_valid?(symbol)
end
- def identifier(match_data)
- self.class.identifier(match_data)
- end
-
- def self.symbol_from_match(match)
+ def symbol_from_match(match)
key = object_sym
match[key] if match.names.include?(key.to_s)
end
@@ -72,7 +55,7 @@ module Banzai
#
# This method has the contract that if a string `ref` refers to a
# record `record`, then `parse_symbol(ref) == record_identifier(record)`.
- def self.parse_symbol(symbol, match_data)
+ def parse_symbol(symbol, match_data)
symbol.to_i
end
@@ -84,21 +67,10 @@ module Banzai
record.id
end
- def object_class
- self.class.object_class
- end
-
- def object_sym
- self.class.object_sym
- end
-
- def references_in(*args, &block)
- self.class.references_in(*args, &block)
- end
-
# Implement in child class
# Example: project.merge_requests.find
def find_object(parent_object, id)
+ raise NotImplementedError, "#{self.class} must implement method: #{__callee__}"
end
# Override if the link reference pattern produces a different ID (global
@@ -110,6 +82,7 @@ module Banzai
# Implement in child class
# Example: project_merge_request_url
def url_for_object(object, parent_object)
+ raise NotImplementedError, "#{self.class} must implement method: #{__callee__}"
end
def find_object_cached(parent_object, id)
@@ -139,7 +112,7 @@ module Banzai
def call
return doc unless project || group || user
- ref_pattern = object_class.reference_pattern
+ ref_pattern = object_reference_pattern
link_pattern = object_class.link_reference_pattern
# Compile often used regexps only once outside of the loop
@@ -425,14 +398,6 @@ module Banzai
group_ref
end
- def unescape_html_entities(text)
- CGI.unescapeHTML(text.to_s)
- end
-
- def escape_html_entities(text)
- CGI.escapeHTML(text.to_s)
- end
-
def escape_with_placeholders(text, placeholder_data)
escaped = escape_html_entities(text)
diff --git a/lib/banzai/filter/references/alert_reference_filter.rb b/lib/banzai/filter/references/alert_reference_filter.rb
index 90fef536605..512d4028520 100644
--- a/lib/banzai/filter/references/alert_reference_filter.rb
+++ b/lib/banzai/filter/references/alert_reference_filter.rb
@@ -5,12 +5,9 @@ module Banzai
module References
class AlertReferenceFilter < IssuableReferenceFilter
self.reference_type = :alert
+ self.object_class = AlertManagement::Alert
- def self.object_class
- AlertManagement::Alert
- end
-
- def self.object_sym
+ def object_sym
:alert
end
diff --git a/lib/banzai/filter/references/commit_range_reference_filter.rb b/lib/banzai/filter/references/commit_range_reference_filter.rb
index ad79f8a173c..df7f42eaa70 100644
--- a/lib/banzai/filter/references/commit_range_reference_filter.rb
+++ b/lib/banzai/filter/references/commit_range_reference_filter.rb
@@ -8,12 +8,9 @@ module Banzai
# This filter supports cross-project references.
class CommitRangeReferenceFilter < AbstractReferenceFilter
self.reference_type = :commit_range
+ self.object_class = CommitRange
- def self.object_class
- CommitRange
- end
-
- def self.references_in(text, pattern = CommitRange.reference_pattern)
+ def references_in(text, pattern = object_reference_pattern)
text.gsub(pattern) do |match|
yield match, $~[:commit_range], $~[:project], $~[:namespace], $~
end
diff --git a/lib/banzai/filter/references/commit_reference_filter.rb b/lib/banzai/filter/references/commit_reference_filter.rb
index 457921bd07d..1baafeccbd9 100644
--- a/lib/banzai/filter/references/commit_reference_filter.rb
+++ b/lib/banzai/filter/references/commit_reference_filter.rb
@@ -8,12 +8,9 @@ module Banzai
# This filter supports cross-project references.
class CommitReferenceFilter < AbstractReferenceFilter
self.reference_type = :commit
+ self.object_class = Commit
- def self.object_class
- Commit
- end
-
- def self.references_in(text, pattern = Commit.reference_pattern)
+ def references_in(text, pattern = object_reference_pattern)
text.gsub(pattern) do |match|
yield match, $~[:commit], $~[:project], $~[:namespace], $~
end
@@ -39,7 +36,7 @@ module Banzai
end
# The default behaviour is `#to_i` - we just pass the hash through.
- def self.parse_symbol(sha_hash, _match)
+ def parse_symbol(sha_hash, _match)
sha_hash
end
diff --git a/lib/banzai/filter/references/design_reference_filter.rb b/lib/banzai/filter/references/design_reference_filter.rb
index 61234e61c15..de8d58de72f 100644
--- a/lib/banzai/filter/references/design_reference_filter.rb
+++ b/lib/banzai/filter/references/design_reference_filter.rb
@@ -33,6 +33,7 @@ module Banzai
end
self.reference_type = :design
+ self.object_class = ::DesignManagement::Design
def find_object(project, identifier)
records_per_parent[project][identifier]
@@ -76,15 +77,11 @@ module Banzai
super.merge(issue: design.issue_id)
end
- def self.object_class
- ::DesignManagement::Design
- end
-
- def self.object_sym
+ def object_sym
:design
end
- def self.parse_symbol(raw, match_data)
+ def parse_symbol(raw, match_data)
filename = match_data[:url_filename]
iid = match_data[:issue].to_i
Identifier.new(filename: CGI.unescape(filename), issue_iid: iid)
diff --git a/lib/banzai/filter/references/external_issue_reference_filter.rb b/lib/banzai/filter/references/external_issue_reference_filter.rb
index 247e20967df..1061a9917dd 100644
--- a/lib/banzai/filter/references/external_issue_reference_filter.rb
+++ b/lib/banzai/filter/references/external_issue_reference_filter.rb
@@ -10,10 +10,11 @@ module Banzai
# This filter does not support cross-project references.
class ExternalIssueReferenceFilter < ReferenceFilter
self.reference_type = :external_issue
+ self.object_class = ExternalIssue
# Public: Find `JIRA-123` issue references in text
#
- # ExternalIssueReferenceFilter.references_in(text, pattern) do |match, issue|
+ # references_in(text, pattern) do |match, issue|
# "<a href=...>##{issue}</a>"
# end
#
@@ -22,7 +23,7 @@ module Banzai
# Yields the String match and the String issue reference.
#
# Returns a String replaced with the return of the block.
- def self.references_in(text, pattern)
+ def references_in(text, pattern = object_reference_pattern)
text.gsub(pattern) do |match|
yield match, $~[:issue]
end
@@ -32,27 +33,7 @@ module Banzai
# Early return if the project isn't using an external tracker
return doc if project.nil? || default_issues_tracker?
- ref_pattern = issue_reference_pattern
- ref_start_pattern = /\A#{ref_pattern}\z/
-
- nodes.each_with_index do |node, index|
- if text_node?(node)
- replace_text_when_pattern_matches(node, index, ref_pattern) do |content|
- issue_link_filter(content)
- end
-
- elsif element_node?(node)
- yield_valid_link(node) do |link, inner_html|
- if link =~ ref_start_pattern
- replace_link_node_with_href(node, index, link) do
- issue_link_filter(link, link_content: inner_html)
- end
- end
- end
- end
- end
-
- doc
+ super
end
private
@@ -65,8 +46,8 @@ module Banzai
#
# Returns a String with `JIRA-123` references replaced with links. All
# links have `gfm` and `gfm-issue` class names attached for styling.
- def issue_link_filter(text, link_content: nil)
- self.class.references_in(text, issue_reference_pattern) do |match, id|
+ def object_link_filter(text, pattern, link_content: nil, link_reference: false)
+ references_in(text) do |match, id|
url = url_for_issue(id)
klass = reference_class(:issue)
data = data_attribute(project: project.id, external_issue: id)
@@ -97,14 +78,10 @@ module Banzai
external_issues_cached(:default_issues_tracker?)
end
- def issue_reference_pattern
+ def object_reference_pattern
external_issues_cached(:external_issue_reference_pattern)
end
- def project
- context[:project]
- end
-
def issue_title
"Issue in #{project.external_issue_tracker.title}"
end
diff --git a/lib/banzai/filter/references/feature_flag_reference_filter.rb b/lib/banzai/filter/references/feature_flag_reference_filter.rb
index be9ded1ff43..0fb2b1b3b24 100644
--- a/lib/banzai/filter/references/feature_flag_reference_filter.rb
+++ b/lib/banzai/filter/references/feature_flag_reference_filter.rb
@@ -5,12 +5,9 @@ module Banzai
module References
class FeatureFlagReferenceFilter < IssuableReferenceFilter
self.reference_type = :feature_flag
+ self.object_class = Operations::FeatureFlag
- def self.object_class
- Operations::FeatureFlag
- end
-
- def self.object_sym
+ def object_sym
:feature_flag
end
diff --git a/lib/banzai/filter/references/issue_reference_filter.rb b/lib/banzai/filter/references/issue_reference_filter.rb
index eacf261b15f..1053501de7b 100644
--- a/lib/banzai/filter/references/issue_reference_filter.rb
+++ b/lib/banzai/filter/references/issue_reference_filter.rb
@@ -13,10 +13,7 @@ module Banzai
# to reference issues from other GitLab projects.
class IssueReferenceFilter < IssuableReferenceFilter
self.reference_type = :issue
-
- def self.object_class
- Issue
- end
+ self.object_class = Issue
def url_for_object(issue, project)
return issue_path(issue, project) if only_path?
diff --git a/lib/banzai/filter/references/iteration_reference_filter.rb b/lib/banzai/filter/references/iteration_reference_filter.rb
index cf3d446147f..4d260983d98 100644
--- a/lib/banzai/filter/references/iteration_reference_filter.rb
+++ b/lib/banzai/filter/references/iteration_reference_filter.rb
@@ -6,10 +6,7 @@ module Banzai
# The actual filter is implemented in the EE mixin
class IterationReferenceFilter < AbstractReferenceFilter
self.reference_type = :iteration
-
- def self.object_class
- Iteration
- end
+ self.object_class = Iteration
end
end
end
diff --git a/lib/banzai/filter/references/label_reference_filter.rb b/lib/banzai/filter/references/label_reference_filter.rb
index a6a5eec5d9a..f9668d22d40 100644
--- a/lib/banzai/filter/references/label_reference_filter.rb
+++ b/lib/banzai/filter/references/label_reference_filter.rb
@@ -6,10 +6,7 @@ module Banzai
# HTML filter that replaces label references with links.
class LabelReferenceFilter < AbstractReferenceFilter
self.reference_type = :label
-
- def self.object_class
- Label
- end
+ self.object_class = Label
def find_object(parent_object, id)
find_labels(parent_object).find(id)
diff --git a/lib/banzai/filter/references/merge_request_reference_filter.rb b/lib/banzai/filter/references/merge_request_reference_filter.rb
index 872c33f6873..6c5ad83d9ae 100644
--- a/lib/banzai/filter/references/merge_request_reference_filter.rb
+++ b/lib/banzai/filter/references/merge_request_reference_filter.rb
@@ -9,10 +9,7 @@ module Banzai
# This filter supports cross-project references.
class MergeRequestReferenceFilter < IssuableReferenceFilter
self.reference_type = :merge_request
-
- def self.object_class
- MergeRequest
- end
+ self.object_class = MergeRequest
def url_for_object(mr, project)
h = Gitlab::Routing.url_helpers
diff --git a/lib/banzai/filter/references/milestone_reference_filter.rb b/lib/banzai/filter/references/milestone_reference_filter.rb
index 49110194ddc..c7e4b8b35a2 100644
--- a/lib/banzai/filter/references/milestone_reference_filter.rb
+++ b/lib/banzai/filter/references/milestone_reference_filter.rb
@@ -8,10 +8,7 @@ module Banzai
include Gitlab::Utils::StrongMemoize
self.reference_type = :milestone
-
- def self.object_class
- Milestone
- end
+ self.object_class = Milestone
# Links to project milestones contain the IID, but when we're handling
# 'regular' references, we need to use the global ID to disambiguate
diff --git a/lib/banzai/filter/references/project_reference_filter.rb b/lib/banzai/filter/references/project_reference_filter.rb
index 522c6e0f5f3..678d2aa3468 100644
--- a/lib/banzai/filter/references/project_reference_filter.rb
+++ b/lib/banzai/filter/references/project_reference_filter.rb
@@ -6,10 +6,11 @@ module Banzai
# HTML filter that replaces project references with links.
class ProjectReferenceFilter < ReferenceFilter
self.reference_type = :project
+ self.object_class = Project
# Public: Find `namespace/project>` project references in text
#
- # ProjectReferenceFilter.references_in(text) do |match, project|
+ # references_in(text) do |match, project|
# "<a href=...>#{project}></a>"
# end
#
@@ -18,33 +19,16 @@ module Banzai
# Yields the String match, and the String project name.
#
# Returns a String replaced with the return of the block.
- def self.references_in(text)
- text.gsub(Project.markdown_reference_pattern) do |match|
+ def references_in(text, pattern = object_reference_pattern)
+ text.gsub(pattern) do |match|
yield match, "#{$~[:namespace]}/#{$~[:project]}"
end
end
- def call
- ref_pattern = Project.markdown_reference_pattern
- ref_pattern_start = /\A#{ref_pattern}\z/
-
- nodes.each_with_index do |node, index|
- if text_node?(node)
- replace_text_when_pattern_matches(node, index, ref_pattern) do |content|
- project_link_filter(content)
- end
- elsif element_node?(node)
- yield_valid_link(node) do |link, inner_html|
- if link =~ ref_pattern_start
- replace_link_node_with_href(node, index, link) do
- project_link_filter(link, link_content: inner_html)
- end
- end
- end
- end
- end
+ private
- doc
+ def object_reference_pattern
+ @object_reference_pattern ||= Project.markdown_reference_pattern
end
# Replace `namespace/project>` project references in text with links to the referenced
@@ -55,8 +39,8 @@ module Banzai
#
# Returns a String with `namespace/project>` references replaced with links. All links
# have `gfm` and `gfm-project` class names attached for styling.
- def project_link_filter(text, link_content: nil)
- self.class.references_in(text) do |match, project_path|
+ def object_link_filter(text, pattern, link_content: nil, link_reference: false)
+ references_in(text) do |match, project_path|
cached_call(:banzai_url_for_object, match, path: [Project, project_path.downcase]) do
if project = projects_hash[project_path.downcase]
link_to_project(project, link_content: link_content) || match
@@ -92,8 +76,6 @@ module Banzai
refs.to_a
end
- private
-
def urls
Gitlab::Routing.url_helpers
end
diff --git a/lib/banzai/filter/references/reference_filter.rb b/lib/banzai/filter/references/reference_filter.rb
index dd15c43f5d8..a83cb12afd3 100644
--- a/lib/banzai/filter/references/reference_filter.rb
+++ b/lib/banzai/filter/references/reference_filter.rb
@@ -16,8 +16,14 @@ module Banzai
include OutputSafety
class << self
+ # Implement in child class
+ # Example: self.reference_type = :merge_request
attr_accessor :reference_type
+ # Implement in child class
+ # Example: self.object_class = MergeRequest
+ attr_accessor :object_class
+
def call(doc, context = nil, result = nil)
new(doc, context, result).call_and_update_nodes
end
@@ -34,6 +40,65 @@ module Banzai
with_update_nodes { call }
end
+ def call
+ ref_pattern_start = /\A#{object_reference_pattern}\z/
+
+ nodes.each_with_index do |node, index|
+ if text_node?(node)
+ replace_text_when_pattern_matches(node, index, object_reference_pattern) do |content|
+ object_link_filter(content, object_reference_pattern)
+ end
+ elsif element_node?(node)
+ yield_valid_link(node) do |link, inner_html|
+ if link =~ ref_pattern_start
+ replace_link_node_with_href(node, index, link) do
+ object_link_filter(link, object_reference_pattern, link_content: inner_html)
+ end
+ end
+ end
+ end
+ end
+
+ doc
+ end
+
+ # Public: Find references in text (like `!123` for merge requests)
+ #
+ # references_in(text) do |match, id, project_ref, matches|
+ # object = find_object(project_ref, id)
+ # "<a href=...>#{object.to_reference}</a>"
+ # end
+ #
+ # text - String text to search.
+ #
+ # Yields the String match, the Integer referenced object ID, an optional String
+ # of the external project reference, and all of the matchdata.
+ #
+ # Returns a String replaced with the return of the block.
+ def references_in(text, pattern = object_reference_pattern)
+ raise NotImplementedError, "#{self.class} must implement method: #{__callee__}"
+ end
+
+ # Iterates over all <a> and text() nodes in a document.
+ #
+ # Nodes are skipped whenever their ancestor is one of the nodes returned
+ # by `ignore_ancestor_query`. Link tags are not processed if they have a
+ # "gfm" class or the "href" attribute is empty.
+ def each_node
+ return to_enum(__method__) unless block_given?
+
+ doc.xpath(query).each do |node|
+ yield node
+ end
+ end
+
+ # Returns an Array containing all HTML nodes.
+ def nodes
+ @nodes ||= each_node.to_a
+ end
+
+ private
+
# Returns a data attribute String to attach to a reference link
#
# attributes - Hash, where the key becomes the data attribute name and the
@@ -69,6 +134,13 @@ module Banzai
end
end
+ # Ensure that a :project key exists in context
+ #
+ # Note that while the key might exist, its value could be nil!
+ def validate
+ needs :project unless skip_project_check?
+ end
+
def project
context[:project]
end
@@ -93,31 +165,6 @@ module Banzai
"#{gfm_klass} has-tooltip"
end
- # Ensure that a :project key exists in context
- #
- # Note that while the key might exist, its value could be nil!
- def validate
- needs :project unless skip_project_check?
- end
-
- # Iterates over all <a> and text() nodes in a document.
- #
- # Nodes are skipped whenever their ancestor is one of the nodes returned
- # by `ignore_ancestor_query`. Link tags are not processed if they have a
- # "gfm" class or the "href" attribute is empty.
- def each_node
- return to_enum(__method__) unless block_given?
-
- doc.xpath(query).each do |node|
- yield node
- end
- end
-
- # Returns an Array containing all HTML nodes.
- def nodes
- @nodes ||= each_node.to_a
- end
-
# Yields the link's URL and inner HTML whenever the node is a valid <a> tag.
def yield_valid_link(node)
link = unescape_link(node.attr('href').to_s)
@@ -132,6 +179,14 @@ module Banzai
CGI.unescape(href)
end
+ def unescape_html_entities(text)
+ CGI.unescapeHTML(text.to_s)
+ end
+
+ def escape_html_entities(text)
+ CGI.escapeHTML(text.to_s)
+ end
+
def replace_text_when_pattern_matches(node, index, pattern)
return unless node.text =~ pattern
@@ -161,7 +216,25 @@ module Banzai
node.is_a?(Nokogiri::XML::Element)
end
- private
+ def object_class
+ self.class.object_class
+ end
+
+ def object_reference_pattern
+ @object_reference_pattern ||= object_class.reference_pattern
+ end
+
+ def object_name
+ @object_name ||= object_class.name.underscore
+ end
+
+ def object_sym
+ @object_sym ||= object_name.to_sym
+ end
+
+ def object_link_filter(text, pattern, link_content: nil, link_reference: false)
+ raise NotImplementedError, "#{self.class} must implement method: #{__callee__}"
+ end
def query
@query ||= %Q{descendant-or-self::text()[not(#{ignore_ancestor_query})]
diff --git a/lib/banzai/filter/references/snippet_reference_filter.rb b/lib/banzai/filter/references/snippet_reference_filter.rb
index bf7e0f78609..a2971e28de6 100644
--- a/lib/banzai/filter/references/snippet_reference_filter.rb
+++ b/lib/banzai/filter/references/snippet_reference_filter.rb
@@ -9,10 +9,7 @@ module Banzai
# This filter supports cross-project references.
class SnippetReferenceFilter < AbstractReferenceFilter
self.reference_type = :snippet
-
- def self.object_class
- Snippet
- end
+ self.object_class = Snippet
def find_object(project, id)
return unless project.is_a?(Project)
diff --git a/lib/banzai/filter/references/user_reference_filter.rb b/lib/banzai/filter/references/user_reference_filter.rb
index 04665973f51..1709b607c2e 100644
--- a/lib/banzai/filter/references/user_reference_filter.rb
+++ b/lib/banzai/filter/references/user_reference_filter.rb
@@ -8,10 +8,11 @@ module Banzai
# A special `@all` reference is also supported.
class UserReferenceFilter < ReferenceFilter
self.reference_type = :user
+ self.object_class = User
# Public: Find `@user` user references in text
#
- # UserReferenceFilter.references_in(text) do |match, username|
+ # references_in(text) do |match, username|
# "<a href=...>@#{user}</a>"
# end
#
@@ -20,8 +21,8 @@ module Banzai
# Yields the String match, and the String user name.
#
# Returns a String replaced with the return of the block.
- def self.references_in(text)
- text.gsub(User.reference_pattern) do |match|
+ def references_in(text, pattern = object_reference_pattern)
+ text.gsub(pattern) do |match|
yield match, $~[:user]
end
end
@@ -29,28 +30,11 @@ module Banzai
def call
return doc if project.nil? && group.nil? && !skip_project_check?
- ref_pattern = User.reference_pattern
- ref_pattern_start = /\A#{ref_pattern}\z/
-
- nodes.each_with_index do |node, index|
- if text_node?(node)
- replace_text_when_pattern_matches(node, index, ref_pattern) do |content|
- user_link_filter(content)
- end
- elsif element_node?(node)
- yield_valid_link(node) do |link, inner_html|
- if link =~ ref_pattern_start
- replace_link_node_with_href(node, index, link) do
- user_link_filter(link, link_content: inner_html)
- end
- end
- end
- end
- end
-
- doc
+ super
end
+ private
+
# Replace `@user` user references in text with links to the referenced
# user's profile page.
#
@@ -59,8 +43,8 @@ module Banzai
#
# Returns a String with `@user` references replaced with links. All links
# have `gfm` and `gfm-project_member` class names attached for styling.
- def user_link_filter(text, link_content: nil)
- self.class.references_in(text) do |match, username|
+ def object_link_filter(text, pattern, link_content: nil, link_reference: false)
+ references_in(text, pattern) do |match, username|
if username == 'all' && !skip_project_check?
link_to_all(link_content: link_content)
else
@@ -100,8 +84,6 @@ module Banzai
refs.to_a
end
- private
-
def urls
Gitlab::Routing.url_helpers
end
diff --git a/lib/banzai/filter/references/vulnerability_reference_filter.rb b/lib/banzai/filter/references/vulnerability_reference_filter.rb
index e5f2408eda4..ce484667fc0 100644
--- a/lib/banzai/filter/references/vulnerability_reference_filter.rb
+++ b/lib/banzai/filter/references/vulnerability_reference_filter.rb
@@ -6,16 +6,7 @@ module Banzai
# The actual filter is implemented in the EE mixin
class VulnerabilityReferenceFilter < IssuableReferenceFilter
self.reference_type = :vulnerability
-
- def self.object_class
- Vulnerability
- end
-
- private
-
- def project
- context[:project]
- end
+ self.object_class = Vulnerability
end
end
end
diff --git a/lib/gitlab/graphql/deprecation.rb b/lib/gitlab/graphql/deprecation.rb
index e0176e2d6e0..8b73eeb4e52 100644
--- a/lib/gitlab/graphql/deprecation.rb
+++ b/lib/gitlab/graphql/deprecation.rb
@@ -41,7 +41,7 @@ module Gitlab
parts = [
"#{deprecated_in(format: :markdown)}.",
reason_text,
- replacement.then { |r| "Use: `#{r}`." if r }
+ replacement.then { |r| "Use: [`#{r}`](##{r.downcase.tr('.', '')})." if r }
].compact
case context
diff --git a/lib/gitlab/graphql/docs/helper.rb b/lib/gitlab/graphql/docs/helper.rb
index f4173e26224..ce5fb575b54 100644
--- a/lib/gitlab/graphql/docs/helper.rb
+++ b/lib/gitlab/graphql/docs/helper.rb
@@ -5,11 +5,52 @@ return if Rails.env.production?
module Gitlab
module Graphql
module Docs
+ # We assume a few things about the schema. We use the graphql-ruby gem, which enforces:
+ # - All mutations have a single input field named 'input'
+ # - All mutations have a payload type, named after themselves
+ # - All mutations have an input type, named after themselves
+ # If these things change, then some of this code will break. Such places
+ # are guarded with an assertion that our assumptions are not violated.
+ ViolatedAssumption = Class.new(StandardError)
+
+ SUGGESTED_ACTION = <<~MSG
+ We expect it to be impossible to violate our assumptions about
+ how mutation arguments work.
+
+ If that is not the case, then something has probably changed in the
+ way we generate our schema, perhaps in the library we use: graphql-ruby
+
+ Please ask for help in the #f_graphql or #backend channels.
+ MSG
+
+ CONNECTION_ARGS = %w[after before first last].to_set
+
+ FIELD_HEADER = <<~MD
+ #### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ MD
+
+ ARG_HEADER = <<~MD
+ # Arguments
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ MD
+
+ CONNECTION_NOTE = <<~MD
+ This field returns a [connection](#connections). It accepts the
+ four standard [pagination arguments](#connection-pagination-arguments):
+ `before: String`, `after: String`, `first: Int`, `last: Int`.
+ MD
+
# Helper with functions to be used by HAML templates
# This includes graphql-docs gem helpers class.
# You can check the included module on: https://github.com/gjtorikian/graphql-docs/blob/v1.6.0/lib/graphql-docs/helpers.rb
module Helper
include GraphQLDocs::Helpers
+ include Gitlab::Utils::StrongMemoize
def auto_generated_comment
<<-MD.strip_heredoc
@@ -30,44 +71,52 @@ module Gitlab
# Template methods:
# Methods that return chunks of Markdown for insertion into the document
- def render_name_and_description(object, owner: nil, level: 3)
- content = []
+ def render_full_field(field, heading_level: 3, owner: nil)
+ conn = connection?(field)
+ args = field[:arguments].reject { |arg| conn && CONNECTION_ARGS.include?(arg[:name]) }
+ arg_owner = [owner, field[:name]]
+
+ chunks = [
+ render_name_and_description(field, level: heading_level, owner: owner),
+ render_return_type(field),
+ render_input_type(field),
+ render_connection_note(field),
+ render_argument_table(heading_level, args, arg_owner),
+ render_return_fields(field, owner: owner)
+ ]
+
+ join(:block, chunks)
+ end
- content << "#{'#' * level} `#{object[:name]}`"
+ def render_argument_table(level, args, owner)
+ arg_header = ('#' * level) + ARG_HEADER
+ render_field_table(arg_header, args, owner)
+ end
- if object[:description].present?
- desc = object[:description].strip
- desc += '.' unless desc.ends_with?('.')
- end
+ def render_name_and_description(object, owner: nil, level: 3)
+ content = []
- if object[:is_deprecated]
- owner = Array.wrap(owner)
- deprecation = schema_deprecation(owner, object[:name])
- content << (deprecation&.original_description || desc)
- content << render_deprecation(object, owner, :block)
- else
- content << desc
- end
+ heading = '#' * level
+ name = [owner, object[:name]].compact.join('.')
- content.compact.join("\n\n")
- end
+ content << "#{heading} `#{name}`"
+ content << render_description(object, owner, :block)
- def render_return_type(query)
- "Returns #{render_field_type(query[:type])}.\n"
+ join(:block, content)
end
- def sorted_by_name(objects)
- return [] unless objects.present?
+ def render_object_fields(fields, owner:, level_bump: 0)
+ return if fields.blank?
- objects.sort_by { |o| o[:name] }
- end
+ (with_args, no_args) = fields.partition { |f| args?(f) }
+ type_name = owner[:name] if owner
+ header_prefix = '#' * level_bump
+ sections = [
+ render_simple_fields(no_args, type_name, header_prefix),
+ render_fields_with_arguments(with_args, type_name, header_prefix)
+ ]
- def render_field(field, owner)
- render_row(
- render_name(field, owner),
- render_field_type(field[:type]),
- render_description(field, owner, :inline)
- )
+ join(:block, sections)
end
def render_enum_value(enum, value)
@@ -82,104 +131,278 @@ module Gitlab
# Methods that return parts of the schema, or related information:
- # We are ignoring connections and built in types for now,
- # they should be added when queries are generated.
- def objects
- object_types = graphql_object_types.select do |object_type|
- !object_type[:name]["__"]
- end
+ def connection_object_types
+ objects.select { |t| t[:is_edge] || t[:is_connection] }
+ end
+
+ def object_types
+ objects.reject { |t| t[:is_edge] || t[:is_connection] || t[:is_payload] }
+ end
+
+ def interfaces
+ graphql_interface_types.map { |t| t.merge(fields: t[:fields] + t[:connections]) }
+ end
+
+ def fields_of(type_name)
+ graphql_operation_types
+ .find { |type| type[:name] == type_name }
+ .values_at(:fields, :connections)
+ .flatten
+ .then { |fields| sorted_by_name(fields) }
+ end
+
+ # Place the arguments of the input types on the mutation itself.
+ # see: `#input_types` - this method must not call `#input_types` to avoid mutual recursion
+ def mutations
+ @mutations ||= sorted_by_name(graphql_mutation_types).map do |t|
+ inputs = t[:input_fields]
+ input = inputs.first
+ name = t[:name]
+
+ assert!(inputs.one?, "Expected exactly 1 input field named #{name}. Found #{inputs.count} instead.")
+ assert!(input[:name] == 'input', "Expected the input of #{name} to be named 'input'")
- object_types.each do |type|
- type[:fields] += type[:connections]
+ input_type_name = input[:type][:name]
+ input_type = graphql_input_object_types.find { |t| t[:name] == input_type_name }
+ assert!(input_type.present?, "Cannot find #{input_type_name} for #{name}.input")
+
+ arguments = input_type[:input_fields]
+ seen_type!(input_type_name)
+ t.merge(arguments: arguments)
end
end
- def queries
- graphql_operation_types.find { |type| type[:name] == 'Query' }.to_h.values_at(:fields, :connections).flatten
+ # We assume that the mutations have been processed first, marking their
+ # inputs as `seen_type?`
+ def input_types
+ mutations # ensure that mutations have seen their inputs first
+ graphql_input_object_types.reject { |t| seen_type?(t[:name]) }
end
- # We ignore the built-in enum types.
+ # We ignore the built-in enum types, and sort values by name
def enums
- graphql_enum_types.select do |enum_type|
- !enum_type[:name].in?(%w[__DirectiveLocation __TypeKind])
- end
+ graphql_enum_types
+ .reject { |type| type[:values].empty? }
+ .reject { |enum_type| enum_type[:name].start_with?('__') }
+ .map { |type| type.merge(values: sorted_by_name(type[:values])) }
end
private # DO NOT CALL THESE METHODS IN TEMPLATES
# Template methods
+ def render_return_type(query)
+ return unless query[:type] # for example, mutations
+
+ "Returns #{render_field_type(query[:type])}."
+ end
+
+ def render_simple_fields(fields, type_name, header_prefix)
+ render_field_table(header_prefix + FIELD_HEADER, fields, type_name)
+ end
+
+ def render_fields_with_arguments(fields, type_name, header_prefix)
+ return if fields.empty?
+
+ level = 5 + header_prefix.length
+ sections = sorted_by_name(fields).map do |f|
+ render_full_field(f, heading_level: level, owner: type_name)
+ end
+
+ <<~MD.chomp
+ #{header_prefix}#### Fields with arguments
+
+ #{join(:block, sections)}
+ MD
+ end
+
+ def render_field_table(header, fields, owner)
+ return if fields.empty?
+
+ fields = sorted_by_name(fields)
+ header + join(:table, fields.map { |f| render_field(f, owner) })
+ end
+
+ def render_field(field, owner)
+ render_row(
+ render_name(field, owner),
+ render_field_type(field[:type]),
+ render_description(field, owner, :inline)
+ )
+ end
+
+ def render_return_fields(mutation, owner:)
+ fields = mutation[:return_fields]
+ return if fields.blank?
+
+ name = owner.to_s + mutation[:name]
+ render_object_fields(fields, owner: { name: name })
+ end
+
+ def render_connection_note(field)
+ return unless connection?(field)
+
+ CONNECTION_NOTE.chomp
+ end
+
def render_row(*values)
"| #{values.map { |val| val.to_s.squish }.join(' | ')} |"
end
def render_name(object, owner = nil)
rendered_name = "`#{object[:name]}`"
- rendered_name += ' **{warning-solid}**' if object[:is_deprecated]
- rendered_name
+ rendered_name += ' **{warning-solid}**' if deprecated?(object, owner)
+
+ return rendered_name unless owner
+
+ owner = Array.wrap(owner).join('')
+ id = (owner + object[:name]).downcase
+
+ %(<a id="#{id}"></a>) + rendered_name
end
# Returns the object description. If the object has been deprecated,
# the deprecation reason will be returned in place of the description.
def render_description(object, owner = nil, context = :block)
- owner = Array.wrap(owner)
- return render_deprecation(object, owner, context) if object[:is_deprecated]
- return if object[:description].blank?
+ if deprecated?(object, owner)
+ render_deprecation(object, owner, context)
+ else
+ render_description_of(object)
+ end
+ end
+
+ def deprecated?(object, owner)
+ return true if object[:is_deprecated] # only populated for fields, not arguments!
+
+ key = [*Array.wrap(owner), object[:name]].join('.')
+ deprecations.key?(key)
+ end
+
+ def render_description_of(object)
+ desc = if object[:is_edge]
+ base = object[:name].chomp('Edge')
+ "The edge type for [`#{base}`](##{base.downcase})."
+ elsif object[:is_connection]
+ base = object[:name].chomp('Connection')
+ "The connection type for [`#{base}`](##{base.downcase})."
+ else
+ object[:description]&.strip
+ end
+
+ return if desc.blank?
- desc = object[:description].strip
desc += '.' unless desc.ends_with?('.')
desc
end
def render_deprecation(object, owner, context)
+ buff = []
deprecation = schema_deprecation(owner, object[:name])
- return deprecation.markdown(context: context) if deprecation
- reason = object[:deprecation_reason] || 'Use of this is deprecated.'
- "**Deprecated:** #{reason}"
+ buff << (deprecation&.original_description || render_description_of(object)) if context == :block
+ buff << if deprecation
+ deprecation.markdown(context: context)
+ else
+ "**Deprecated:** #{object[:deprecation_reason]}"
+ end
+
+ join(context, buff)
end
def render_field_type(type)
"[`#{type[:info]}`](##{type[:name].downcase})"
end
+ def join(context, chunks)
+ chunks.compact!
+ return if chunks.blank?
+
+ case context
+ when :block
+ chunks.join("\n\n")
+ when :inline
+ chunks.join(" ").squish.presence
+ when :table
+ chunks.join("\n")
+ end
+ end
+
# Queries
+ def sorted_by_name(objects)
+ return [] unless objects.present?
+
+ objects.sort_by { |o| o[:name] }
+ end
+
+ def connection?(field)
+ type_name = field.dig(:type, :name)
+ type_name.present? && type_name.ends_with?('Connection')
+ end
+
+ # We are ignoring connections and built in types for now,
+ # they should be added when queries are generated.
+ def objects
+ strong_memoize(:objects) do
+ mutations = schema.mutation&.fields&.keys&.to_set || []
+
+ graphql_object_types
+ .reject { |object_type| object_type[:name]["__"] } # We ignore introspection types.
+ .map do |type|
+ name = type[:name]
+ type.merge(
+ is_edge: name.ends_with?('Edge'),
+ is_connection: name.ends_with?('Connection'),
+ is_payload: name.ends_with?('Payload') && mutations.include?(name.chomp('Payload').camelcase(:lower)),
+ fields: type[:fields] + type[:connections]
+ )
+ end
+ end
+ end
+
+ def args?(field)
+ args = field[:arguments]
+ return false if args.blank?
+ return true unless connection?(field)
+
+ args.any? { |arg| CONNECTION_ARGS.exclude?(arg[:name]) }
+ end
+
# returns the deprecation information for a field or argument
# See: Gitlab::Graphql::Deprecation
def schema_deprecation(type_name, field_name)
- schema_member(type_name, field_name)&.deprecation
- end
-
- # Return a part of the schema.
- #
- # This queries the Schema by owner and name to find:
- #
- # - fields (e.g. `schema_member('Query', 'currentUser')`)
- # - arguments (e.g. `schema_member(['Query', 'project], 'fullPath')`)
- def schema_member(type_name, field_name)
- type_name = Array.wrap(type_name)
- if type_name.size == 2
- arg_name = field_name
- type_name, field_name = type_name
- else
- type_name = type_name.first
- arg_name = nil
- end
+ key = [*Array.wrap(type_name), field_name].join('.')
+ deprecations[key]
+ end
- return if type_name.nil? || field_name.nil?
+ def render_input_type(query)
+ input_field = query[:input_fields]&.first
+ return unless input_field
+
+ "Input type: `#{input_field[:type][:name]}`"
+ end
- type = schema.types[type_name]
- return unless type && type.kind.fields?
+ def deprecations
+ strong_memoize(:deprecations) do
+ mapping = {}
- field = type.fields[field_name]
- return field if arg_name.nil?
+ schema.types.each do |type_name, type|
+ next unless type.kind.fields?
- args = field.arguments
- is_mutation = field.mutation && field.mutation <= ::Mutations::BaseMutation
- args = args['input'].type.unwrap.arguments if is_mutation
+ type.fields.each do |field_name, field|
+ mapping["#{type_name}.#{field_name}"] = field.try(:deprecation)
+ field.arguments.each do |arg_name, arg|
+ mapping["#{type_name}.#{field_name}.#{arg_name}"] = arg.try(:deprecation)
+ end
+ end
+ end
+
+ mapping.compact
+ end
+ end
- args[arg_name]
+ def assert!(claim, message)
+ raise ViolatedAssumption, "#{message}\n#{SUGGESTED_ACTION}" unless claim
end
end
end
diff --git a/lib/gitlab/graphql/docs/renderer.rb b/lib/gitlab/graphql/docs/renderer.rb
index 497567f9389..ae0898e6198 100644
--- a/lib/gitlab/graphql/docs/renderer.rb
+++ b/lib/gitlab/graphql/docs/renderer.rb
@@ -24,6 +24,7 @@ module Gitlab
@layout = Haml::Engine.new(File.read(template))
@parsed_schema = GraphQLDocs::Parser.new(schema.graphql_definition, {}).parse
@schema = schema
+ @seen = Set.new
end
def contents
@@ -37,6 +38,16 @@ module Gitlab
FileUtils.mkdir_p(@output_dir)
File.write(filename, contents)
end
+
+ private
+
+ def seen_type?(name)
+ @seen.include?(name)
+ end
+
+ def seen_type!(name)
+ @seen << name
+ end
end
end
end
diff --git a/lib/gitlab/graphql/docs/templates/default.md.haml b/lib/gitlab/graphql/docs/templates/default.md.haml
index fe73297d0d9..57f4409d76f 100644
--- a/lib/gitlab/graphql/docs/templates/default.md.haml
+++ b/lib/gitlab/graphql/docs/templates/default.md.haml
@@ -26,17 +26,81 @@
The `Query` type contains the API's top-level entry points for all executable queries.
\
-- sorted_by_name(queries).each do |query|
- = render_name_and_description(query, owner: 'Query')
- \
- = render_return_type(query)
- - unless query[:arguments].empty?
- ~ "#### Arguments\n"
- ~ "| Name | Type | Description |"
- ~ "| ---- | ---- | ----------- |"
- - sorted_by_name(query[:arguments]).each do |argument|
- = render_field(argument, query[:type][:name])
- \
+- fields_of('Query').each do |field|
+ = render_full_field(field, heading_level: 3, owner: 'Query')
+ \
+
+:plain
+ ## `Mutation` type
+
+ The `Mutation` type contains all the mutations you can execute.
+
+ All mutations receive their arguments in a single input object named `input`, and all mutations
+ support at least a return field `errors` containing a list of error messages.
+
+ All input objects may have a `clientMutationId: String` field, identifying the mutation.
+
+ For example:
+
+ ```graphql
+ mutation($id: NoteableID!, $body: String!) {
+ createNote(input: { noteableId: $id, body: $body }) {
+ errors
+ }
+ }
+ ```
+\
+
+- mutations.each do |field|
+ = render_full_field(field, heading_level: 3, owner: 'Mutation')
+ \
+
+:plain
+ ## Connections
+
+ Some types in our schema are `Connection` types - they represent a paginated
+ collection of edges between two nodes in the graph. These follow the
+ [Relay cursor connections specification](https://relay.dev/graphql/connections.htm).
+
+ ### Pagination arguments {#connection-pagination-arguments}
+
+ All connection fields support the following pagination arguments:
+
+ | Name | Type | Description |
+ |------|------|-------------|
+ | `after` | [`String`](#string) | Returns the elements in the list that come after the specified cursor. |
+ | `before` | [`String`](#string) | Returns the elements in the list that come before the specified cursor. |
+ | `first` | [`Int`](#int) | Returns the first _n_ elements from the list. |
+ | `last` | [`Int`](#int) | Returns the last _n_ elements from the list. |
+
+ Since these arguments are common to all connection fields, they are not repeated for each connection.
+
+ ### Connection fields
+
+ All connections have at least the following fields:
+
+ | Name | Type | Description |
+ |------|------|-------------|
+ | `pageInfo` | [`PageInfo!`](#pageinfo) | Pagination information. |
+ | `edges` | `[edge!]` | The edges. |
+ | `nodes` | `[item!]` | The items in the current page. |
+
+ The precise type of `Edge` and `Item` depends on the kind of connection. A
+ [`UserConnection`](#userconnection) will have nodes that have the type
+ [`[User!]`](#user), and edges that have the type [`UserEdge`](#useredge).
+
+ ### Connection types
+
+ Some of the types in the schema exist solely to model connections. Each connection
+ has a distinct, named type, with a distinct named edge type. These are listed separately
+ below.
+\
+
+- connection_object_types.each do |type|
+ = render_name_and_description(type, level: 4)
+ \
+ = render_object_fields(type[:fields], owner: type, level_bump: 1)
+ \
:plain
## Object types
@@ -44,22 +108,20 @@
Object types represent the resources that the GitLab GraphQL API can return.
They contain _fields_. Each field has its own type, which will either be one of the
basic GraphQL [scalar types](https://graphql.org/learn/schema/#scalar-types)
- (e.g.: `String` or `Boolean`) or other object types.
+ (e.g.: `String` or `Boolean`) or other object types. Fields may have arguments.
+ Fields with arguments are exactly like top-level queries, and are listed beneath
+ the table of fields for each object type.
For more information, see
[Object Types and Fields](https://graphql.org/learn/schema/#object-types-and-fields)
on `graphql.org`.
\
-- objects.each do |type|
- - unless type[:fields].empty?
- = render_name_and_description(type)
- \
- ~ "| Field | Type | Description |"
- ~ "| ----- | ---- | ----------- |"
- - sorted_by_name(type[:fields]).each do |field|
- = render_field(field, type[:name])
- \
+- object_types.each do |type|
+ = render_name_and_description(type)
+ \
+ = render_object_fields(type[:fields], owner: type)
+ \
:plain
## Enumeration types
@@ -73,14 +135,13 @@
\
- enums.each do |enum|
- - unless enum[:values].empty?
- = render_name_and_description(enum)
- \
- ~ "| Value | Description |"
- ~ "| ----- | ----------- |"
- - sorted_by_name(enum[:values]).each do |value|
- = render_enum_value(enum, value)
- \
+ = render_name_and_description(enum)
+ \
+ ~ "| Value | Description |"
+ ~ "| ----- | ----------- |"
+ - enum[:values].each do |value|
+ = render_enum_value(enum, value)
+ \
:plain
## Scalar types
@@ -133,7 +194,7 @@
### Interfaces
\
-- graphql_interface_types.each do |type|
+- interfaces.each do |type|
= render_name_and_description(type, level: 4)
\
Implementations:
@@ -141,8 +202,21 @@
- type[:implemented_by].each do |type_name|
~ "- [`#{type_name}`](##{type_name.downcase})"
\
- ~ "| Field | Type | Description |"
- ~ "| ----- | ---- | ----------- |"
- - sorted_by_name(type[:fields] + type[:connections]).each do |field|
- = render_field(field, type[:name])
+ = render_object_fields(type[:fields], owner: type, level_bump: 1)
+ \
+
+:plain
+ ## Input types
+
+ Types that may be used as arguments (all scalar types may also
+ be used as arguments).
+
+ Only general use input types are listed here. For mutation input types,
+ see the associated mutation type above.
+\
+
+- input_types.each do |type|
+ = render_name_and_description(type)
+ \
+ = render_argument_table(3, type[:input_fields], type[:name])
\
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index a6e1c5ae782..865a6413e20 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -15064,9 +15064,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -32460,6 +32466,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -37878,9 +37887,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
diff --git a/spec/controllers/admin/users_controller_spec.rb b/spec/controllers/admin/users_controller_spec.rb
index 6faec315eb6..6d64ef86452 100644
--- a/spec/controllers/admin/users_controller_spec.rb
+++ b/spec/controllers/admin/users_controller_spec.rb
@@ -34,6 +34,29 @@ RSpec.describe Admin::UsersController do
let(:target_id) { 'i_analytics_cohorts' }
let(:request_params) { { tab: 'cohorts' } }
end
+
+ context 'pagination' do
+ context 'when number of users is over the pagination limit' do
+ before do
+ stub_const('Admin::UsersController::PAGINATION_WITH_COUNT_LIMIT', 5)
+ allow(Gitlab::Database::Count).to receive(:approximate_counts).with([User]).and_return({ User => 6 })
+ end
+
+ it 'marks the relation for pagination without counts' do
+ get :index
+
+ expect(assigns(:users)).to be_a(Kaminari::PaginatableWithoutCount)
+ end
+ end
+
+ context 'when number of users is below the pagination limit' do
+ it 'marks the relation for pagination with counts' do
+ get :index
+
+ expect(assigns(:users)).not_to be_a(Kaminari::PaginatableWithoutCount)
+ end
+ end
+ end
end
describe 'GET :id' do
diff --git a/spec/controllers/projects/settings/ci_cd_controller_spec.rb b/spec/controllers/projects/settings/ci_cd_controller_spec.rb
index d953249c139..4c7ae02ed50 100644
--- a/spec/controllers/projects/settings/ci_cd_controller_spec.rb
+++ b/spec/controllers/projects/settings/ci_cd_controller_spec.rb
@@ -14,6 +14,10 @@ RSpec.describe Projects::Settings::CiCdController do
end
describe 'GET show' do
+ let_it_be(:parent_group) { create(:group) }
+ let_it_be(:group) { create(:group, parent: parent_group) }
+ let_it_be(:other_project) { create(:project, group: group) }
+
it 'renders show with 200 status code' do
get :show, params: { namespace_id: project.namespace, project_id: project }
@@ -22,12 +26,9 @@ RSpec.describe Projects::Settings::CiCdController do
end
context 'with group runners' do
- let(:parent_group) { create(:group) }
- let(:group) { create(:group, parent: parent_group) }
- let(:group_runner) { create(:ci_runner, :group, groups: [group]) }
- let(:other_project) { create(:project, group: group) }
- let!(:project_runner) { create(:ci_runner, :project, projects: [other_project]) }
- let!(:shared_runner) { create(:ci_runner, :instance) }
+ let_it_be(:group_runner) { create(:ci_runner, :group, groups: [group]) }
+ let_it_be(:project_runner) { create(:ci_runner, :project, projects: [other_project]) }
+ let_it_be(:shared_runner) { create(:ci_runner, :instance) }
it 'sets assignable project runners only' do
group.add_maintainer(user)
@@ -37,6 +38,33 @@ RSpec.describe Projects::Settings::CiCdController do
expect(assigns(:assignable_runners)).to contain_exactly(project_runner)
end
end
+
+ context 'prevents N+1 queries for tags' do
+ render_views
+
+ def show
+ get :show, params: { namespace_id: project.namespace, project_id: project }
+ end
+
+ it 'has the same number of queries with one tag or with many tags', :request_store do
+ group.add_maintainer(user)
+
+ show # warmup
+
+ # with one tag
+ create(:ci_runner, :instance, tag_list: %w(shared_runner))
+ create(:ci_runner, :project, projects: [other_project], tag_list: %w(project_runner))
+ create(:ci_runner, :group, groups: [group], tag_list: %w(group_runner))
+ control = ActiveRecord::QueryRecorder.new { show }
+
+ # with several tags
+ create(:ci_runner, :instance, tag_list: %w(shared_runner tag2 tag3))
+ create(:ci_runner, :project, projects: [other_project], tag_list: %w(project_runner tag2 tag3))
+ create(:ci_runner, :group, groups: [group], tag_list: %w(group_runner tag2 tag3))
+
+ expect { show }.not_to exceed_query_limit(control)
+ end
+ end
end
describe '#reset_cache' do
diff --git a/spec/experiments/concerns/project_commit_count_spec.rb b/spec/experiments/concerns/project_commit_count_spec.rb
new file mode 100644
index 00000000000..5616f167cb4
--- /dev/null
+++ b/spec/experiments/concerns/project_commit_count_spec.rb
@@ -0,0 +1,41 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe ProjectCommitCount do
+ let(:klass) { Class.include(ProjectCommitCount) }
+ let(:instance) { klass.new }
+
+ describe '#commit_count_for' do
+ subject { instance.commit_count_for(project, default_count: 42, caller_info: :identifiable) }
+
+ let(:project) { create(:project, :repository) }
+
+ context 'when a root_ref exists' do
+ it 'returns commit count from GitlayClient' do
+ allow(Gitlab::GitalyClient).to receive(:call).and_call_original
+ allow(Gitlab::GitalyClient).to receive(:call).with(anything, :commit_service, :count_commits, anything, anything)
+ .and_return(double(count: 4))
+
+ expect(subject).to eq(4)
+ end
+ end
+
+ context 'when a root_ref does not exist' do
+ let(:project) { create(:project, :empty_repo) }
+
+ it 'returns the default_count' do
+ expect(subject).to eq(42)
+ end
+ end
+
+ it "handles exceptions by logging them with exception_details and returns the default_count" do
+ allow(Gitlab::GitalyClient).to receive(:call).and_call_original
+ allow(Gitlab::GitalyClient).to receive(:call).with(anything, :commit_service, :count_commits, anything, anything).and_raise(e = StandardError.new('_message_'))
+
+ expect(Gitlab::ErrorTracking).to receive(:track_exception).with(e, caller_info: :identifiable)
+
+ expect(subject).to eq(42)
+ end
+ end
+end
diff --git a/spec/experiments/empty_repo_upload_experiment_spec.rb b/spec/experiments/empty_repo_upload_experiment_spec.rb
new file mode 100644
index 00000000000..0ab42375a5f
--- /dev/null
+++ b/spec/experiments/empty_repo_upload_experiment_spec.rb
@@ -0,0 +1,43 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe EmptyRepoUploadExperiment, :experiment do
+ subject { described_class.new(project: project) }
+
+ let(:project) { create(:project, :repository) }
+
+ describe '#track_initial_write' do
+ it "tracks an event for the first commit on a project" do
+ expect(subject).to receive(:commit_count_for).with(project, max_count: described_class::INITIAL_COMMIT_COUNT, experiment: 'empty_repo_upload').and_return(1)
+
+ expect(subject).to receive(:track).with(:initial_write, project: project).and_call_original
+
+ subject.track_initial_write
+ end
+
+ it "doesn't track an event for projects with a commit count more than 1" do
+ expect(subject).to receive(:commit_count_for).and_return(2)
+
+ expect(subject).not_to receive(:track)
+
+ subject.track_initial_write
+ end
+
+ it "doesn't track when we generally shouldn't" do
+ allow(subject).to receive(:should_track?).and_return(false)
+
+ expect(subject).not_to receive(:track)
+
+ subject.track_initial_write
+ end
+
+ it "doesn't track if the project is older" do
+ expect(project).to receive(:created_at).and_return(described_class::TRACKING_START_DATE - 1.minute)
+
+ expect(subject).not_to receive(:track)
+
+ subject.track_initial_write
+ end
+ end
+end
diff --git a/spec/experiments/new_project_readme_experiment_spec.rb b/spec/experiments/new_project_readme_experiment_spec.rb
index 87446394bff..ac82c1d71eb 100644
--- a/spec/experiments/new_project_readme_experiment_spec.rb
+++ b/spec/experiments/new_project_readme_experiment_spec.rb
@@ -29,24 +29,15 @@ RSpec.describe NewProjectReadmeExperiment, :experiment do
context "when tracking initial writes" do
let!(:project) { create(:project, :repository) }
- def stub_gitaly_count(count = 1)
- allow(Gitlab::GitalyClient).to receive(:call).and_call_original
- allow(Gitlab::GitalyClient).to receive(:call).with(anything, :commit_service, :count_commits, anything, anything)
- .and_return(double(count: count))
- end
-
- before do
- stub_gitaly_count
- end
-
it "tracks an event for the first commit on a project with a repository" do
+ expect(subject).to receive(:commit_count_for).with(project, default_count: described_class::INITIAL_WRITE_LIMIT, max_count: described_class::INITIAL_WRITE_LIMIT, experiment: 'new_project_readme').and_return(1)
expect(subject).to receive(:track).with(:write, property: project.created_at.to_s, value: 1).and_call_original
subject.track_initial_writes(project)
end
it "tracks an event for the second commit on a project with a repository" do
- stub_gitaly_count(2)
+ allow(subject).to receive(:commit_count_for).and_return(2)
expect(subject).to receive(:track).with(:write, property: project.created_at.to_s, value: 2).and_call_original
@@ -54,7 +45,7 @@ RSpec.describe NewProjectReadmeExperiment, :experiment do
end
it "doesn't track if the repository has more then 2 commits" do
- stub_gitaly_count(3)
+ allow(subject).to receive(:commit_count_for).and_return(3)
expect(subject).not_to receive(:track)
@@ -76,14 +67,5 @@ RSpec.describe NewProjectReadmeExperiment, :experiment do
subject.track_initial_writes(project)
end
-
- it "handles exceptions by logging them" do
- allow(Gitlab::GitalyClient).to receive(:call).with(anything, :commit_service, :count_commits, anything, anything)
- .and_raise(e = StandardError.new('_message_'))
-
- expect(Gitlab::ErrorTracking).to receive(:track_exception).with(e, experiment: 'new_project_readme')
-
- subject.track_initial_writes(project)
- end
end
end
diff --git a/spec/frontend/environments/environment_table_spec.js b/spec/frontend/environments/environment_table_spec.js
index 863c4526bb9..b08fa8d5117 100644
--- a/spec/frontend/environments/environment_table_spec.js
+++ b/spec/frontend/environments/environment_table_spec.js
@@ -359,7 +359,7 @@ describe('Environment table', () => {
},
},
{
- name: 'review/master',
+ name: 'review/main',
last_deployment: {
created_at: '2019-02-17T16:26:15.125Z',
},
@@ -374,7 +374,7 @@ describe('Environment table', () => {
},
];
const [production, review, staging] = mockItems;
- const [addcibuildstatus, master] = mockItems[1].children;
+ const [addcibuildstatus, main] = mockItems[1].children;
factory({
propsData: {
@@ -390,7 +390,7 @@ describe('Environment table', () => {
production.name,
]);
- expect(wrapper.vm.sortedEnvironments[0].children).toEqual([master, addcibuildstatus]);
+ expect(wrapper.vm.sortedEnvironments[0].children).toEqual([main, addcibuildstatus]);
});
});
});
diff --git a/spec/frontend/environments/mock_data.js b/spec/frontend/environments/mock_data.js
index 4ad005f55c3..9ba71b78c2f 100644
--- a/spec/frontend/environments/mock_data.js
+++ b/spec/frontend/environments/mock_data.js
@@ -76,8 +76,8 @@ const environment = {
iid: 6,
sha: '500aabcb17c97bdcf2d0c410b70cb8556f0362dd',
ref: {
- name: 'master',
- ref_url: 'root/ci-folders/tree/master',
+ name: 'main',
+ ref_url: 'root/ci-folders/tree/main',
},
tag: true,
'last?': true,
@@ -130,8 +130,8 @@ const environment = {
iid: 27,
sha: '1132df044b73943943c949e7ac2c2f120a89bf59',
ref: {
- name: 'master',
- ref_path: '/root/environment-test/-/tree/master',
+ name: 'main',
+ ref_path: '/root/environment-test/-/tree/main',
},
status: 'running',
created_at: '2020-12-04T19:57:49.514Z',
diff --git a/spec/frontend/members/components/table/members_table_spec.js b/spec/frontend/members/components/table/members_table_spec.js
index 5cf1f40a8f4..5308d7651a3 100644
--- a/spec/frontend/members/components/table/members_table_spec.js
+++ b/spec/frontend/members/components/table/members_table_spec.js
@@ -1,4 +1,4 @@
-import { GlBadge, GlTable } from '@gitlab/ui';
+import { GlBadge, GlPagination, GlTable } from '@gitlab/ui';
import {
getByText as getByTextHelper,
getByTestId as getByTestIdHelper,
@@ -6,6 +6,7 @@ import {
} from '@testing-library/dom';
import { mount, createLocalVue, createWrapper } from '@vue/test-utils';
import Vuex from 'vuex';
+import { extendedWrapper } from 'helpers/vue_test_utils_helper';
import CreatedAt from '~/members/components/table/created_at.vue';
import ExpirationDatepicker from '~/members/components/table/expiration_datepicker.vue';
import ExpiresAt from '~/members/components/table/expires_at.vue';
@@ -16,7 +17,13 @@ import MembersTable from '~/members/components/table/members_table.vue';
import RoleDropdown from '~/members/components/table/role_dropdown.vue';
import { MEMBER_TYPES } from '~/members/constants';
import * as initUserPopovers from '~/user_popovers';
-import { member as memberMock, directMember, invite, accessRequest } from '../../mock_data';
+import {
+ member as memberMock,
+ directMember,
+ invite,
+ accessRequest,
+ pagination,
+} from '../../mock_data';
const localVue = createLocalVue();
localVue.use(Vuex);
@@ -36,6 +43,7 @@ describe('MembersTable', () => {
table: { 'data-qa-selector': 'members_list' },
tr: { 'data-qa-selector': 'member_row' },
},
+ pagination,
...state,
},
},
@@ -66,6 +74,8 @@ describe('MembersTable', () => {
});
};
+ const url = 'https://localhost/foo-bar/-/project_members';
+
const getByText = (text, options) =>
createWrapper(getByTextHelper(wrapper.element, text, options));
@@ -78,6 +88,14 @@ describe('MembersTable', () => {
`[data-label="${tableCellLabel}"][role="cell"]`,
);
+ const findPagination = () => extendedWrapper(wrapper.find(GlPagination));
+
+ const expectCorrectLinkToPage2 = () => {
+ expect(findPagination().findByText('2', { selector: 'a' }).attributes('href')).toBe(
+ `${url}?page=2`,
+ );
+ };
+
afterEach(() => {
wrapper.destroy();
wrapper = null;
@@ -219,4 +237,80 @@ describe('MembersTable', () => {
expect(findTable().find('tbody tr').attributes('data-qa-selector')).toBe('member_row');
});
+
+ describe('when required pagination data is provided', () => {
+ beforeEach(() => {
+ delete window.location;
+ });
+
+ it('renders `gl-pagination` component with correct props', () => {
+ window.location = new URL(url);
+
+ createComponent();
+
+ const glPagination = findPagination();
+
+ expect(glPagination.exists()).toBe(true);
+ expect(glPagination.props()).toMatchObject({
+ value: pagination.currentPage,
+ perPage: pagination.perPage,
+ totalItems: pagination.totalItems,
+ prevText: 'Prev',
+ nextText: 'Next',
+ labelNextPage: 'Go to next page',
+ labelPrevPage: 'Go to previous page',
+ align: 'center',
+ });
+ });
+
+ it('uses `pagination.paramName` to generate the pagination links', () => {
+ window.location = new URL(url);
+
+ createComponent({
+ pagination: {
+ currentPage: 1,
+ perPage: 5,
+ totalItems: 10,
+ paramName: 'page',
+ },
+ });
+
+ expectCorrectLinkToPage2();
+ });
+
+ it('removes any url params defined as `null` in the `params` attribute', () => {
+ window.location = new URL(`${url}?search_groups=foo`);
+
+ createComponent({
+ pagination: {
+ currentPage: 1,
+ perPage: 5,
+ totalItems: 10,
+ paramName: 'page',
+ params: { search_groups: null },
+ },
+ });
+
+ expectCorrectLinkToPage2();
+ });
+ });
+
+ describe.each`
+ attribute | value
+ ${'paramName'} | ${null}
+ ${'currentPage'} | ${null}
+ ${'perPage'} | ${null}
+ ${'totalItems'} | ${0}
+ `('when pagination.$attribute is $value', ({ attribute, value }) => {
+ it('does not render `gl-pagination`', () => {
+ createComponent({
+ pagination: {
+ ...pagination,
+ [attribute]: value,
+ },
+ });
+
+ expect(findPagination().exists()).toBe(false);
+ });
+ });
});
diff --git a/spec/frontend/members/index_spec.js b/spec/frontend/members/index_spec.js
index 8b645d9b059..751c4674a60 100644
--- a/spec/frontend/members/index_spec.js
+++ b/spec/frontend/members/index_spec.js
@@ -2,7 +2,7 @@ import { createWrapper } from '@vue/test-utils';
import MembersApp from '~/members/components/app.vue';
import { MEMBER_TYPES } from '~/members/constants';
import { initMembersApp } from '~/members/index';
-import { membersJsonString, members } from './mock_data';
+import { membersJsonString, members, paginationJsonString, pagination } from './mock_data';
describe('initMembersApp', () => {
let el;
@@ -24,6 +24,7 @@ describe('initMembersApp', () => {
beforeEach(() => {
el = document.createElement('div');
el.setAttribute('data-members', membersJsonString);
+ el.setAttribute('data-pagination', paginationJsonString);
el.setAttribute('data-source-id', '234');
el.setAttribute('data-can-manage-members', 'true');
el.setAttribute('data-member-path', '/groups/foo-bar/-/group_members/:id');
@@ -50,6 +51,12 @@ describe('initMembersApp', () => {
expect(vm.$store.state[MEMBER_TYPES.user].members).toEqual(members);
});
+ it('parses and sets `pagination` in Vuex store', () => {
+ setup();
+
+ expect(vm.$store.state[MEMBER_TYPES.user].pagination).toEqual(pagination);
+ });
+
it('sets `tableFields` in Vuex store', () => {
setup();
diff --git a/spec/frontend/members/mock_data.js b/spec/frontend/members/mock_data.js
index a47b7ab2118..6e1ee979839 100644
--- a/spec/frontend/members/mock_data.js
+++ b/spec/frontend/members/mock_data.js
@@ -79,3 +79,19 @@ export const directMember = { ...member, isDirectMember: true };
export const inheritedMember = { ...member, isDirectMember: false };
export const member2faEnabled = { ...member, user: { ...member.user, twoFactorEnabled: true } };
+
+export const paginationJsonString = JSON.stringify({
+ current_page: 1,
+ per_page: 5,
+ total_items: 10,
+ param_name: 'page',
+ params: { search_groups: null },
+});
+
+export const pagination = {
+ currentPage: 1,
+ perPage: 5,
+ totalItems: 10,
+ paramName: 'page',
+ params: { search_groups: null },
+};
diff --git a/spec/frontend/members/utils_spec.js b/spec/frontend/members/utils_spec.js
index bfb5a4bc7d3..91e99876238 100644
--- a/spec/frontend/members/utils_spec.js
+++ b/spec/frontend/members/utils_spec.js
@@ -22,6 +22,8 @@ import {
invite,
membersJsonString,
members,
+ paginationJsonString,
+ pagination,
} from './mock_data';
const IS_CURRENT_USER_ID = 123;
@@ -259,6 +261,7 @@ describe('Members Utils', () => {
beforeEach(() => {
el = document.createElement('div');
el.setAttribute('data-members', membersJsonString);
+ el.setAttribute('data-pagination', paginationJsonString);
el.setAttribute('data-source-id', '234');
el.setAttribute('data-can-manage-members', 'true');
});
@@ -270,6 +273,7 @@ describe('Members Utils', () => {
it('correctly parses the data attributes', () => {
expect(parseDataAttributes(el)).toEqual({
members,
+ pagination,
sourceId: 234,
canManageMembers: true,
});
diff --git a/spec/frontend/pipeline_new/components/pipeline_new_form_spec.js b/spec/frontend/pipeline_new/components/pipeline_new_form_spec.js
index 7ec5818010a..dc70db42b4a 100644
--- a/spec/frontend/pipeline_new/components/pipeline_new_form_spec.js
+++ b/spec/frontend/pipeline_new/components/pipeline_new_form_spec.js
@@ -17,7 +17,7 @@ const projectRefsEndpoint = '/root/project/refs';
const pipelinesPath = '/root/project/-/pipelines';
const configVariablesPath = '/root/project/-/pipelines/config_variables';
const newPipelinePostResponse = { id: 1 };
-const defaultBranch = 'master';
+const defaultBranch = 'main';
describe('Pipeline New Form', () => {
let wrapper;
@@ -187,13 +187,13 @@ describe('Pipeline New Form', () => {
await waitForPromises();
});
it('variables persist between ref changes', async () => {
- selectBranch('master');
+ selectBranch('main');
await waitForPromises();
- const masterInput = findKeyInputs().at(0);
- masterInput.element.value = 'build_var';
- masterInput.trigger('change');
+ const mainInput = findKeyInputs().at(0);
+ mainInput.element.value = 'build_var';
+ mainInput.trigger('change');
await wrapper.vm.$nextTick();
@@ -207,7 +207,7 @@ describe('Pipeline New Form', () => {
await wrapper.vm.$nextTick();
- selectBranch('master');
+ selectBranch('main');
await waitForPromises();
diff --git a/spec/frontend/pipeline_new/components/refs_dropdown_spec.js b/spec/frontend/pipeline_new/components/refs_dropdown_spec.js
index 8dafbf230f9..826f2826d3c 100644
--- a/spec/frontend/pipeline_new/components/refs_dropdown_spec.js
+++ b/spec/frontend/pipeline_new/components/refs_dropdown_spec.js
@@ -10,8 +10,8 @@ import RefsDropdown from '~/pipeline_new/components/refs_dropdown.vue';
import { mockRefs, mockFilteredRefs } from '../mock_data';
const projectRefsEndpoint = '/root/project/refs';
-const refShortName = 'master';
-const refFullName = 'refs/heads/master';
+const refShortName = 'main';
+const refFullName = 'refs/heads/main';
jest.mock('~/flash');
diff --git a/spec/frontend/pipeline_new/mock_data.js b/spec/frontend/pipeline_new/mock_data.js
index 4fb58cb8e62..2a677f109da 100644
--- a/spec/frontend/pipeline_new/mock_data.js
+++ b/spec/frontend/pipeline_new/mock_data.js
@@ -1,5 +1,5 @@
export const mockRefs = {
- Branches: ['master', 'branch-1', 'branch-2'],
+ Branches: ['main', 'branch-1', 'branch-2'],
Tags: ['1.0.0', '1.1.0', '1.2.0'],
};
@@ -40,6 +40,6 @@ export const mockError = {
total_warnings: 7,
};
-export const mockBranchRefs = ['master', 'dev', 'release'];
+export const mockBranchRefs = ['main', 'dev', 'release'];
export const mockTagRefs = ['1.0.0', '1.1.0', '1.2.0'];
diff --git a/spec/frontend/pipeline_new/utils/format_refs_spec.js b/spec/frontend/pipeline_new/utils/format_refs_spec.js
index 405a747c3ba..71190f55c16 100644
--- a/spec/frontend/pipeline_new/utils/format_refs_spec.js
+++ b/spec/frontend/pipeline_new/utils/format_refs_spec.js
@@ -5,7 +5,7 @@ import { mockBranchRefs, mockTagRefs } from '../mock_data';
describe('Format refs util', () => {
it('formats branch ref correctly', () => {
expect(formatRefs(mockBranchRefs, BRANCH_REF_TYPE)).toEqual([
- { fullName: 'refs/heads/master', shortName: 'master' },
+ { fullName: 'refs/heads/main', shortName: 'main' },
{ fullName: 'refs/heads/dev', shortName: 'dev' },
{ fullName: 'refs/heads/release', shortName: 'release' },
]);
diff --git a/spec/frontend/pipelines/components/pipelines_filtered_search_spec.js b/spec/frontend/pipelines/components/pipelines_filtered_search_spec.js
index e43aa2a02f5..d2a3b134845 100644
--- a/spec/frontend/pipelines/components/pipelines_filtered_search_spec.js
+++ b/spec/frontend/pipelines/components/pipelines_filtered_search_spec.js
@@ -138,7 +138,7 @@ describe('Pipelines filtered search', () => {
describe('Url query params', () => {
const params = {
username: 'deja.green',
- ref: 'master',
+ ref: 'main',
};
beforeEach(() => {
diff --git a/spec/frontend/pipelines/graph/linked_pipelines_mock_data.js b/spec/frontend/pipelines/graph/linked_pipelines_mock_data.js
index 5756a666ff3..eb05669463b 100644
--- a/spec/frontend/pipelines/graph/linked_pipelines_mock_data.js
+++ b/spec/frontend/pipelines/graph/linked_pipelines_mock_data.js
@@ -3727,8 +3727,8 @@ export default {
scheduled_actions: [],
},
ref: {
- name: 'master',
- path: '/h5bp/html5-boilerplate/commits/master',
+ name: 'main',
+ path: '/h5bp/html5-boilerplate/commits/main',
tag: false,
branch: true,
merge_request: false,
diff --git a/spec/frontend/pipelines/graph/mock_data_legacy.js b/spec/frontend/pipelines/graph/mock_data_legacy.js
index a4a5d78f906..e1c8b027121 100644
--- a/spec/frontend/pipelines/graph/mock_data_legacy.js
+++ b/spec/frontend/pipelines/graph/mock_data_legacy.js
@@ -221,22 +221,22 @@ export default {
cancelable: false,
},
ref: {
- name: 'master',
- path: '/root/ci-mock/tree/master',
+ name: 'main',
+ path: '/root/ci-mock/tree/main',
tag: false,
branch: true,
},
commit: {
id: '798e5f902592192afaba73f4668ae30e56eae492',
short_id: '798e5f90',
- title: "Merge branch 'new-branch' into 'master'\r",
+ title: "Merge branch 'new-branch' into 'main'\r",
created_at: '2017-04-13T10:25:17.000+01:00',
parent_ids: [
'54d483b1ed156fbbf618886ddf7ab023e24f8738',
'c8e2d38a6c538822e81c57022a6e3a0cfedebbcc',
],
message:
- "Merge branch 'new-branch' into 'master'\r\n\r\nAdd new file\r\n\r\nSee merge request !1",
+ "Merge branch 'new-branch' into 'main'\r\n\r\nAdd new file\r\n\r\nSee merge request !1",
author_name: 'Root',
author_email: 'admin@example.com',
authored_date: '2017-04-13T10:25:17.000+01:00',
diff --git a/spec/frontend/pipelines/mock_data.js b/spec/frontend/pipelines/mock_data.js
index 337838c41b3..16f15b20824 100644
--- a/spec/frontend/pipelines/mock_data.js
+++ b/spec/frontend/pipelines/mock_data.js
@@ -387,7 +387,7 @@ export const tags = [
protected: false,
},
{
- name: 'master-tag',
+ name: 'main-tag',
message: '',
target: '66673b07efef254dab7d537f0433a40e61cf84fe',
commit: {
@@ -413,10 +413,10 @@ export const tags = [
export const mockSearch = [
{ type: 'username', value: { data: 'root', operator: '=' } },
- { type: 'ref', value: { data: 'master', operator: '=' } },
+ { type: 'ref', value: { data: 'main', operator: '=' } },
{ type: 'status', value: { data: 'pending', operator: '=' } },
];
export const mockBranchesAfterMap = ['branch-1', 'branch-10', 'branch-11'];
-export const mockTagsAfterMap = ['tag-3', 'tag-2', 'tag-1', 'master-tag'];
+export const mockTagsAfterMap = ['tag-3', 'tag-2', 'tag-1', 'main-tag'];
diff --git a/spec/frontend/pipelines/pipelines_ci_templates_spec.js b/spec/frontend/pipelines/pipelines_ci_templates_spec.js
index d4cf6027ff7..0c37bf2d84a 100644
--- a/spec/frontend/pipelines/pipelines_ci_templates_spec.js
+++ b/spec/frontend/pipelines/pipelines_ci_templates_spec.js
@@ -2,7 +2,7 @@ import { shallowMount } from '@vue/test-utils';
import ExperimentTracking from '~/experimentation/experiment_tracking';
import PipelinesCiTemplate from '~/pipelines/components/pipelines_list/pipelines_ci_templates.vue';
-const addCiYmlPath = "/-/new/master?commit_message='Add%20.gitlab-ci.yml'";
+const addCiYmlPath = "/-/new/main?commit_message='Add%20.gitlab-ci.yml'";
const suggestedCiTemplates = [
{ name: 'Android', logo: '/assets/illustrations/logos/android.svg' },
{ name: 'Bash', logo: '/assets/illustrations/logos/bash.svg' },
diff --git a/spec/frontend/pipelines/pipelines_spec.js b/spec/frontend/pipelines/pipelines_spec.js
index 84a25f42201..b5b19b55f0d 100644
--- a/spec/frontend/pipelines/pipelines_spec.js
+++ b/spec/frontend/pipelines/pipelines_spec.js
@@ -289,7 +289,7 @@ describe('Pipelines', () => {
page: '1',
scope: 'all',
username: 'root',
- ref: 'master',
+ ref: 'main',
status: 'pending',
};
@@ -321,7 +321,7 @@ describe('Pipelines', () => {
expect(window.history.pushState).toHaveBeenCalledWith(
expect.anything(),
expect.anything(),
- `${window.location.pathname}?page=1&scope=all&username=root&ref=master&status=pending`,
+ `${window.location.pathname}?page=1&scope=all&username=root&ref=main&status=pending`,
);
});
});
diff --git a/spec/frontend/pipelines/test_reports/test_case_details_spec.js b/spec/frontend/pipelines/test_reports/test_case_details_spec.js
index e866586a2c3..64c6f08dce0 100644
--- a/spec/frontend/pipelines/test_reports/test_case_details_spec.js
+++ b/spec/frontend/pipelines/test_reports/test_case_details_spec.js
@@ -13,7 +13,7 @@ describe('Test case details', () => {
formattedTime: '10.04ms',
recent_failures: {
count: 2,
- base_branch: 'master',
+ base_branch: 'main',
},
system_output: 'Line 42 is broken',
};
diff --git a/spec/frontend/pipelines/tokens/pipeline_branch_name_token_spec.js b/spec/frontend/pipelines/tokens/pipeline_branch_name_token_spec.js
index 2e32d62b4bd..2e44f40eda4 100644
--- a/spec/frontend/pipelines/tokens/pipeline_branch_name_token_spec.js
+++ b/spec/frontend/pipelines/tokens/pipeline_branch_name_token_spec.js
@@ -89,7 +89,7 @@ describe('Pipeline Branch Name Token', () => {
});
it('renders only the branch searched for', () => {
- const mockBranches = ['master'];
+ const mockBranches = ['main'];
createComponent({ stubs }, { branches: mockBranches, loading: false });
expect(findAllFilteredSearchSuggestions()).toHaveLength(mockBranches.length);
diff --git a/spec/frontend/pipelines/tokens/pipeline_tag_name_token_spec.js b/spec/frontend/pipelines/tokens/pipeline_tag_name_token_spec.js
index 42c9dfc9ff0..b03dbb73b95 100644
--- a/spec/frontend/pipelines/tokens/pipeline_tag_name_token_spec.js
+++ b/spec/frontend/pipelines/tokens/pipeline_tag_name_token_spec.js
@@ -89,7 +89,7 @@ describe('Pipeline Branch Name Token', () => {
});
it('renders only the tag searched for', () => {
- const mockTags = ['master-tag'];
+ const mockTags = ['main-tag'];
createComponent({ stubs }, { tags: mockTags, loading: false });
expect(findAllFilteredSearchSuggestions()).toHaveLength(mockTags.length);
diff --git a/spec/frontend/vue_mr_widget/components/mr_widget_header_spec.js b/spec/frontend/vue_mr_widget/components/mr_widget_header_spec.js
index eadf07e54fb..115f21d8b35 100644
--- a/spec/frontend/vue_mr_widget/components/mr_widget_header_spec.js
+++ b/spec/frontend/vue_mr_widget/components/mr_widget_header_spec.js
@@ -34,7 +34,7 @@ describe('MRWidgetHeader', () => {
divergedCommitsCount: 12,
sourceBranch: 'mr-widget-refactor',
sourceBranchLink: '<a href="/foo/bar/mr-widget-refactor">Link</a>',
- targetBranch: 'master',
+ targetBranch: 'main',
statusPath: 'abc',
},
});
@@ -48,7 +48,7 @@ describe('MRWidgetHeader', () => {
divergedCommitsCount: 0,
sourceBranch: 'mr-widget-refactor',
sourceBranchLink: '<a href="/foo/bar/mr-widget-refactor">Link</a>',
- targetBranch: 'master',
+ targetBranch: 'main',
statusPath: 'abc',
},
});
@@ -64,14 +64,14 @@ describe('MRWidgetHeader', () => {
divergedCommitsCount: 1,
sourceBranch: 'mr-widget-refactor',
sourceBranchLink: '<a href="/foo/bar/mr-widget-refactor">Link</a>',
- targetBranch: 'master',
- targetBranchPath: '/foo/bar/master',
+ targetBranch: 'main',
+ targetBranchPath: '/foo/bar/main',
statusPath: 'abc',
},
});
expect(wrapper.vm.commitsBehindText).toBe(
- 'The source branch is <a href="/foo/bar/master">1 commit behind</a> the target branch',
+ 'The source branch is <a href="/foo/bar/main">1 commit behind</a> the target branch',
);
});
@@ -81,14 +81,14 @@ describe('MRWidgetHeader', () => {
divergedCommitsCount: 2,
sourceBranch: 'mr-widget-refactor',
sourceBranchLink: '<a href="/foo/bar/mr-widget-refactor">Link</a>',
- targetBranch: 'master',
- targetBranchPath: '/foo/bar/master',
+ targetBranch: 'main',
+ targetBranchPath: '/foo/bar/main',
statusPath: 'abc',
},
});
expect(wrapper.vm.commitsBehindText).toBe(
- 'The source branch is <a href="/foo/bar/master">2 commits behind</a> the target branch',
+ 'The source branch is <a href="/foo/bar/main">2 commits behind</a> the target branch',
);
});
});
@@ -105,7 +105,7 @@ describe('MRWidgetHeader', () => {
sourceBranchRemoved: false,
targetBranchPath: 'foo/bar/commits-path',
targetBranchTreePath: 'foo/bar/tree/path',
- targetBranch: 'master',
+ targetBranch: 'main',
isOpen: true,
emailPatchesPath: '/mr/email-patches',
plainDiffPath: '/mr/plainDiffPath',
@@ -125,7 +125,7 @@ describe('MRWidgetHeader', () => {
});
it('renders target branch', () => {
- expect(wrapper.find('.js-target-branch').text().trim()).toBe('master');
+ expect(wrapper.find('.js-target-branch').text().trim()).toBe('main');
});
});
@@ -138,7 +138,7 @@ describe('MRWidgetHeader', () => {
sourceBranchRemoved: false,
targetBranchPath: 'foo/bar/commits-path',
targetBranchTreePath: 'foo/bar/tree/path',
- targetBranch: 'master',
+ targetBranch: 'main',
isOpen: true,
canPushToSourceBranch: true,
emailPatchesPath: '/mr/email-patches',
@@ -227,7 +227,7 @@ describe('MRWidgetHeader', () => {
sourceBranchRemoved: false,
targetBranchPath: 'foo/bar/commits-path',
targetBranchTreePath: 'foo/bar/tree/path',
- targetBranch: 'master',
+ targetBranch: 'main',
isOpen: false,
emailPatchesPath: '/mr/email-patches',
plainDiffPath: '/mr/plainDiffPath',
@@ -257,7 +257,7 @@ describe('MRWidgetHeader', () => {
sourceBranchRemoved: false,
targetBranchPath: 'foo/bar/commits-path',
targetBranchTreePath: 'foo/bar/tree/path',
- targetBranch: 'master',
+ targetBranch: 'main',
isOpen: true,
emailPatchesPath: '/mr/email-patches',
plainDiffPath: '/mr/plainDiffPath',
@@ -281,7 +281,7 @@ describe('MRWidgetHeader', () => {
sourceBranchRemoved: false,
targetBranchPath: 'foo/bar/commits-path',
targetBranchTreePath: 'foo/bar/tree/path',
- targetBranch: 'master',
+ targetBranch: 'main',
isOpen: true,
emailPatchesPath: '/mr/email-patches',
plainDiffPath: '/mr/plainDiffPath',
diff --git a/spec/frontend/vue_mr_widget/components/states/mr_widget_commits_header_spec.js b/spec/frontend/vue_mr_widget/components/states/mr_widget_commits_header_spec.js
index e4123b2ca83..b31a75f30d3 100644
--- a/spec/frontend/vue_mr_widget/components/states/mr_widget_commits_header_spec.js
+++ b/spec/frontend/vue_mr_widget/components/states/mr_widget_commits_header_spec.js
@@ -8,7 +8,7 @@ describe('Commits header component', () => {
wrapper = shallowMount(CommitsHeader, {
propsData: {
isSquashEnabled: false,
- targetBranch: 'master',
+ targetBranch: 'main',
commitsCount: 5,
isFastForwardEnabled: false,
...props,
@@ -94,7 +94,7 @@ describe('Commits header component', () => {
it('has correct target branch displayed', () => {
createComponent();
- expect(findTargetBranchMessage().text()).toBe('master');
+ expect(findTargetBranchMessage().text()).toBe('main');
});
it('does has merge commit part of the message', () => {
diff --git a/spec/frontend/vue_mr_widget/components/states/mr_widget_ready_to_merge_spec.js b/spec/frontend/vue_mr_widget/components/states/mr_widget_ready_to_merge_spec.js
index 983e4a35078..7202f327683 100644
--- a/spec/frontend/vue_mr_widget/components/states/mr_widget_ready_to_merge_spec.js
+++ b/spec/frontend/vue_mr_widget/components/states/mr_widget_ready_to_merge_spec.js
@@ -42,7 +42,7 @@ const createTestMr = (customConfig) => {
commitMessageWithDescription,
shouldRemoveSourceBranch: true,
canRemoveSourceBranch: false,
- targetBranch: 'master',
+ targetBranch: 'main',
preferredAutoMergeStrategy: MWPS_MERGE_STRATEGY,
availableAutoMergeStrategies: [MWPS_MERGE_STRATEGY],
mergeImmediatelyDocsPath: 'path/to/merge/immediately/docs',
diff --git a/spec/frontend/vue_mr_widget/deployment/deployment_mock_data.js b/spec/frontend/vue_mr_widget/deployment/deployment_mock_data.js
index ff29022b75d..2083dc88681 100644
--- a/spec/frontend/vue_mr_widget/deployment/deployment_mock_data.js
+++ b/spec/frontend/vue_mr_widget/deployment/deployment_mock_data.js
@@ -45,15 +45,15 @@ const deploymentMockData = {
changes: [
{
path: 'index.html',
- external_url: 'http://root-master-patch-91341.volatile-watch.surge.sh/index.html',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/index.html',
},
{
path: 'imgs/gallery.html',
- external_url: 'http://root-master-patch-91341.volatile-watch.surge.sh/imgs/gallery.html',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/imgs/gallery.html',
},
{
path: 'about/',
- external_url: 'http://root-master-patch-91341.volatile-watch.surge.sh/about/',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/about/',
},
],
};
diff --git a/spec/frontend/vue_mr_widget/mock_data.js b/spec/frontend/vue_mr_widget/mock_data.js
index aa2345abccf..8e36a9225d6 100644
--- a/spec/frontend/vue_mr_widget/mock_data.js
+++ b/spec/frontend/vue_mr_widget/mock_data.js
@@ -48,7 +48,7 @@ export default {
source_branch_link: 'daaaa',
source_project_id: 19,
source_project_full_path: '/group1/project1',
- target_branch: 'master',
+ target_branch: 'main',
target_project_id: 19,
target_project_full_path: '/group2/project2',
merge_request_add_ci_config_path: '/group2/project2/new/pipeline',
@@ -83,7 +83,7 @@ export default {
diff_head_sha: '104096c51715e12e7ae41f9333e9fa35b73f385d',
diff_head_commit_short_id: '104096c5',
default_merge_commit_message:
- "Merge branch 'daaaa' into 'master'\n\nUpdate README.md\n\nSee merge request !22",
+ "Merge branch 'daaaa' into 'main'\n\nUpdate README.md\n\nSee merge request !22",
pipeline: {
id: 172,
user: {
@@ -173,8 +173,8 @@ export default {
title: 'Update README.md',
source_branch: 'feature-1',
source_branch_path: '/root/detached-merge-request-pipelines/branches/feature-1',
- target_branch: 'master',
- target_branch_path: '/root/detached-merge-request-pipelines/branches/master',
+ target_branch: 'main',
+ target_branch_path: '/root/detached-merge-request-pipelines/branches/main',
},
commit: {
id: '104096c51715e12e7ae41f9333e9fa35b73f385d',
@@ -243,7 +243,7 @@ export default {
head_path: 'blob_path',
},
codequality_help_path: 'code_quality.html',
- target_branch_path: '/root/acets-app/branches/master',
+ target_branch_path: '/root/acets-app/branches/main',
source_branch_path: '/root/acets-app/branches/daaaa',
conflict_resolution_ui_path: '/root/acets-app/-/merge_requests/22/conflicts',
remove_wip_path: '/root/acets-app/-/merge_requests/22/remove_wip',
@@ -264,7 +264,7 @@ export default {
ci_environments_status_url: '/root/acets-app/-/merge_requests/22/ci_environments_status',
project_archived: false,
default_merge_commit_message_with_description:
- "Merge branch 'daaaa' into 'master'\n\nUpdate README.md\n\nSee merge request !22",
+ "Merge branch 'daaaa' into 'main'\n\nUpdate README.md\n\nSee merge request !22",
default_squash_commit_message: 'Test squash commit message',
diverged_commits_count: 0,
only_allow_merge_if_pipeline_succeeds: false,
diff --git a/spec/frontend/vue_mr_widget/mr_widget_options_spec.js b/spec/frontend/vue_mr_widget/mr_widget_options_spec.js
index c4962b608e1..3ed9172eeb7 100644
--- a/spec/frontend/vue_mr_widget/mr_widget_options_spec.js
+++ b/spec/frontend/vue_mr_widget/mr_widget_options_spec.js
@@ -559,15 +559,15 @@ describe('MrWidgetOptions', () => {
const changes = [
{
path: 'index.html',
- external_url: 'http://root-master-patch-91341.volatile-watch.surge.sh/index.html',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/index.html',
},
{
path: 'imgs/gallery.html',
- external_url: 'http://root-master-patch-91341.volatile-watch.surge.sh/imgs/gallery.html',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/imgs/gallery.html',
},
{
path: 'about/',
- external_url: 'http://root-master-patch-91341.volatile-watch.surge.sh/about/',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/about/',
},
];
const deploymentMockData = {
@@ -688,22 +688,22 @@ describe('MrWidgetOptions', () => {
scheduled_actions: [],
},
ref: {
- name: 'master',
- path: '/root/ci-web-terminal/commits/master',
+ name: 'main',
+ path: '/root/ci-web-terminal/commits/main',
tag: false,
branch: true,
},
commit: {
id: 'aa1939133d373c94879becb79d91828a892ee319',
short_id: 'aa193913',
- title: "Merge branch 'master-test' into 'master'",
+ title: "Merge branch 'main-test' into 'main'",
created_at: '2018-10-22T11:41:33.000Z',
parent_ids: [
'4622f4dd792468993003caf2e3be978798cbe096',
'76598df914cdfe87132d0c3c40f80db9fa9396a4',
],
message:
- "Merge branch 'master-test' into 'master'\n\nUpdate .gitlab-ci.yml\n\nSee merge request root/ci-web-terminal!1",
+ "Merge branch 'main-test' into 'main'\n\nUpdate .gitlab-ci.yml\n\nSee merge request root/ci-web-terminal!1",
author_name: 'Administrator',
author_email: 'admin@example.com',
authored_date: '2018-10-22T11:41:33.000Z',
@@ -751,17 +751,16 @@ describe('MrWidgetOptions', () => {
changes: [
{
path: 'index.html',
- external_url:
- 'http://root-master-patch-91341.volatile-watch.surge.sh/index.html',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/index.html',
},
{
path: 'imgs/gallery.html',
external_url:
- 'http://root-master-patch-91341.volatile-watch.surge.sh/imgs/gallery.html',
+ 'http://root-main-patch-91341.volatile-watch.surge.sh/imgs/gallery.html',
},
{
path: 'about/',
- external_url: 'http://root-master-patch-91341.volatile-watch.surge.sh/about/',
+ external_url: 'http://root-main-patch-91341.volatile-watch.surge.sh/about/',
},
],
status: 'success',
diff --git a/spec/helpers/gitlab_routing_helper_spec.rb b/spec/helpers/gitlab_routing_helper_spec.rb
index 0df04d2a8a7..c3f8ac76ef5 100644
--- a/spec/helpers/gitlab_routing_helper_spec.rb
+++ b/spec/helpers/gitlab_routing_helper_spec.rb
@@ -113,6 +113,24 @@ RSpec.describe GitlabRoutingHelper do
end
end
+ describe 'members helpers' do
+ describe '#source_members_url' do
+ it 'returns a url to the memberships page for a group membership' do
+ membership = build_stubbed(:group_member)
+ group_members_url = "http://test.host/groups/#{membership.source.full_path}/-/group_members"
+
+ expect(source_members_url(membership)).to eq(group_members_url)
+ end
+
+ it 'returns a url to the memberships page for a project membership' do
+ membership = build_stubbed(:project_member)
+ project_members_url = "http://test.host/#{membership.source.full_path}/-/project_members"
+
+ expect(source_members_url(membership)).to eq(project_members_url)
+ end
+ end
+ end
+
context 'artifacts' do
let_it_be(:project) { create(:project) }
let_it_be(:job) { create(:ci_build, project: project, name: 'test:job', artifacts_expire_at: 1.hour.from_now) }
diff --git a/spec/helpers/groups/group_members_helper_spec.rb b/spec/helpers/groups/group_members_helper_spec.rb
index 99efc7963e6..19b3ced2304 100644
--- a/spec/helpers/groups/group_members_helper_spec.rb
+++ b/spec/helpers/groups/group_members_helper_spec.rb
@@ -70,7 +70,7 @@ RSpec.describe Groups::GroupMembersHelper do
end
describe '#group_members_list_data_attributes' do
- let(:group_member) { create(:group_member, group: group, created_by: current_user) }
+ let_it_be(:group_members) { create_list(:group_member, 2, group: group, created_by: current_user) }
before do
allow(helper).to receive(:group_group_member_path).with(group, ':id').and_return('/groups/foo-bar/-/group_members/:id')
@@ -78,13 +78,45 @@ RSpec.describe Groups::GroupMembersHelper do
end
it 'returns expected hash' do
- expect(helper.group_members_list_data_attributes(group, present_members([group_member]))).to include({
- members: helper.members_data_json(group, present_members([group_member])),
+ expect(helper.group_members_list_data_attributes(group, present_members(group_members))).to include({
+ members: helper.members_data_json(group, present_members(group_members)),
member_path: '/groups/foo-bar/-/group_members/:id',
source_id: group.id,
can_manage_members: 'true'
})
end
+
+ context 'when pagination is not available' do
+ it 'sets `pagination` attribute to expected json' do
+ expect(helper.group_members_list_data_attributes(group, present_members(group_members))[:pagination]).to match({
+ current_page: nil,
+ per_page: nil,
+ total_items: 2,
+ param_name: nil,
+ params: {}
+ }.to_json)
+ end
+ end
+
+ context 'when pagination is available' do
+ let(:collection) { Kaminari.paginate_array(group_members).page(1).per(1) }
+
+ it 'sets `pagination` attribute to expected json' do
+ expect(
+ helper.group_members_list_data_attributes(
+ group,
+ present_members(collection),
+ { param_name: :page, params: { search_groups: nil } }
+ )[:pagination]
+ ).to match({
+ current_page: 1,
+ per_page: 1,
+ total_items: 2,
+ param_name: :page,
+ params: { search_groups: nil }
+ }.to_json)
+ end
+ end
end
describe '#group_group_links_list_data_attributes' do
@@ -96,6 +128,13 @@ RSpec.describe Groups::GroupMembersHelper do
it 'returns expected hash' do
expect(helper.group_group_links_list_data_attributes(shared_group)).to include({
+ pagination: {
+ current_page: nil,
+ per_page: nil,
+ total_items: 1,
+ param_name: nil,
+ params: {}
+ }.to_json,
members: helper.group_group_links_data_json(shared_group.shared_with_group_links),
member_path: '/groups/foo-bar/-/group_links/:id',
source_id: shared_group.id
diff --git a/spec/helpers/projects/project_members_helper_spec.rb b/spec/helpers/projects/project_members_helper_spec.rb
index 0e08a18f912..03e67afc372 100644
--- a/spec/helpers/projects/project_members_helper_spec.rb
+++ b/spec/helpers/projects/project_members_helper_spec.rb
@@ -147,7 +147,7 @@ RSpec.describe Projects::ProjectMembersHelper do
end
describe 'project members' do
- let_it_be(:project_members) { create_list(:project_member, 1, project: project) }
+ let_it_be(:project_members) { create_list(:project_member, 2, project: project) }
describe '#project_members_data_json' do
it 'matches json schema' do
@@ -170,6 +170,38 @@ RSpec.describe Projects::ProjectMembersHelper do
can_manage_members: 'true'
})
end
+
+ context 'when pagination is not available' do
+ it 'sets `pagination` attribute to expected json' do
+ expect(helper.project_members_list_data_attributes(project, present_members(project_members))[:pagination]).to match({
+ current_page: nil,
+ per_page: nil,
+ total_items: 2,
+ param_name: nil,
+ params: {}
+ }.to_json)
+ end
+ end
+
+ context 'when pagination is available' do
+ let(:collection) { Kaminari.paginate_array(project_members).page(1).per(1) }
+
+ it 'sets `pagination` attribute to expected json' do
+ expect(
+ helper.project_members_list_data_attributes(
+ project,
+ present_members(collection),
+ { param_name: :page, params: { search_groups: nil } }
+ )[:pagination]
+ ).to match({
+ current_page: 1,
+ per_page: 1,
+ total_items: 2,
+ param_name: :page,
+ params: { search_groups: nil }
+ }.to_json)
+ end
+ end
end
end
@@ -193,6 +225,13 @@ RSpec.describe Projects::ProjectMembersHelper do
it 'returns expected hash' do
expect(helper.project_group_links_list_data_attributes(project, project_group_links)).to include({
members: helper.project_group_links_data_json(project_group_links),
+ pagination: {
+ current_page: nil,
+ per_page: nil,
+ total_items: 1,
+ param_name: nil,
+ params: {}
+ }.to_json,
member_path: '/foo-bar/-/group_links/:id',
source_id: project.id,
can_manage_members: 'true'
diff --git a/spec/lib/banzai/filter/references/abstract_reference_filter_spec.rb b/spec/lib/banzai/filter/references/abstract_reference_filter_spec.rb
index 076c112ac87..d10b52bf7d0 100644
--- a/spec/lib/banzai/filter/references/abstract_reference_filter_spec.rb
+++ b/spec/lib/banzai/filter/references/abstract_reference_filter_spec.rb
@@ -61,13 +61,13 @@ RSpec.describe Banzai::Filter::References::AbstractReferenceFilter do
.to eq([project])
end
- context "when no project with that path exists" do
- it "returns no value" do
+ context 'when no project with that path exists' do
+ it 'returns no value' do
expect(filter.find_for_paths(['nonexistent/project']))
.to eq([])
end
- it "adds the ref to the project refs cache" do
+ it 'adds the ref to the project refs cache' do
project_refs_cache = {}
allow(filter).to receive(:refs_cache).and_return(project_refs_cache)
@@ -99,4 +99,18 @@ RSpec.describe Banzai::Filter::References::AbstractReferenceFilter do
expect(filter.current_parent_path).to eq(project.full_path)
end
end
+
+ context 'abstract methods' do
+ describe '#find_object' do
+ it 'raises NotImplementedError' do
+ expect { filter.find_object(nil, nil) }.to raise_error(NotImplementedError)
+ end
+ end
+
+ describe '#url_for_object' do
+ it 'raises NotImplementedError' do
+ expect { filter.url_for_object(nil, nil) }.to raise_error(NotImplementedError)
+ end
+ end
+ end
end
diff --git a/spec/lib/banzai/filter/references/design_reference_filter_spec.rb b/spec/lib/banzai/filter/references/design_reference_filter_spec.rb
index 52514ad17fc..cb1f3d520a4 100644
--- a/spec/lib/banzai/filter/references/design_reference_filter_spec.rb
+++ b/spec/lib/banzai/filter/references/design_reference_filter_spec.rb
@@ -104,7 +104,7 @@ RSpec.describe Banzai::Filter::References::DesignReferenceFilter do
let(:pattern) { described_class.object_class.link_reference_pattern }
let(:parsed) do
m = pattern.match(url)
- described_class.identifier(m) if m
+ described_class.new('', project: nil).identifier(m) if m
end
it 'can parse the reference' do
@@ -119,9 +119,11 @@ RSpec.describe Banzai::Filter::References::DesignReferenceFilter do
describe 'static properties' do
specify do
expect(described_class).to have_attributes(
- object_sym: :design,
+ reference_type: :design,
object_class: ::DesignManagement::Design
)
+
+ expect(described_class.new('', project: nil).object_sym).to eq :design
end
end
diff --git a/spec/lib/banzai/filter/references/issue_reference_filter_spec.rb b/spec/lib/banzai/filter/references/issue_reference_filter_spec.rb
index b849355f6db..0e1cb1ade74 100644
--- a/spec/lib/banzai/filter/references/issue_reference_filter_spec.rb
+++ b/spec/lib/banzai/filter/references/issue_reference_filter_spec.rb
@@ -493,19 +493,19 @@ RSpec.describe Banzai::Filter::References::IssueReferenceFilter do
it 'yields valid references' do
expect do |b|
- described_class.references_in(issue.to_reference, &b)
+ described_class.new('', project: nil).references_in(issue.to_reference, &b)
end.to yield_with_args(issue.to_reference, issue.iid, nil, nil, MatchData)
end
it "doesn't yield invalid references" do
expect do |b|
- described_class.references_in('#0', &b)
+ described_class.new('', project: nil).references_in('#0', &b)
end.not_to yield_control
end
it "doesn't yield unsupported references" do
expect do |b|
- described_class.references_in(merge_request.to_reference, &b)
+ described_class.new('', project: nil).references_in(merge_request.to_reference, &b)
end.not_to yield_control
end
end
diff --git a/spec/lib/banzai/filter/references/project_reference_filter_spec.rb b/spec/lib/banzai/filter/references/project_reference_filter_spec.rb
index 7a77d57cd42..63a5a9184c1 100644
--- a/spec/lib/banzai/filter/references/project_reference_filter_spec.rb
+++ b/spec/lib/banzai/filter/references/project_reference_filter_spec.rb
@@ -85,7 +85,7 @@ RSpec.describe Banzai::Filter::References::ProjectReferenceFilter do
document = Nokogiri::HTML.fragment("<p>#{get_reference(project)}</p>")
filter = described_class.new(document, project: project)
- expect(filter.projects_hash).to eq({ project.full_path => project })
+ expect(filter.send(:projects_hash)).to eq({ project.full_path => project })
end
end
@@ -94,7 +94,7 @@ RSpec.describe Banzai::Filter::References::ProjectReferenceFilter do
document = Nokogiri::HTML.fragment("<p>#{get_reference(project)}</p>")
filter = described_class.new(document, project: project)
- expect(filter.projects).to eq([project.full_path])
+ expect(filter.send(:projects)).to eq([project.full_path])
end
end
end
diff --git a/spec/lib/banzai/filter/references/reference_filter_spec.rb b/spec/lib/banzai/filter/references/reference_filter_spec.rb
index 4bcb41ef2a9..b14b9374364 100644
--- a/spec/lib/banzai/filter/references/reference_filter_spec.rb
+++ b/spec/lib/banzai/filter/references/reference_filter_spec.rb
@@ -155,7 +155,7 @@ RSpec.describe Banzai::Filter::References::ReferenceFilter do
let(:nodes) { [node] }
it 'skips node' do
- expect { |b| filter.replace_text_when_pattern_matches(filter.nodes[0], 0, ref_pattern, &b) }.not_to yield_control
+ expect { |b| filter.send(:replace_text_when_pattern_matches, filter.nodes[0], 0, ref_pattern, &b) }.not_to yield_control
end
end
@@ -183,12 +183,12 @@ RSpec.describe Banzai::Filter::References::ReferenceFilter do
end
end
- describe "#call_and_update_nodes" do
+ describe '#call_and_update_nodes' do
include_context 'new nodes'
let(:document) { Nokogiri::HTML.fragment('<a href="foo">foo</a>') }
let(:filter) { described_class.new(document, project: project) }
- it "updates all new nodes", :aggregate_failures do
+ it 'updates all new nodes', :aggregate_failures do
filter.instance_variable_set('@nodes', nodes)
expect(filter).to receive(:call) { filter.instance_variable_set('@new_nodes', new_nodes) }
@@ -201,14 +201,14 @@ RSpec.describe Banzai::Filter::References::ReferenceFilter do
end
end
- describe ".call" do
+ describe '.call' do
include_context 'new nodes'
let(:document) { Nokogiri::HTML.fragment('<a href="foo">foo</a>') }
let(:result) { { reference_filter_nodes: nodes } }
- it "updates all nodes", :aggregate_failures do
+ it 'updates all nodes', :aggregate_failures do
expect_next_instance_of(described_class) do |filter|
expect(filter).to receive(:call_and_update_nodes).and_call_original
expect(filter).to receive(:with_update_nodes).and_call_original
@@ -221,4 +221,21 @@ RSpec.describe Banzai::Filter::References::ReferenceFilter do
expect(result[:reference_filter_nodes]).to eq(expected_nodes)
end
end
+
+ context 'abstract methods' do
+ let(:document) { Nokogiri::HTML.fragment('<a href="foo">foo</a>') }
+ let(:filter) { described_class.new(document, project: project) }
+
+ describe '#references_in' do
+ it 'raises NotImplementedError' do
+ expect { filter.references_in('foo', %r{(?<!\w)}) }.to raise_error(NotImplementedError)
+ end
+ end
+
+ describe '#object_link_filter' do
+ it 'raises NotImplementedError' do
+ expect { filter.send(:object_link_filter, 'foo', %r{(?<!\w)}) }.to raise_error(NotImplementedError)
+ end
+ end
+ end
end
diff --git a/spec/lib/banzai/filter/references/user_reference_filter_spec.rb b/spec/lib/banzai/filter/references/user_reference_filter_spec.rb
index e4703606b47..d9111903c7d 100644
--- a/spec/lib/banzai/filter/references/user_reference_filter_spec.rb
+++ b/spec/lib/banzai/filter/references/user_reference_filter_spec.rb
@@ -189,7 +189,7 @@ RSpec.describe Banzai::Filter::References::UserReferenceFilter do
filter = described_class.new(document, project: project)
ns = user.namespace
- expect(filter.namespaces).to eq({ ns.path => ns })
+ expect(filter.send(:namespaces)).to eq({ ns.path => ns })
end
end
@@ -198,7 +198,7 @@ RSpec.describe Banzai::Filter::References::UserReferenceFilter do
document = Nokogiri::HTML.fragment("<p>#{get_reference(user)}</p>")
filter = described_class.new(document, project: project)
- expect(filter.usernames).to eq([user.username])
+ expect(filter.send(:usernames)).to eq([user.username])
end
end
end
diff --git a/spec/lib/gitlab/graphql/deprecation_spec.rb b/spec/lib/gitlab/graphql/deprecation_spec.rb
index 8b41145b855..2931e28a6ee 100644
--- a/spec/lib/gitlab/graphql/deprecation_spec.rb
+++ b/spec/lib/gitlab/graphql/deprecation_spec.rb
@@ -164,7 +164,7 @@ RSpec.describe ::Gitlab::Graphql::Deprecation do
context 'when the context is :inline' do
it 'renders on one line' do
- expectation = '**Deprecated** in 10.10. This was renamed. Use: `X.y`.'
+ expectation = '**Deprecated** in 10.10. This was renamed. Use: [`X.y`](#xy).'
expect(deprecation.markdown).to eq(expectation)
expect(deprecation.markdown(context: :inline)).to eq(expectation)
@@ -177,7 +177,7 @@ RSpec.describe ::Gitlab::Graphql::Deprecation do
WARNING:
**Deprecated** in 10.10.
This was renamed.
- Use: `X.y`.
+ Use: [`X.y`](#xy).
MD
expect(deprecation.markdown(context: :block)).to eq(expectation)
diff --git a/spec/lib/gitlab/graphql/docs/renderer_spec.rb b/spec/lib/gitlab/graphql/docs/renderer_spec.rb
index 8c0f7aac081..a23579c63a0 100644
--- a/spec/lib/gitlab/graphql/docs/renderer_spec.rb
+++ b/spec/lib/gitlab/graphql/docs/renderer_spec.rb
@@ -1,10 +1,20 @@
# frozen_string_literal: true
-require 'fast_spec_helper'
+require 'spec_helper'
RSpec.describe Gitlab::Graphql::Docs::Renderer do
describe '#contents' do
+ shared_examples 'renders correctly as GraphQL documentation' do
+ it 'contains the expected section' do
+ # duplicative - but much better error messages!
+ section.lines.each { |line| expect(contents).to include(line) }
+ expect(contents).to include(section)
+ end
+ end
+
let(:template) { Rails.root.join('lib/gitlab/graphql/docs/templates/default.md.haml') }
+ let(:field_description) { 'List of objects.' }
+ let(:type) { ::GraphQL::INT_TYPE }
let(:query_type) do
Class.new(Types::BaseObject) { graphql_name 'Query' }.tap do |t|
@@ -15,6 +25,13 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
end
end
+ let(:mutation_root) do
+ Class.new(::Types::BaseObject) do
+ include ::Gitlab::Graphql::MountMutation
+ graphql_name 'Mutation'
+ end
+ end
+
let(:mock_schema) do
Class.new(GraphQL::Schema) do
def resolve_type(obj, ctx)
@@ -23,10 +40,9 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
end
end
- let(:field_description) { 'List of objects.' }
-
subject(:contents) do
mock_schema.query(query_type)
+ mock_schema.mutation(mutation_root) if mutation_root.fields.any?
described_class.new(
mock_schema,
@@ -36,17 +52,18 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
end
describe 'headings' do
- let(:type) { ::GraphQL::INT_TYPE }
-
it 'contains the expected sections' do
expect(contents.lines.map(&:chomp)).to include(
'## `Query` type',
+ '## `Mutation` type',
+ '## Connections',
'## Object types',
'## Enumeration types',
'## Scalar types',
'## Abstract types',
'### Unions',
- '### Interfaces'
+ '### Interfaces',
+ '## Input types'
)
end
end
@@ -66,9 +83,11 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
expectation = <<~DOC
### `ArrayTest`
- | Field | Type | Description |
- | ----- | ---- | ----------- |
- | `foo` | [`#{type_name}`](##{inner_type}) | A description. |
+ #### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="arraytestfoo"></a>`foo` | [`#{type_name}`](##{inner_type}) | A description. |
DOC
is_expected.to include(expectation)
@@ -77,7 +96,7 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
describe 'a top level query field' do
let(:expectation) do
<<~DOC
- ### `foo`
+ ### `Query.foo`
List of objects.
@@ -87,7 +106,7 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
| Name | Type | Description |
| ---- | ---- | ----------- |
- | `id` | [`ID`](#id) | ID of the object. |
+ | <a id="queryfooid"></a>`id` | [`ID`](#id) | ID of the object. |
DOC
end
@@ -119,20 +138,60 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
expectation = <<~DOC
### `OrderingTest`
- | Field | Type | Description |
- | ----- | ---- | ----------- |
- | `bar` | [`String!`](#string) | A description of bar field. |
- | `foo` | [`String!`](#string) | A description of foo field. |
+ #### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="orderingtestbar"></a>`bar` | [`String!`](#string) | A description of bar field. |
+ | <a id="orderingtestfoo"></a>`foo` | [`String!`](#string) | A description of foo field. |
DOC
is_expected.to include(expectation)
end
end
+ context 'when an argument is deprecated' do
+ let(:type) do
+ Class.new(Types::BaseObject) do
+ graphql_name 'DeprecatedTest'
+ description 'A thing we used to use, but no longer support'
+
+ field :foo,
+ type: GraphQL::STRING_TYPE,
+ null: false,
+ description: 'A description.' do
+ argument :foo_arg, GraphQL::STRING_TYPE,
+ required: false,
+ description: 'The argument.',
+ deprecated: { reason: 'Bad argument', milestone: '101.2' }
+ end
+ end
+ end
+
+ let(:section) do
+ <<~DOC
+ ##### `DeprecatedTest.foo`
+
+ A description.
+
+ Returns [`String!`](#string).
+
+ ###### Arguments
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="deprecatedtestfoofooarg"></a>`fooArg` **{warning-solid}** | [`String`](#string) | **Deprecated** in 101.2. Bad argument. |
+ DOC
+ end
+
+ it_behaves_like 'renders correctly as GraphQL documentation'
+ end
+
context 'when a field is deprecated' do
let(:type) do
Class.new(Types::BaseObject) do
graphql_name 'DeprecatedTest'
+ description 'A thing we used to use, but no longer support'
field :foo,
type: GraphQL::STRING_TYPE,
@@ -142,9 +201,9 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
field :foo_with_args,
type: GraphQL::STRING_TYPE,
null: false,
- deprecated: { reason: 'Do not use', milestone: '1.10' },
+ deprecated: { reason: 'Do not use', milestone: '1.10', replacement: 'X.y' },
description: 'A description.' do
- argument :fooity, ::GraphQL::INT_TYPE, required: false, description: 'X'
+ argument :arg, GraphQL::INT_TYPE, required: false, description: 'Argity'
end
field :bar,
type: GraphQL::STRING_TYPE,
@@ -158,24 +217,44 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
end
end
- it 'includes the deprecation' do
- expectation = <<~DOC
+ let(:section) do
+ <<~DOC
### `DeprecatedTest`
- | Field | Type | Description |
- | ----- | ---- | ----------- |
- | `bar` **{warning-solid}** | [`String!`](#string) | **Deprecated** in 1.10. This was renamed. Use: `Query.boom`. |
- | `foo` **{warning-solid}** | [`String!`](#string) | **Deprecated** in 1.10. This is deprecated. |
- | `fooWithArgs` **{warning-solid}** | [`String!`](#string) | **Deprecated** in 1.10. Do not use. |
- DOC
+ A thing we used to use, but no longer support.
- is_expected.to include(expectation)
+ #### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="deprecatedtestbar"></a>`bar` **{warning-solid}** | [`String!`](#string) | **Deprecated** in 1.10. This was renamed. Use: [`Query.boom`](#queryboom). |
+ | <a id="deprecatedtestfoo"></a>`foo` **{warning-solid}** | [`String!`](#string) | **Deprecated** in 1.10. This is deprecated. |
+
+ #### Fields with arguments
+
+ ##### `DeprecatedTest.fooWithArgs`
+
+ A description.
+
+ WARNING:
+ **Deprecated** in 1.10.
+ Do not use.
+ Use: [`X.y`](#xy).
+
+ Returns [`String!`](#string).
+
+ ###### Arguments
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="deprecatedtestfoowithargsarg"></a>`arg` | [`Int`](#int) | Argity. |
+ DOC
end
+
+ it_behaves_like 'renders correctly as GraphQL documentation'
end
context 'when a Query.field is deprecated' do
- let(:type) { ::GraphQL::INT_TYPE }
-
before do
query_type.field(
name: :bar,
@@ -186,28 +265,30 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
)
end
- it 'includes the deprecation' do
- expectation = <<~DOC
- ### `bar`
+ let(:type) { ::GraphQL::INT_TYPE }
+ let(:section) do
+ <<~DOC
+ ### `Query.bar`
A bar.
WARNING:
**Deprecated** in 10.11.
This was renamed.
- Use: `Query.foo`.
+ Use: [`Query.foo`](#queryfoo).
Returns [`Int`](#int).
DOC
-
- is_expected.to include(expectation)
end
+
+ it_behaves_like 'renders correctly as GraphQL documentation'
end
context 'when a field has an Enumeration type' do
let(:type) do
enum_type = Class.new(Types::BaseEnum) do
graphql_name 'MyEnum'
+ description 'A test of an enum.'
value 'BAZ',
description: 'A description of BAZ.'
@@ -223,18 +304,20 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
end
end
- it 'includes the description of the Enumeration' do
- expectation = <<~DOC
+ let(:section) do
+ <<~DOC
### `MyEnum`
+ A test of an enum.
+
| Value | Description |
| ----- | ----------- |
- | `BAR` **{warning-solid}** | **Deprecated:** This is deprecated. Deprecated in 1.10. |
- | `BAZ` | A description of BAZ. |
+ | <a id="myenumbar"></a>`BAR` **{warning-solid}** | **Deprecated:** This is deprecated. Deprecated in 1.10. |
+ | <a id="myenumbaz"></a>`BAZ` | A description of BAZ. |
DOC
-
- is_expected.to include(expectation)
end
+
+ it_behaves_like 'renders correctly as GraphQL documentation'
end
context 'when a field has a global ID type' do
@@ -247,29 +330,152 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
end
end
- it 'includes the field and the description of the ID, so we can link to it' do
- type_section = <<~DOC
- ### `IDTest`
+ describe 'section for IDTest' do
+ let(:section) do
+ <<~DOC
+ ### `IDTest`
- A test for rendering IDs.
+ A test for rendering IDs.
- | Field | Type | Description |
- | ----- | ---- | ----------- |
- | `foo` | [`UserID`](#userid) | A user foo. |
- DOC
+ #### Fields
- id_section = <<~DOC
- ### `UserID`
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="idtestfoo"></a>`foo` | [`UserID`](#userid) | A user foo. |
+ DOC
+ end
- A `UserID` is a global ID. It is encoded as a string.
+ it_behaves_like 'renders correctly as GraphQL documentation'
+ end
- An example `UserID` is: `"gid://gitlab/User/1"`.
- DOC
+ describe 'section for UserID' do
+ let(:section) do
+ <<~DOC
+ ### `UserID`
+
+ A `UserID` is a global ID. It is encoded as a string.
+
+ An example `UserID` is: `"gid://gitlab/User/1"`.
+ DOC
+ end
+
+ it_behaves_like 'renders correctly as GraphQL documentation'
+ end
+ end
+
+ context 'when there is a mutation' do
+ let(:mutation) do
+ mutation = Class.new(::Mutations::BaseMutation)
+
+ mutation.graphql_name 'MakeItPretty'
+ mutation.description 'Make everything very pretty.'
+
+ mutation.argument :prettiness_factor,
+ type: GraphQL::FLOAT_TYPE,
+ required: true,
+ description: 'How much prettier?'
+
+ mutation.argument :pulchritude,
+ type: GraphQL::FLOAT_TYPE,
+ required: false,
+ description: 'How much prettier?',
+ deprecated: {
+ reason: :renamed,
+ replacement: 'prettinessFactor',
+ milestone: '72.34'
+ }
+
+ mutation.field :everything,
+ type: GraphQL::STRING_TYPE,
+ null: true,
+ description: 'What we made prettier.'
+
+ mutation.field :omnis,
+ type: GraphQL::STRING_TYPE,
+ null: true,
+ description: 'What we made prettier.',
+ deprecated: {
+ reason: :renamed,
+ replacement: 'everything',
+ milestone: '72.34'
+ }
+
+ mutation
+ end
+
+ before do
+ mutation_root.mount_mutation mutation
+ end
+
+ it_behaves_like 'renders correctly as GraphQL documentation' do
+ let(:section) do
+ <<~DOC
+ ### `Mutation.makeItPretty`
+
+ Make everything very pretty.
+
+ Input type: `MakeItPrettyInput`
+
+ #### Arguments
- is_expected.to include(type_section, id_section)
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="mutationmakeitprettyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+ | <a id="mutationmakeitprettyprettinessfactor"></a>`prettinessFactor` | [`Float!`](#float) | How much prettier?. |
+ | <a id="mutationmakeitprettypulchritude"></a>`pulchritude` **{warning-solid}** | [`Float`](#float) | **Deprecated:** This was renamed. Please use `prettinessFactor`. Deprecated in 72.34. |
+
+ #### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="mutationmakeitprettyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
+ | <a id="mutationmakeitprettyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
+ | <a id="mutationmakeitprettyeverything"></a>`everything` | [`String`](#string) | What we made prettier. |
+ | <a id="mutationmakeitprettyomnis"></a>`omnis` **{warning-solid}** | [`String`](#string) | **Deprecated:** This was renamed. Please use `everything`. Deprecated in 72.34. |
+ DOC
+ end
+ end
+
+ it 'does not render the automatically generated payload type' do
+ expect(contents).not_to include('MakeItPrettyPayload')
+ end
+
+ it 'does not render the automatically generated input type as its own section' do
+ expect(contents).not_to include('# `MakeItPrettyInput`')
end
end
+ context 'when there is an input type' do
+ let(:type) do
+ Class.new(::Types::BaseObject) do
+ graphql_name 'Foo'
+ field :wibble, type: ::GraphQL::INT_TYPE, null: true do
+ argument :date_range,
+ type: ::Types::TimeframeInputType,
+ required: true,
+ description: 'When the foo happened.'
+ end
+ end
+ end
+
+ let(:section) do
+ <<~DOC
+ ### `Timeframe`
+
+ A time-frame defined as a closed inclusive range of two dates.
+
+ #### Arguments
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="timeframeend"></a>`end` | [`Date!`](#date) | The end of the range. |
+ | <a id="timeframestart"></a>`start` | [`Date!`](#date) | The start of the range. |
+ DOC
+ end
+
+ it_behaves_like 'renders correctly as GraphQL documentation'
+ end
+
context 'when there is an interface and a union' do
let(:type) do
user = Class.new(::Types::BaseObject)
@@ -297,7 +503,7 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
interface.orphan_types african_swallow
Class.new(::Types::BaseObject) do
- graphql_name 'AbstactTypeTest'
+ graphql_name 'AbstractTypeTest'
description 'A test for abstract types.'
field :foo, union, null: true, description: 'The foo.'
@@ -307,14 +513,16 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
it 'lists the fields correctly, and includes descriptions of all the types' do
type_section = <<~DOC
- ### `AbstactTypeTest`
+ ### `AbstractTypeTest`
A test for abstract types.
- | Field | Type | Description |
- | ----- | ---- | ----------- |
- | `flying` | [`Flying`](#flying) | A flying thing. |
- | `foo` | [`UserOrGroup`](#userorgroup) | The foo. |
+ #### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="abstracttypetestflying"></a>`flying` | [`Flying`](#flying) | A flying thing. |
+ | <a id="abstracttypetestfoo"></a>`foo` | [`UserOrGroup`](#userorgroup) | The foo. |
DOC
union_section = <<~DOC
@@ -337,9 +545,11 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
- [`AfricanSwallow`](#africanswallow)
- | Field | Type | Description |
- | ----- | ---- | ----------- |
- | `flightSpeed` | [`Int`](#int) | Speed in mph. |
+ ##### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="flyingflightspeed"></a>`flightSpeed` | [`Int`](#int) | Speed in mph. |
DOC
implementation_section = <<~DOC
@@ -347,9 +557,11 @@ RSpec.describe Gitlab::Graphql::Docs::Renderer do
A swallow from Africa.
- | Field | Type | Description |
- | ----- | ---- | ----------- |
- | `flightSpeed` | [`Int`](#int) | Speed in mph. |
+ #### Fields
+
+ | Name | Type | Description |
+ | ---- | ---- | ----------- |
+ | <a id="africanswallowflightspeed"></a>`flightSpeed` | [`Int`](#int) | Speed in mph. |
DOC
is_expected.to include(
diff --git a/spec/models/concerns/cascading_namespace_setting_attribute_spec.rb b/spec/models/concerns/cascading_namespace_setting_attribute_spec.rb
index ddff9ce32b4..1a6ce64c0a5 100644
--- a/spec/models/concerns/cascading_namespace_setting_attribute_spec.rb
+++ b/spec/models/concerns/cascading_namespace_setting_attribute_spec.rb
@@ -142,7 +142,7 @@ RSpec.describe NamespaceSetting, 'CascadingNamespaceSettingAttribute' do
end
it 'does not allow the local value to be saved' do
- subgroup_settings.delayed_project_removal = nil
+ subgroup_settings.delayed_project_removal = false
expect { subgroup_settings.save! }
.to raise_error(ActiveRecord::RecordInvalid, /Delayed project removal cannot be changed because it is locked by an ancestor/)
@@ -164,6 +164,19 @@ RSpec.describe NamespaceSetting, 'CascadingNamespaceSettingAttribute' do
end
end
+ describe '#delayed_project_removal=' do
+ before do
+ subgroup_settings.update!(delayed_project_removal: nil)
+ group_settings.update!(delayed_project_removal: true)
+ end
+
+ it 'does not save the value locally when it matches the cascaded value' do
+ subgroup_settings.update!(delayed_project_removal: true)
+
+ expect(subgroup_settings.read_attribute(:delayed_project_removal)).to eq(nil)
+ end
+ end
+
describe '#delayed_project_removal_locked?' do
shared_examples 'not locked' do
it 'is not locked by an ancestor' do
@@ -277,6 +290,13 @@ RSpec.describe NamespaceSetting, 'CascadingNamespaceSettingAttribute' do
expect { subgroup_settings.save! }
.to raise_error(ActiveRecord::RecordInvalid, /Delayed project removal cannot be nil when locking the attribute/)
end
+
+ it 'copies the cascaded value when locking the attribute if the local value is nil', :aggregate_failures do
+ subgroup_settings.delayed_project_removal = nil
+ subgroup_settings.lock_delayed_project_removal = true
+
+ expect(subgroup_settings.read_attribute(:delayed_project_removal)).to eq(false)
+ end
end
context 'when application settings locks the attribute' do
diff --git a/spec/policies/project_member_policy_spec.rb b/spec/policies/project_member_policy_spec.rb
index ab8f8b83e7f..aebbe685bb3 100644
--- a/spec/policies/project_member_policy_spec.rb
+++ b/spec/policies/project_member_policy_spec.rb
@@ -16,12 +16,22 @@ RSpec.describe ProjectMemberPolicy do
context 'with regular member' do
let(:member_user) { create(:user) }
+ it { is_expected.to be_allowed(:read_project) }
it { is_expected.to be_allowed(:update_project_member) }
it { is_expected.to be_allowed(:destroy_project_member) }
it { is_expected.not_to be_allowed(:destroy_project_bot_member) }
end
+ context 'when user is project owner' do
+ let(:member_user) { project.owner }
+ let(:member) { project.members.find_by!(user: member_user) }
+
+ it { is_expected.to be_allowed(:read_project) }
+ it { is_expected.to be_disallowed(:update_project_member) }
+ it { is_expected.to be_disallowed(:destroy_project_member) }
+ end
+
context 'with a bot member' do
let(:member_user) { create(:user, :project_bot) }
diff --git a/spec/requests/api/graphql/project/project_members_spec.rb b/spec/requests/api/graphql/project/project_members_spec.rb
index 984a0adb8c6..c08bb8dc0a0 100644
--- a/spec/requests/api/graphql/project/project_members_spec.rb
+++ b/spec/requests/api/graphql/project/project_members_spec.rb
@@ -78,6 +78,22 @@ RSpec.describe 'getting project members information' do
.to include('path' => %w[query project projectMembers relations],
'message' => a_string_including('invalid value ([OBLIQUE])'))
end
+
+ context 'when project is owned by a member' do
+ let_it_be(:project) { create(:project, namespace: user.namespace) }
+
+ before_all do
+ project.add_guest(child_user)
+ project.add_guest(invited_user)
+ end
+
+ it 'returns the owner in the response' do
+ fetch_members(project: project)
+
+ expect(graphql_errors).to be_nil
+ expect_array_response(user, child_user, invited_user)
+ end
+ end
end
context 'when unauthenticated' do
diff --git a/spec/workers/post_receive_spec.rb b/spec/workers/post_receive_spec.rb
index f7fd1b1a0a7..a468c8c3482 100644
--- a/spec/workers/post_receive_spec.rb
+++ b/spec/workers/post_receive_spec.rb
@@ -94,30 +94,12 @@ RSpec.describe PostReceive do
perform
end
- it 'tracks an event for the empty_repo_upload experiment', :snowplow do
- allow_next_instance_of(ApplicationExperiment) do |e|
- allow(e).to receive(:should_track?).and_return(true)
- allow(e).to receive(:track_initial_writes)
+ it 'tracks an event for the empty_repo_upload experiment', :experiment do
+ expect_next_instance_of(EmptyRepoUploadExperiment) do |e|
+ expect(e).to receive(:track_initial_write)
end
perform
-
- expect_snowplow_event(category: 'empty_repo_upload', action: 'initial_write', context: [{
- schema: 'iglu:com.gitlab/gitlab_experiment/jsonschema/1-0-0',
- data: anything
- }])
- end
-
- it 'does not track an event for the empty_repo_upload experiment when project is not empty', :snowplow do
- allow(empty_project).to receive(:empty_repo?).and_return(false)
- allow_next_instance_of(ApplicationExperiment) do |e|
- allow(e).to receive(:should_track?).and_return(true)
- allow(e).to receive(:track_initial_writes)
- end
-
- perform
-
- expect_no_snowplow_event
end
end