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 : 41 38 # The application roles that need to be updated for this application. It 39 # overwrites all existing permissions. 40 UpdateApplicationRole!] : [ 44 42 # The tags associated with the application. 43 EntityTagInput] : [ 47 45 # Update existing application config definitions 46 ApplicationConfigDefinitionUpdateApp] : [ 53 48 # The resources which will be added to or removed from the application's package. 49 # Any engines, flows, or 50 # data registries will also be added to or removed from the list of components for 51 # the application. 52 ApplicationResourceUpdate] : [ 55 54 Boolean : 58 56 # The headerbar configuration to be used with this application 57 ApplicationHeaderbarUpdate : 62 59 # The node modules that need to be installed with the application and will be 60 # added to the same package as this application. 61 NodeModuleInput] : [ 63 }