WorkspaceInvite
No description
type WorkspaceInvite {
id: ID!
createdBy: InternalActor!
createdAt: DateTime!
email: String!
workspace: Workspace!
isAccepted: Boolean!
roles: [Role!]!
updatedBy: InternalActor!
updatedAt: DateTime!
}
Fields
WorkspaceInvite.id
● ID!
non-null scalar
WorkspaceInvite.createdBy
● InternalActor!
non-null union
Who sent this invite.
WorkspaceInvite.createdAt
● DateTime!
non-null object
When the invite was created.
WorkspaceInvite.email
● String!
non-null scalar
The email that is being invited.
WorkspaceInvite.workspace
● Workspace!
non-null object
The workspace they are being invited to.
WorkspaceInvite.isAccepted
● Boolean!
non-null scalar
Whether the person has accepted the invite.
WorkspaceInvite.roles
● [Role!]!
non-null object
The roles that the invite will assign on workspace joining.
WorkspaceInvite.updatedBy
● InternalActor!
non-null union
Who updated this invite.
WorkspaceInvite.updatedAt
● DateTime!
non-null object
When the invite was updated.
Member of
AcceptWorkspaceInviteOutput
object ● DeleteWorkspaceInviteOutput
object ● InviteUserToWorkspaceOutput
object ● WorkspaceInviteEdge
object