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 Int : 23 22 String!] : [ 25 24 Boolean : 27 26 String!] : [ 29 28 DeploymentModel : 31 30 UpdateContextMenuExtensions : 33 32 String : 36 34 # The tags associated with the application. 35 EntityTagInput] : [ 40 37 # The resources (engines, flows, and schemas) which will be added 38 # to the new application in the form of components and package resources. 39 ApplicationResourceUpdate] : [ 42 41 Boolean : 45 43 # The headerbar configuration to be used with this application 44 ApplicationHeaderbarUpdate : 49 46 # The node modules that need to be installed with the application and will be 47 # added to the same package as this application. 48 NodeModuleInput] : [ 50 }