Last active
June 29, 2020 19:24
-
-
Save gregblake/bfe3b5930f195650a47801dfb3092978 to your computer and use it in GitHub Desktop.
GraphQL request to update room memberships
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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