Add getUsernames

This commit is contained in:
2024-07-13 23:42:12 -06:00
parent 03c1d08d8c
commit 235f4a58e9
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ type Query {
getShotAnnotationTypes: [ShotAnnotationTypeGQL!]!
getUser(userId: Int!): UserGQL
getLoggedInUser: UserGQL
getUsernames(
matchString: String = null
limit: Int = null
after: String = null
): [String!]!
getPlayTime(userId: Int!): UserPlayTimeGQL!
getUserVideos(
userId: Int = null