INPUT_OBJECT

SavePanelViewInput

PanelViewInput holds the view configuration of an extension if the panel anchor is supported.

link GraphQL Schema definition

1input SavePanelViewInput {
4
2# The extension developer configured height of the panel extension.
3height: Int!
7
5# Relative path of the HTML file to load for this view.
6viewerPath: String!
8}