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