blob: 57b081add6dcbb52c8fca6c786e6532ab031740c [file] [log] [blame]
{
"operationName": "updateSource",
"variables": {
"source": {
"id": "testSourceId",
"thirdParty": true
}
},
"query": "mutation updateSource($source: CDP_SourceInput) {\n cdp {\n createOrUpdateSource(source: $source) {\n id\n thirdParty\n }\n }\n}\n"
}