Adds content to createCommit mutation
What does this MR do?
GraphQL: Adds content
to the CreateCommit
mutation
mutation{
commitCreate(input: { projectPath: "root/rocky-horror", branch:"master", message:"science fiction",
actions: [
{ filePath: "README.md", action: UPDATE, content: "double feature" },
{
content
}
}
{
"data": {
"commitCreate": {
"content": [
"double feature"
]
}
}
}
Does this MR meet the acceptance criteria?
Conformity
-
📋 Does this MR need a changelog?-
I have included a changelog entry. -
I have not included a changelog entry because _____.
-
-
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides
Edited by Laura Montemayor