does username exist query
All checks were successful
Tests / Tests (pull_request) Successful in 8s

This commit is contained in:
2024-10-31 17:37:08 -07:00
parent 433dfdaf74
commit 353872401e
2 changed files with 84 additions and 0 deletions

View File

@@ -131,3 +131,7 @@ query getUserFollowingFollowers {
}
}
}
query doesUsernameExist($candidateUsername: String!) {
doesUsernameExist(candidateUsername: $candidateUsername)
}