Use clearer names in the fields of GetUserRelationshipsMatching
This commit is contained in:
@@ -69,12 +69,14 @@ query getUserRelationshipsMatching(
|
||||
limit: $limit
|
||||
after: $after
|
||||
) {
|
||||
user {
|
||||
username
|
||||
id
|
||||
relationships {
|
||||
toUser {
|
||||
username
|
||||
id
|
||||
}
|
||||
toUserFollows
|
||||
toUserIsFollowedBy
|
||||
}
|
||||
follows
|
||||
following
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user