INPUT_OBJECT
UpdateApplication
link GraphQL Schema definition
1 input UpdateApplication { 3 2 ID! : 5 4 Boolean : 7 6 String : 9 8 ApplicationStatus : 11 10 String : 13 12 String : 15 14 String : 17 16 String : 19 18 String : 21 20 String!] : [ 23 22 Boolean : 25 24 String!] : [ 27 26 DeploymentModel : 29 28 UpdateContextMenuExtensions : 31 30 String : 34 32 # The tags associated with the application. 33 EntityTagInput] : [ 38 35 # The resources (engines, flows, and schemas) which will be added 36 # to the new application in the form of components and package resources. 37 ApplicationResourceUpdate] : [ 40 39 Boolean : 43 41 # The headerbar configuration to be used with this application 42 ApplicationHeaderbarUpdate : 47 44 # The node modules that need to be installed with the application and will be 45 # added to the same package as this application. 46 NodeModuleInput] : [ 48 }