Add doesUsenameExist query #108

Closed
voidozzer wants to merge 1 commits from volodymyr/does-username-exist into master
Member
No description provided.
kkathuang was assigned by voidozzer 2024-10-31 08:22:54 -06:00
loewy was assigned by voidozzer 2024-10-31 08:22:54 -06:00
voidozzer added 1 commit 2024-10-31 08:22:55 -06:00
Add doesUsenameExist query
Some checks failed
Tests / Tests (pull_request) Failing after 15s
0259284544
Owner

there is an existing endpoint that you could use:

query getUsernames(
$matchString: String!
$limit: Int = null
$after: String = null
) {
getUsernames(matchString: $matchString, limit: $limit, after: $after)
}

there is an existing endpoint that you could use: query getUsernames( $matchString: String! $limit: Int = null $after: String = null ) { getUsernames(matchString: $matchString, limit: $limit, after: $after) }
voidozzer closed this pull request 2024-11-01 04:11:44 -06:00
Some checks failed
Tests / Tests (pull_request) Failing after 15s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: railbird/railbird-gql#108
No description provided.