Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
700b14af
Commit
700b14af
authored
Apr 09, 2021
by
Sean Arnold
Committed by
Douglas Barbosa Alexandre
Apr 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rotation nullable
parent
4a0763eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-1
ee/app/graphql/types/incident_management/oncall_schedule_type.rb
...graphql/types/incident_management/oncall_schedule_type.rb
+1
-1
No files found.
doc/api/graphql/reference/index.md
View file @
700b14af
...
@@ -3333,7 +3333,7 @@ Describes an incident management on-call schedule.
...
@@ -3333,7 +3333,7 @@ Describes an incident management on-call schedule.
|
`description`
|
[
`String`
](
#string
)
| Description of the on-call schedule. |
|
`description`
|
[
`String`
](
#string
)
| Description of the on-call schedule. |
|
`iid`
|
[
`ID!`
](
#id
)
| Internal ID of the on-call schedule. |
|
`iid`
|
[
`ID!`
](
#id
)
| Internal ID of the on-call schedule. |
|
`name`
|
[
`String!`
](
#string
)
| Name 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. |
|
`rotation`
|
[
`IncidentManagementOncallRotation`
](
#incidentmanagementoncallrotation
)
| On-call rotation for the on-call schedule. |
|
`rotations`
|
[
`IncidentManagementOncallRotationConnection!`
](
#incidentmanagementoncallrotationconnection
)
| On-call rotations 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. |
|
`timezone`
|
[
`String!`
](
#string
)
| Time zone of the on-call schedule. |
...
...
ee/app/graphql/types/incident_management/oncall_schedule_type.rb
View file @
700b14af
...
@@ -35,7 +35,7 @@ module Types
...
@@ -35,7 +35,7 @@ module Types
field
:rotation
,
field
:rotation
,
OncallRotationType
,
OncallRotationType
,
null:
fals
e
,
null:
tru
e
,
description:
'On-call rotation for the on-call schedule.'
,
description:
'On-call rotation for the on-call schedule.'
,
resolver:
::
Resolvers
::
IncidentManagement
::
OncallRotationsResolver
.
single
resolver:
::
Resolvers
::
IncidentManagement
::
OncallRotationsResolver
.
single
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment