INPUT_OBJECT

CreateApplicationViewerBuild

link GraphQL Schema definition

1input CreateApplicationViewerBuild {
3
2viewerId: 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.
7sourceUrl: 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.
11accessUrl: String!
14
13status: ApplicationViewerBuildStatus
15}