ViewerOrganization
An organization the viewer belongs to.
Each viewer can be a member of multiple organizations. Use the billing field to check
whether the organization's subscription is in good standing.
type ViewerOrganization {
id: ID!
name: String!
billing: ViewerOrganizationBilling
}
Fields
ViewerOrganization.id ● ID! non-null scalar {#id}
ViewerOrganization.name ● String! non-null scalar {#name}
Human-readable name of the organization.
ViewerOrganization.billing ● ViewerOrganizationBilling object {#billing}
Billing information for this organization.
Member Of
AccountViewer object ● ServiceAccountViewer object ● ViewerOrganizationsPage object