platformCreate
Graphql fields and variables for the platformCreate mutation
mutation platformCreate ($attributes: PlatformAttributes!) {
platformCreate (attributes: $attributes) {
errors
platform {
checkoutValidationEnabled
code
id
name
provisioningEnabled
webhookAuthToken
webhookSigningKey
webhookUrl
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
