platformCreate
Graphql fields and variables for the platformCreate mutation
Create a platform
Scope required: product:write
For a complete list of input attributes see the PlatformAttributes type
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
errors
List (String)
Last updated
Was this helpful?
