gitlab-org--gitlab-foss/app/assets/javascripts/pipeline_wizard/queries/create_commit.graphql

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

10 lines
141 B
GraphQL
Raw Normal View History

mutation CreateCommit($input: CommitCreateInput!) {
commitCreate(input: $input) {
commit {
id
}
content
errors
}
}