BlockedUser
Represents a user blocked by an organization.
type BlockedUser {
createdAt: Date
id: ID
organization: Organization
user: User
}
Fields
BlockedUser.createdAt ● Date scalar
Timestamp when the user was blocked.
BlockedUser.id ● ID scalar
Unique identifier of the blocked user.
BlockedUser.organization ● Organization object
Organization that blocked the user.
BlockedUser.user ● User object
User who has been blocked.