Skip to main content

miniToggle
mutation

Enables or disables the Mini by partner.

Input arguments for the mutation.

boolean
required

The flag to enable or disable Mini.

Was this section helpful?

This mutation returns a MiniTogglePayload object with the following fields:

boolean | null

The flag whether the Mini is enabled or disabled.

Was this section helpful?

Usage

mutation ToggleMini($enable: Boolean!) {
miniToggle(enable: $enable) {
enabled
}
}