OBJECT
MobileView
MobileView holds the view configuration of an extension if mobile is supported.
link GraphQL Schema definition
1 type MobileView implements ExtensionView { 2 3 # Relative path of the HTML file to load for this view, used by devsite to specify 4 # the layout of assets. 5 : String! 6 7 # The URL which should be loaded in for the extension. 8 : String! 9 10 }