I have a query that looks like this:
query ($email: String!) { users(where: {email: {_eq: $email}}, limit: 1) { id email nam