INPUT_OBJECT
CreateApplicationViewerBuild
link GraphQL Schema definition
1 input CreateApplicationViewerBuild { 3 2 : ID! 8 4 # URL for the source of the build. Depending on the build type, this could be an 5 # external URL, 6 # a container URL, or the S3 bucket where the source is stored. 7 : String! 12 9 # Public URL at which the viewer build can be accessed. This is where end-users 10 # will go to consume the engine output via the viewer. 11 : String! 14 13 : ApplicationViewerBuildStatus 15 }