playCount Mutation
Description
Records a play count for an audio track.
mutation playCount($id: Float!, $position: String!) {
playCount(id: $id, position: $position)
}
Variables
{
"id": 30.7,
"position": "position"
}
Response
{
"playCount": "example"
}
Arguments
| Name | Type | Description |
|---|---|---|
id | Float! | Numeric identifier for the item. |
position | String! | Track position identifier. |