INPUT_OBJECT

PanelItemInput

link GraphQL Schema definition

1input PanelItemInput {
4
2# List of buttons to be shown. There should be at most 3 buttons
3buttons: [ButtonItemInput!]
7
5# The panel content to be sent
6panel: PanelInput!
8}