Skip to content

Instantly share code, notes, and snippets.

@gregblake
Last active June 29, 2020 19:24
Show Gist options
  • Select an option

  • Save gregblake/bfe3b5930f195650a47801dfb3092978 to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/bfe3b5930f195650a47801dfb3092978 to your computer and use it in GitHub Desktop.
GraphQL request to update room memberships
mutation {
updatedRoom: updateConnectRoom(
id: 32246,
memberships: [{ titleId: 60 }, {userId: 31995} ]
) {
id
name
memberships { id titleId userId territoryId }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment