mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 14:27:02 +08:00
feat(server): add invitation status to getInviteInfo response (#11158)
close CLOUD-182
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user