diff --git a/src/schema.graphql b/src/schema.graphql index a542e1229..06a53afba 100644 --- a/src/schema.graphql +++ b/src/schema.graphql @@ -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})