Skip to content

Instantly share code, notes, and snippets.

@CodebyOmar
Created February 20, 2019 10:42
mutation {
  insert_users(objects: { username: "codebyomar" }) {
    returning {
      id
      username
      last_seen
      last_typed
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment