feat(server): add invitation status to getInviteInfo response (#11158)

close CLOUD-182
This commit is contained in:
fengmk2
2025-03-25 06:51:26 +00:00
parent 9bad6fa12d
commit 4d15c32242
10 changed files with 144 additions and 15 deletions

View File

@@ -692,10 +692,13 @@ type InvitationReviewRequestNotificationBodyType {
type InvitationType {
"""Invitee information"""
invitee: UserType!
invitee: WorkspaceUserType!
"""Invitation status in workspace"""
status: WorkspaceMemberStatus
"""User information"""
user: UserType!
user: WorkspaceUserType!
"""Workspace information"""
workspace: InvitationWorkspaceType!