Skip to main content

Company

No description

type Company {
companyId: Int!
addresses(
type: AddressType
isDefault: YesNo
): [Address!]!
attributes(
input: AttributeResultSearchInput
): AttributeResultResponse
favoriteLists(
input: FavoriteListsBaseSearchInput
): FavoriteListsResponse
orderlists(
input: OrderlistSearchInput
): OrderlistsResponse
pricesheets: [Pricesheet!]
name: String!
taxNumber: String
cocNumber: String
notes: String
hidden: YesNo
inheritProductList: YesNo
path: String
slug: String
tag: String
createdAt: DateTime
lastModifiedAt: DateTime
parentUsergroupId: Int!
usergroup: Usergroup
contacts(
input: ContactSearchArguments = [object Object]
): ContactsResponse
managers: [IBaseUser!]
sources: [Source!]!
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.attributes ● AttributeResultResponse object

Lists attributes for this company based on the search input.

Company.attributes.input ● AttributeResultSearchInput input

Company.favoriteLists ● FavoriteListsResponse object

Company.favoriteLists.input ● FavoriteListsBaseSearchInput input

Company.orderlists ● OrderlistsResponse object

Company.orderlists.input ● OrderlistSearchInput input

Company.pricesheets ● [Pricesheet!] list object

Company.name ● String! non-null scalar

The name of the company.

Company.taxNumber ● String scalar

The tax number of the company.

Company.cocNumber ● String scalar

The coc number of the company.

Company.notes ● String scalar

Notes of the company.

Company.hidden ● YesNo enum

Shows whether this company is hidden and should only be used for background operations.

Company.inheritProductList ● YesNo enum

Company.path ● String scalar

The path in id's to the root of the inheritance tree.

Company.slug ● String scalar

The slug of the company.

Company.tag ● String scalar

The tag of the company.

Company.createdAt ● DateTime scalar

Company.lastModifiedAt ● DateTime scalar

Company.parentUsergroupId ● Int! non-null scalar

Company.usergroup ● Usergroup object

Parent usergroup of the company.

Company.contacts ● ContactsResponse object

Children contacts of the company.

Company.contacts.input ● ContactSearchArguments input

Company.managers ● [IBaseUser!] list interface

Users/ contacts which are account managers of the company.

Company.sources ● [Source!]! non-null object

Company.usergroupPath ● [Usergroup!]! non-null object

Returned By

company query ● companyCreate mutation ● companyUpdate mutation

Member Of

Cart object ● CompaniesResponse object ● Contact object ● Orderlist object ● Pricesheet object ● Tender object ● User object