UpdateTeamMemberResponse
Response object for updating a team member.
type UpdateTeamMemberResponse {
success: Boolean!
error: UpdateTeamMemberError!
}
Fields
UpdateTeamMemberResponse.success ● Boolean! non-null scalar
UpdateTeamMemberResponse.error ● UpdateTeamMemberError! non-null enum team
Returned By
UpdateTeamMember mutation