Use clearer names in the fields of GetUserRelationshipsMatching

This commit is contained in:
2024-10-25 16:58:21 -06:00
parent 2398216bf2
commit 9b6559559c
3 changed files with 42 additions and 24 deletions

View File

@@ -69,12 +69,14 @@ query getUserRelationshipsMatching(
limit: $limit
after: $after
) {
user {
username
id
relationships {
toUser {
username
id
}
toUserFollows
toUserIsFollowedBy
}
follows
following
}
}