OBJECT
OrganizationInviteActionAudit
link GraphQL Schema definition
1 type OrganizationInviteActionAudit { 2 3 # Type of action performed on the invite 4 OrganizationInviteAction! : 5 6 # Status at the time of the action 7 OrganizationInviteStatus! : 8 9 # UserId or orgId used to perform the action 10 String! : 11 12 # Timestamp of the action 13 DateTime! : 14 15 }