IdentityInvolvementTickets
No description
type IdentityInvolvementTickets {
acted_on_total: Int!
approval_assigned_open: Int!
fulfillment_assigned_open: Int!
}
Fields
IdentityInvolvementTickets.acted_on_total ● Int! non-null scalar
Tickets where this user has taken an action (actioned_by = user).
IdentityInvolvementTickets.approval_assigned_open ● Int! non-null scalar
Open approval tickets assigned directly to this user.
IdentityInvolvementTickets.fulfillment_assigned_open ● Int! non-null scalar
Open fulfillment tickets assigned directly to this user.
Member Of
IdentityInvolvement object