Commit d3c6c56b authored by Phil Hughes's avatar Phil Hughes

Merge branch 'cngo-fix-graphql-definition' into 'master'

Fix GraphQL definition

See merge request gitlab-org/gitlab!34924
parents d48bce3a 9cf3f8e3
...@@ -22,7 +22,7 @@ type AppData { ...@@ -22,7 +22,7 @@ type AppData {
username: String! username: String!
} }
type SubmitContentChangesInput { input SubmitContentChangesInput {
project: String! project: String!
sourcePath: String! sourcePath: String!
content: String! content: String!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment