From e9e0c84cb2776f60aa8ad068ae38e537ee559f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 13 Mar 2019 16:48:56 +0100 Subject: [PATCH] Fixed merge error CC @Lulalaby --- src/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.graphql b/src/schema.graphql index 752532d8b..4e0347cc7 100644 --- a/src/schema.graphql +++ b/src/schema.graphql @@ -10,7 +10,7 @@ type Mutation { login(email: String!, password: String!): String! signup(email: String!, password: String!): Boolean! changePassword(oldPassword:String!, newPassword: String!): String! - report(resource: Resource!, description: String): Report + report(id: ID!, description: String): Report disable(id: ID!): ID enable(id: ID!): ID "Shout the given Type and ID"