INPUT_OBJECT
CreateApplicationViewer
link GraphQL Schema definition
1 input CreateApplicationViewer { 3 2 String! : 5 4 String : 8 6 # URL for the icon image for the viewer 7 String : 12 9 # MIME type of the viewer, specifying the type of data that the viewer can 10 # consume. 11 String : 15 13 # The type of viewer. This can be 'external', 'container', or 'upload'. 14 ApplicationViewerType : 16 }