An account to manage multiple organizations with consolidated policy and billing.
avatarUrl
(
size: Int
)
:
URI!
billingInfo : EnterpriseBillingInfo
createdAt : DateTime!
databaseId : Int
description : String
descriptionHTML : HTML!
id : ID!
location : String
members
(
organizationLogins: [String!]
query: String
orderBy: EnterpriseMemberOrder
role: EnterpriseUserAccountMembershipRole
deployment: EnterpriseUserDeployment
after: String
before: String
first: Int
last: Int
)
:
EnterpriseMemberConnection!
name : String!
organizations
(
query: String
viewerOrganizationRole: RoleInOrganization
orderBy: OrganizationOrder
after: String
before: String
first: Int
last: Int
)
:
OrganizationConnection!
ownerInfo : EnterpriseOwnerInfo
resourcePath : URI!
slug : String!
url : URI!
userAccounts
(
after: String
before: String
first: Int
last: Int
)
:
EnterpriseUserAccountConnection!
viewerIsAdmin : Boolean!
websiteUrl : URI