1 | input CreateApplication { |
3 | 2 | id: ID | |
5 | 4 | name: String! | |
7 | 6 | key: String! | |
9 | 8 | category: String | |
11 | 10 | description: String | |
13 | 12 | iconUrl: String | |
15 | 14 | iconSvg: String | |
17 | 16 | url: String | |
19 | 18 | oauth2RedirectUrls: [String] | |
21 | 20 | checkPermissions: Boolean! | |
23 | 22 | permissionsRequired: [String] | |
25 | 24 | deploymentModel: DeploymentModel | |
27 | 26 | contextMenuExtensions: CreateContextMenuExtensions | |
29 | 28 | eventEndpoint: String | |
30 | } |