mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Deleted a line in graphql.schema
This commit is contained in:
parent
28a37c226a
commit
22b521b93d
@ -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})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user