platformUpdate

Graphql fields and variables for the platformUpdate mutation

Update a platform

Scope required: product:write

For a complete list of input attributes see the PlatformAttributes type

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

Arguments

Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

platform

Last updated

Was this helpful?