github-presence/queries/clearStatus.graphql

8 lines
82 B
GraphQL
Raw Permalink Normal View History

2022-10-13 20:45:46 +02:00
mutation {
changeUserStatus(input: {}) {
status {
message
}
}
}