INPUT_OBJECT

SaveLiveConfigViewInput

LiveConfigViewInput holds the view configuration of an extension if the live config dashboard page is supported.

link GraphQL Schema definition

1input SaveLiveConfigViewInput {
4
2# Relative path of the HTML file to load for this view.
3viewerPath: String!
5}