INPUT_OBJECT
CreateApplication
link GraphQL Schema definition
1 input CreateApplication { 3 2 ID : 5 4 Boolean : 7 6 String! : 9 8 String! : 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 CreateContextMenuExtensions : 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 ApplicationResourceInput] : [ 42 41 Boolean : 45 43 # The headerbar configuration to be used with this application 44 ApplicationHeaderbarInput : 48 46 # This creates a config definition for an application 47 ApplicationConfigDefinitionInput] : [ 52 49 # The node modules that need to be installed with the application and will be 50 # added to the same package as this application. 51 NodeModuleInput] : [ 55 53 # Allow application to be created with initial status 54 ApplicationStatus : 56 }