Add getUsersMatching

This commit is contained in:
2025-06-25 15:08:19 -07:00
parent 55a2edb042
commit 492178455c
2 changed files with 12 additions and 0 deletions

View File

@@ -70,6 +70,11 @@ type Query {
limit: Int = null
after: String = null
): [String!]!
getUsersMatching(
matchString: String = null
limit: Int = null
after: String = null
): [UserGQL!]!
getUserRelationshipsMatching(
userId: Int!
matchString: String = null