debian-mirror-gitlab/app/assets/javascripts/notes/graphql/promote_timeline_event.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
176 B
GraphQL
Raw Normal View History

2022-10-11 01:57:18 +05:30
mutation PromoteTimelineEvent($input: TimelineEventPromoteFromNoteInput!) {
timelineEventPromoteFromNote(input: $input) {
timelineEvent {
id
}
errors
}
}