Invite
No description
type Invite {
createdAt: ISO8601DateTime!
email: String!
invitedByEmail: String!
invitedByName: String!
invitedByUser: PortalUser
scope: Company!
status: String!
updatedAt: ISO8601DateTime!
}
Fields
Invite.createdAt
● ISO8601DateTime!
non-null scalar
Date when the invite was created
Invite.email
● String!
non-null scalar
Email address of the invitee
Invite.invitedByEmail
● String!
non-null scalar
Email address of the user who sent the invite
Invite.invitedByName
● String!
non-null scalar
Name of the user who sent the invite
Invite.invitedByUser
● PortalUser
object
Details of the user who sent the invite
Invite.scope
● Company!
non-null object
Company associated with the invite
Invite.status
● String!
non-null scalar
Current status of the invite
Invite.updatedAt
● ISO8601DateTime!
non-null scalar
Date when the invite was last updated
Member Of
PortalUser
object