Delete Steps Count
Deletes desired steps count entry.
Use the deleteStepsCount
mutation to delete the desired "steps count" entry from the given ID.
Required Arguments
Argument | Type | Note |
| ID! | Id of "steps count" entry to be deleted |
Available Fields
Field | Type | Note |
| Boolean | true: If the entry has been deleted created successfully. Otherwise, it displays false |
| String | The message returns either if the information has been updated or not. |
Example
Last updated