INPUT_OBJECT

CreateApplicationViewer

link GraphQL Schema definition

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