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