Account
No description
type Account {
address: String
alternateUser: User
alternateUserId: Int
alternateUserVisitIntervalWeeks: Int
budget(
month: MonthInput!
): AccountBudgetMonth
cellphone: String
defaultContact: Contact
deliveryAddress: Address
dynamicFields: [DynamicField]
email: String
externalKey: String
files: [String]
following: Boolean
id: Int
info: String
invoiceAddress: Address
missionERPUrl: String
name: String
name2: String
number: String
parentAccount: Account
phone: String
postalAddress: Address
tags: [Tag!]
type: AccountType
typeId: Int
url: String
user: User
userId: Int
userVisitIntervalWeeks: Int
vatNo: String
visibility: Visibility
visibilityId: Int
visitingAddress: Address
}
Fields
Account.address ● String scalar
Account.alternateUser ● User object
Account.alternateUserId ● Int scalar
Account.alternateUserVisitIntervalWeeks ● Int scalar
Account.budget ● AccountBudgetMonth object
Get this account's budget for a specific month
Account.budget.month ● MonthInput! non-null input
Account.cellphone ● String scalar
Account.defaultContact ● Contact object
Either the contact set as the primaryContact, or the first one alphabetically if there is no primaryContact.
Account.deliveryAddress ● Address object
Account.dynamicFields ● [DynamicField] list object
Account.email ● String scalar
Account.externalKey ● String scalar
Account.files ● [String] list scalar
Account.following ● Boolean scalar
Account.id ● Int scalar
Account object
Account.info ● String scalar
Account.invoiceAddress ● Address object
Account.missionERPUrl ● String scalar
Account.name ● String scalar
Account.name2 ● String scalar
Account.number ● String scalar
Account.parentAccount ● Account object
Account.phone ● String scalar
Account.postalAddress ● Address object
Account.tags ● [Tag!] list object
Account.type ● AccountType object
Account.typeId ● Int scalar
Account.url ● String scalar
Account.user ● User object
Account.userId ● Int scalar
Account.userVisitIntervalWeeks ● Int scalar
Account.vatNo ● String scalar
Account.visibility ● Visibility object
Account.visibilityId ● Int scalar
Account.visitingAddress ● Address object
Returned By
account query ● createAccount mutation ● editAccount mutation ● followAccount mutation
Member Of
Account object ● AccountEdge object ● Article object ● Contact object ● Contract object ● MissionAccountEdge object ● MissionProgress object ● Object object ● Opportunity object ● Order object ● OrderRow object ● Quote object