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
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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