sogko/graphql-schema-language-cheat-sheet

Should [Users] be [User]

zol opened this issue · 3 comments

zol commented

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]!

image

sogko commented

Hi @zol

Nice catch! Yeap, you're right, that's a typo!

I'll fix it soon, thanks!

Cheers 👍

sogko commented

Fixed! Thanks @zol

zol commented

Awesome, thanks! (that was fassstt)