INPUT_OBJECT
CreateApplicationViewer
link GraphQL Schema definition
1 input CreateApplicationViewer { 4 2 # The ID of the application viewer. If not provided, a new viewer will be created. 3 ID : 6 5 String! : 8 7 String : 11 9 # URL for the icon image for the viewer 10 String : 15 12 # MIME type of the viewer, specifying the type of data that the viewer can 13 # consume. 14 String! : 18 16 # The type of viewer. This can be 'external', 'container', or 'upload'. 17 ApplicationViewerType : 22 19 # A flag that indicates whether the viewer is publicly accessible across all 20 # organizations. 21 Boolean : 23 }