OBJECT
ClientCompany
Represents a Company which is a finance client company.
link GraphQL Schema definition
- type ClientCompany implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : [String]!
- : String!
- : ProcessingFrequency!
- : VatDeclarationFrequency!
- : UpdatedTime
- : CreatedTime
- # Reads a single `Company` that is related to this `ClientCompany`.
- : Company!
- # Reads a single `AccountingCompany` that is related to this `ClientCompany`.
- : AccountingCompany!
- # Reads a single `AccountingCompany` that is related to this `ClientCompany`.
- : AccountingCompany
- # Reads and enables pagination through a set of `AccountingCompany`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `AccountingCompany`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [AccountingCompaniesOrderBy!],
- : AccountingCompanyCondition
- ): AccountingCompaniesConnection! @deprecated( reason: "Please use accountingCompanyByClientCompanyRowId instead" )
- # Reads and enables pagination through a set of `AccountingInstruction`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering
- # `AccountingInstruction`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [AccountingInstructionsOrderBy!],
- : AccountingInstructionCondition
- ): AccountingInstructionsConnection!
- # Reads and enables pagination through a set of `BankAccount`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `BankAccount`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [BankAccountsOrderBy!],
- : BankAccountCondition
- ): BankAccountsConnection!
- # Reads and enables pagination through a set of `ClientCompanyCostCenter`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering
- # `ClientCompanyCostCenter`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ClientCompanyCostCentersOrderBy!],
- : ClientCompanyCostCenterCondition
- ): ClientCompanyCostCentersConnection!
- # Reads and enables pagination through a set of `ClientCompanyCostUnit`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering
- # `ClientCompanyCostUnit`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ClientCompanyCostUnitsOrderBy!],
- : ClientCompanyCostUnitCondition
- ): ClientCompanyCostUnitsConnection!
- # Reads and enables pagination through a set of `ClientCompanyPurchase`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering
- # `ClientCompanyPurchase`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ClientCompanyPurchasesOrderBy!],
- : ClientCompanyPurchaseCondition
- ): ClientCompanyPurchasesConnection!
- # Reads and enables pagination through a set of `ClientCompanyTag`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `ClientCompanyTag`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ClientCompanyTagsOrderBy!],
- : ClientCompanyTagCondition
- ): ClientCompanyTagsConnection!
- # Reads and enables pagination through a set of `CreditCardAccount`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `CreditCardAccount`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [CreditCardAccountsOrderBy!],
- : CreditCardAccountCondition
- ): CreditCardAccountsConnection!
- # Reads and enables pagination through a set of `DeletedDocument`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `DeletedDocument`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [DeletedDocumentsOrderBy!],
- : DeletedDocumentCondition
- ): DeletedDocumentsConnection!
- # Reads and enables pagination through a set of `Document`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Document`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [DocumentsOrderBy!],
- : DocumentCondition
- ): DocumentsConnection!
- # Reads and enables pagination through a set of `DocumentCategory`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `DocumentCategory`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [DocumentCategoriesOrderBy!],
- : DocumentCategoryCondition
- ): DocumentCategoriesConnection!
- # Reads and enables pagination through a set of `DocumentWorkflow`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `DocumentWorkflow`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [DocumentWorkflowsOrderBy!],
- : DocumentWorkflowCondition
- ): DocumentWorkflowsConnection!
- # Reads and enables pagination through a set of `Export`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `Export`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ExportsOrderBy!],
- : ExportCondition
- ): ExportsConnection!
- # Reads and enables pagination through a set of `MoneyAccount`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `MoneyAccount`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [MoneyAccountsOrderBy!],
- : MoneyAccountCondition
- ): MoneyAccountsConnection!
- # Reads and enables pagination through a set of `ObjectInstance`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `ObjectInstance`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [ObjectInstancesOrderBy!],
- : ObjectInstanceCondition
- ): ObjectInstancesConnection!
- # Reads a single `OpHealthCheck` that is related to this `ClientCompany`.
- : OpHealthCheck
- # Reads and enables pagination through a set of `OpHealthCheck`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `OpHealthCheck`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [OpHealthChecksOrderBy!],
- : OpHealthCheckCondition
- ): OpHealthChecksConnection! @deprecated( reason: "Please use opHealthCheckByClientCompanyRowId instead" )
- # Reads and enables pagination through a set of `RealEstateObject`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `RealEstateObject`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [RealEstateObjectsOrderBy!],
- : RealEstateObjectCondition
- ): RealEstateObjectsConnection!
- # Reads and enables pagination through a set of `User`.
- #
- # Arguments
- # first: Only read the first `n` values of the set.
- # last: Only read the last `n` values of the set.
- # offset: Skip the first `n` values from our `after` cursor, an
- # alternative to cursor
- # based pagination. May not be used with `last`.
- # before: Read all values in the set before (above) this cursor.
- # after: Read all values in the set after (below) this cursor.
- # orderBy: The method to use when ordering `User`.
- # condition: A condition to be used in determining which values
- # should be returned by the collection.
- (
- : Int,
- : Int,
- : Int,
- : Cursor,
- : Cursor,
- : [UsersOrderBy!],
- : UserCondition
- ): UsersConnection!
- # `ClientCompany` has accounting enabled.
- : Boolean
- }
link Require by
- AccountingCompanyRepresents a `Company` which is a finance *accounting* company.
- AccountingInstructionAccounting instructions for the current client company
- BankAccountnull
- ClientCompaniesConnectionA connection to a list of `ClientCompany` values.
- ClientCompaniesEdgeA `ClientCompany` edge in the connection.
- ClientCompanyCostCenterA `ClientCompanyCostCenter` represents a cost center which is linked to a `ClientCompany`.
- ClientCompanyCostUnitA `ClientCompanyCostUnit` represents a cost unit which is linked to a `ClientCompany`.
- ClientCompanyPurchasea `ClientCompanyPurchase` belonging to a `ClientCompany`.
- ClientCompanyTagA `ClientCompanyTag` belonging to a `ClientCompany`.
- CompanyA `Company` represents a partner company of the currently authenticated client company.
- CreateClientCompanyPurchasePayloadThe output of our `createClientCompanyPurchase` mutation.
- CreateClientCompanyTagPayloadThe output of our `createClientCompanyTag` mutation.
- CreditCardAccountnull
- DeleteClientCompanyPurchasePayloadThe output of our `deleteClientCompanyPurchase` mutation.
- DeleteClientCompanyTagPayloadThe output of our `deleteClientCompanyTag` mutation.
- DeletedDocumentA `DeletedDocument` is marked as deleted but can be restored.
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- DocumentCategoryA `DocumentCategory` is a category of a document.
- DocumentWorkflowA `DocumentWorkflow` is a workflow through which a `Document` passes.
- Exportnull
- MarkDocumentsAsBookedPayloadThe output of our `markDocumentsAsBooked` mutation.
- MoneyAccountA `MoneyAccount` belonging to a `ClientCompany`. It holds any form of money related accounts (bank, credit-card, PayPal, etc.).
- ObjectInstancenull
- OpHealthCheckA `opHealthCheck` provides the company''s health check data.
- QueryThe root query type which gives access points into the data universe.
- RealEstateObjectA real estate object.
- UpdateClientCompanyPurchasePayloadThe output of our `updateClientCompanyPurchase` mutation.
- UpdateClientCompanyTagPayloadThe output of our `updateClientCompanyTag` mutation.
- UpdateDocumentPayloadThe output of our `updateDocument` mutation.
- UserA finance `User`.