Waiting for engine...
Skip to main content

Portal

No description

type Portal {
guid: ID!
atomsphereAccountId: ID!
atomsphereAccountName: String!
companyProfile: PartnerCompanyProfile
status: PortalStatus
lastActiveTimestamp: DateTime
}

Fields

Portal.guid ● ID! non-null scalar miscellaneous

the portal id

Portal.atomsphereAccountId ● ID! non-null scalar miscellaneous

the portal atomsphere account id

Portal.atomsphereAccountName ● String! non-null scalar miscellaneous

the atomsphere account name

Portal.companyProfile ● PartnerCompanyProfile object partner-portal

The company profile of the partner

Portal.status ● PortalStatus enum partner-portal

The status of the portal

Portal.lastActiveTimestamp ● DateTime scalar partner-portal

The last time any user logged into the portal

Returned By

portalDeactivate mutation ●  portalReactivate mutation

Member Of

PortalsQueryResult object

On this Page