Hacker News new | ask | show | jobs
by irjoe 1804 days ago
I really wish the GraphQL alias syntax supported something like:

  query {
    users {
      email: contact.email
    }
  }