INPUT_OBJECT

MobileViewInput

MobileViewInput holds the view configuration of an extension if mobile is supported.

link GraphQL Schema definition

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