DEV Community

Discussion on: A Beginner’s Guide to GraphQL

Collapse
 
whiteadi profile image
Adrian Albu

Not sure why but for me the strict eq comp operator didn't work but the abstract one did, like they are of different type?!

Anyway with == (user => user.id == id) it did work (in latest chrome...)