Remove "clientMutationId"

This commit is contained in:
schroda
2024-07-11 18:09:47 +02:00
parent 2f60b94a64
commit 35ee359754
14 changed files with 49 additions and 100 deletions

View File

@@ -40,7 +40,6 @@ export const TRACKER_LOGOUT = gql`
mutation TRACKER_LOGOUT($trackerId: Int!) {
logoutTracker(input: { trackerId: $trackerId }) {
clientMutationId
tracker {
...TRACKER_SETTING_FIELDS
}