blob: d0015bef4d228abbe82d401f0d60f6c5baa51b7f [file] [log] [blame]
{
"operationName": "removeProfileFromList",
"variables": {
"listID": "testListId",
"profileID": {
"id": "test_profile_id",
"client": {
"id": "client"
}
}
},
"query": "mutation removeProfileFromList($listID: ID, $profileID: CDP_ProfileIDInput) {\n cdp {\n removeProfileFromList(listID: $listID, profileID: $profileID)\n }\n}\n"
}