OBJECT

RemoveOrganizationMemberPayload

Outputs from the removeOrganizationMember mutation.

link GraphQL Schema definition

1type RemoveOrganizationMemberPayload {
2
3# The possible error returned from the service.
4error: RemoveOrganizationMemberError
5
6# The user who is removed from organization.
7targetUser: User
8
9}