Skip to content

Instantly share code, notes, and snippets.

@CodebyOmar
Created February 20, 2019 10:42
Show Gist options
  • Save CodebyOmar/94b4bc2cff2d38e29356a90f3d964047 to your computer and use it in GitHub Desktop.
Save CodebyOmar/94b4bc2cff2d38e29356a90f3d964047 to your computer and use it in GitHub Desktop.
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