Skip to content

Add username as an argument for the user query #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

connorshea
Copy link
Owner

Like so:

query {
  user(username: "connor") {
    id
    username
    bio
  }
}

@connorshea connorshea added api GraphQL API-related issues and PRs enhancement New feature or request labels Oct 11, 2019
@connorshea connorshea merged commit e26af72 into master Oct 11, 2019
@connorshea connorshea deleted the add-username-for-user-query branch October 11, 2019 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api GraphQL API-related issues and PRs enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant