Commit 9cf3f8e3 authored by Coung Ngo's avatar Coung Ngo

Fix GraphQL definition

An object was being incorrectly declared as a type instead
of an input
parent e10a91fe
......@@ -22,7 +22,7 @@ type AppData {
username: String!
}
type SubmitContentChangesInput {
input SubmitContentChangesInput {
project: String!
sourcePath: 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