Co-authored-by: Vivek R <123vivekr@gmail.com> Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
6 lines
113 B
GraphQL
6 lines
113 B
GraphQL
mutation UpdateUserSettings($properties: String!) {
|
|
updateUserSettings(properties: $properties) {
|
|
id
|
|
}
|
|
}
|