ActionedBy
The details of the person who actioned the approval request
type ActionedBy {
id: ID!
name: String!
}
Fields
ActionedBy.id
● ID!
non-null scalar
The id of this identity
ActionedBy.name
● String!
non-null scalar
The name of the identity
Member Of
ActionedApprovalData
object