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 : [UpsertEvent!] 25 24 : Int 27 26 : [String!] 29 28 : Boolean 31 30 : [String!] 33 32 : DeploymentModel 35 34 : UpdateContextMenuExtensions 37 36 : String 39 38 : [EventSubscriptionInput] 41 40 : EngineDistributionType 45 42 # The application roles that need to be updated for this application. It 43 # overwrites all existing permissions. 44 : [UpdateApplicationRole!] 48 46 # The tags associated with the application. 47 : [EntityTagInput] 51 49 # Update existing application config definitions 50 : [ApplicationConfigDefinitionUpdateApp] 57 52 # The resources which will be added to or removed from the application's package. 53 # Any engines, flows, or 54 # data registries will also be added to or removed from the list of components for 55 # the application. 56 : [ApplicationResourceUpdate] 59 58 : Boolean 62 60 # The headerbar configuration to be used with this application 61 : ApplicationHeaderbarUpdate 66 63 # The node modules that need to be installed with the application and will be 64 # added to the same package as this application. 65 : [NodeModuleInput] 67 }