sogko / graphql-schema-language-cheat-sheet

GraphQL Shorthand Notation Cheat Sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should [Users] be [User]

zol opened this issue · comments

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

Hi @zol

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

I'll fix it soon, thanks!

Cheers 👍

Fixed! Thanks @zol

Awesome, thanks! (that was fassstt)