Browse Source

Changed removeFile mutation's type to File!

1.0
Gisle Aune 6 years ago
parent
commit
155309693a
  1. 2
      schema/root.graphql

2
schema/root.graphql

@ -110,7 +110,7 @@ type Mutation {
editFile(input: EditFileInput!): File!
# Remove a file
removeFile(id: String!): File
removeFile(id: String!): File!
# Add a story

Loading…
Cancel
Save