mutation platformCreate ($attributes: PlatformAttributes!) {
platformCreate (attributes: $attributes) {
errors
platform {
checkoutValidationEnabled
code
id
name
provisioningEnabled
webhookAuthToken
webhookSigningKey
webhookUrl
}
}
}
{
"attributes": {
"name": "",
"code": "",
"provisioningEnabled": true,
"checkoutValidationEnabled": true,
"webhookUrl": "",
"webhookAuthToken": "",
"webhookSigningKey": ""
}
}