Deleted a line in graphql.schema

This commit is contained in:
Wolfgang Huß 2019-03-11 17:02:31 +01:00
parent 28a37c226a
commit 22b521b93d

View File

@ -26,7 +26,6 @@ type Mutation {
DELETE r
RETURN COUNT(r) > 0
""")
"Follow the given Type and ID"
follow(id: ID!, type: FollowTypeEnum): Boolean! @cypher(statement: """
MATCH (n {id: $id}), (u:User {id: $cypherParams.currentUserId})