OBJECT

RespondToTeamInvitationPayload

Outputs from the respondToTeamInvitation mutation.

link GraphQL Schema definition

1type RespondToTeamInvitationPayload {
2
3# The user who just accepted a team invitation.
4user: User
5
6}