INPUT_OBJECT
CreateApplication
link GraphQL Schema definition
1 input CreateApplication { 3 2 ID : 5 4 Boolean : 7 6 String! : 9 8 String! : 11 10 JSONData : 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 CreateContextMenuExtensions : 35 34 String : 37 36 EngineDistributionType : 40 38 # The application roles that need to be created for this application 39 CreateApplicationRole!] : [ 43 41 # The tags associated with the application. 42 EntityTagInput] : [ 48 44 # The resources which will be added to the new application's package. Any engines, 45 # flows, or data registries will also 46 # be added as components for the application. 47 ApplicationResourceInput] : [ 50 49 Boolean : 53 51 # The headerbar configuration to be used with this application 52 ApplicationHeaderbarInput : 56 54 # This creates a config definition for an application 55 ApplicationConfigDefinitionInput] : [ 60 57 # The node modules that need to be installed with the application and will be 58 # added to the same package as this application. 59 NodeModuleInput] : [ 63 61 # Allow application to be created with initial status 62 ApplicationStatus : 64 }