Company
No description
type Company {
companyId: Int!
addresses(
type: AddressType
isDefault: YesNo
): [Address!]!
favoriteLists(
input: FavoriteListsBaseSearchInput
): FavoriteListsResponse
orderlist: Orderlist
id: Int! @deprecated
name: String!
taxNumber: String
cocNumber: String
notes: String
hidden: YesNo
inheritProductList: YesNo
path: String
slug: String
tag: String
dateCreated: DateTime
lastModifiedDate: DateTime
parentUsergroupId: Int!
usergroup: Usergroup
contacts(
input: ContactSearchArguments = [object Object]
): ContactsResponse
managers: [IBaseUser!]
usergroupPath: [Usergroup!]!
}
Fields
Company.companyId ● Int! non-null scalar
The id of the company.
Company.addresses ● [Address!]! non-null object
Company.addresses.type ● AddressType enum
Company.addresses.isDefault ● YesNo enum
Company.favoriteLists ● FavoriteListsResponse object
Company.favoriteLists.input ● FavoriteListsBaseSearchInput input
Company.orderlist ● Orderlist object
Company.id ● Int! deprecated non-null scalar
DEPRECATED
This property is no longer relevant or necessary, use companyId instead.
The unique identifier of the company.
Company.name ● String! non-null scalar
The name of the company.
Company.taxNumber ● String scalar
The tax number of the company.