INPUT_OBJECT

PanelActivationInput

The required configuration to activate a panel extension.

link GraphQL Schema definition

1input PanelActivationInput {
4
2# The slot name of where the component extension should be displayed.
3slot: String!
5}