INPUT_OBJECT
UpdateApplication
link GraphQL Schema definition
1 input UpdateApplication { 3 2 ID! : 5 4 Boolean : 7 6 String : 9 8 JSONData : 11 10 ApplicationStatus : 13 12 String : 15 14 String : 17 16 String : 19 18 String : 21 20 String : 23 22 Int : 25 24 String!] : [ 27 26 Boolean : 29 28 String!] : [ 31 30 DeploymentModel : 33 32 UpdateContextMenuExtensions : 35 34 String : 37 36 EngineDistributionType : 40 38 # The tags associated with the application. 39 EntityTagInput] : [ 46 41 # The resources which will be added to or removed from the application's package. 42 # Any engines, flows, or 43 # data registries will also be added to or removed from the list of components for 44 # the application. 45 ApplicationResourceUpdate] : [ 48 47 Boolean : 51 49 # The headerbar configuration to be used with this application 50 ApplicationHeaderbarUpdate : 55 52 # The node modules that need to be installed with the application and will be 53 # added to the same package as this application. 54 NodeModuleInput] : [ 56 }