/* fetchUser */ variables { "email": "" } query fetchUser { user(where: {email: {eq: $email}}) { id created_at updated_at email, full_name } }