We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm learning GQL and am confused by the example below. Wondering if it's a typo and the line should read:
users(params: ListUsersInput): [User]!
The text was updated successfully, but these errors were encountered:
Hi @zol
Nice catch! Yeap, you're right, that's a typo!
I'll fix it soon, thanks!
Cheers 👍
Sorry, something went wrong.
Fixes issue #1 : [Users] should be [User]
[Users]
[User]
387768e
Fixed! Thanks @zol
Awesome, thanks! (that was fassstt)
No branches or pull requests
I'm learning GQL and am confused by the example below. Wondering if it's a typo and the line should read:
users(params: ListUsersInput): [User]!
The text was updated successfully, but these errors were encountered: