GraphQL - Basics and Philosophy
A developer writes this GraphQL query to the single endpoint:
{ user(id: 1) { name email } } but receives an error. What is the likely cause?