Skip to main content

RequestPreviewApprover

One approver a preview stage resolves to. type is the configured approver kind (AUTO | MANAGER | APP_OWNER | USER | GROUP | FUNCTION). dynamic = who fills the slot is only decided at submit time (an unresolvable manager, or a FUNCTION-chosen approver), so display_name/picture are absent. auto = the stage approves itself with no human.

type RequestPreviewApprover {
auto: Boolean!
display_name: String
dynamic: Boolean!
picture: String
type: String!
}

Fields

RequestPreviewApprover.auto ● Boolean! non-null scalar

RequestPreviewApprover.display_name ● String scalar

RequestPreviewApprover.dynamic ● Boolean! non-null scalar

RequestPreviewApprover.picture ● String scalar

RequestPreviewApprover.type ● String! non-null scalar

Member Of

RequestPreviewStage object