users_by_pk

fetch data from the table: "users" using primary key columns

Return type

Arguments

id

uuid!

Request

subscription users_by_pk($id: uuid!) {
  users_by_pk(id: $id) {
    id
    name
    rocket
    timestamp
    twitter
  }
}