From 155309693a418c7710bbeb74292eea807e7206d5 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 8 Jul 2018 00:30:07 +0200 Subject: [PATCH] Changed removeFile mutation's type to File! --- schema/root.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/root.graphql b/schema/root.graphql index 9b008a0..9cb4265 100644 --- a/schema/root.graphql +++ b/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