SCALAR
String
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
link GraphQL Schema definition
- scalar String
link Require by
- BankAccountnull
- BankAccountConditionA condition to be used against `BankAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- BankTransactionnull
- BankTransactionConditionA condition to be used against `BankTransaction` object types. All fields are tested for equality and combined with a logical ‘and.’
- ClientCompanyRepresents a `Company` which is a finance *client* company.
- ClientCompanyConditionA condition to be used against `ClientCompany` object types. All fields are tested for equality and combined with a logical ‘and.’
- ClientCompanyCostCenterA `ClientCompanyCostCenter` represents a cost center which is linked to a `ClientCompany`.
- ClientCompanyCostCenterConditionA condition to be used against `ClientCompanyCostCenter` object types. All fields are tested for equality and combined with a logical ‘and.’
- ClientCompanyCostUnitA `ClientCompanyCostUnit` represents a cost unit which is linked to a `ClientCompany`.
- ClientCompanyCostUnitConditionA condition to be used against `ClientCompanyCostUnit` object types. All fields are tested for equality and combined with a logical ‘and.’
- ClientCompanyTagA `ClientCompanyTag` belonging to a `ClientCompany`.
- ClientCompanyTagConditionA condition to be used against `ClientCompanyTag` object types. All fields are tested for equality and combined with a logical ‘and.’
- CompanyA `Company` represents a partner company of the currently authenticated client company.
- CompanyConditionA condition to be used against `Company` object types. All fields are tested for equality and combined with a logical ‘and.’
- CreateClientCompanyPurchaseInputAll input for the `createClientCompanyPurchase` mutation.
- CreateClientCompanyPurchasePayloadThe output of our `createClientCompanyPurchase` mutation.
- CreateClientCompanyTagInputAll input for the `createClientCompanyTag` mutation.
- CreateClientCompanyTagPayloadThe output of our `createClientCompanyTag` mutation.
- CreateDocumentCommentInputAll input for the `createDocumentComment` mutation.
- CreateDocumentCommentPayloadThe output of our `createDocumentComment` mutation.
- CreateDocumentTagInputAll input for the `createDocumentTag` mutation.
- CreateDocumentTagPayloadThe output of our `createDocumentTag` mutation.
- CreditCardAccountnull
- CreditCardAccountConditionA condition to be used against `CreditCardAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- CreditCardTransactionnull
- CreditCardTransactionConditionA condition to be used against `CreditCardTransaction` object types. All fields are tested for equality and combined with a logical ‘and.’
- DeleteClientCompanyPurchaseInputAll input for the `deleteClientCompanyPurchase` mutation.
- DeleteClientCompanyPurchasePayloadThe output of our `deleteClientCompanyPurchase` mutation.
- DeleteClientCompanyTagInputAll input for the `deleteClientCompanyTag` mutation.
- DeleteClientCompanyTagPayloadThe output of our `deleteClientCompanyTag` mutation.
- DeletedDocumentA `DeletedDocument` is marked as deleted but can be restored.
- DeletedDocumentConditionA condition to be used against `DeletedDocument` object types. All fields are tested for equality and combined with a logical ‘and.’
- DeleteDocumentCommentInputAll input for the `deleteDocumentComment` mutation.
- DeleteDocumentCommentPayloadThe output of our `deleteDocumentComment` mutation.
- DeleteDocumentTagInputAll input for the `deleteDocumentTag` mutation.
- DeleteDocumentTagPayloadThe output of our `deleteDocumentTag` mutation.
- DeliveryNoteA `DeliveryNote`.
- DeliveryNoteConditionA condition to be used against `DeliveryNote` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- DocumentCategoryA `DocumentCategory` is a category of a document.
- DocumentCategoryConditionA condition to be used against `DocumentCategory` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentCommentA `DocumentComment` representing a comment left on a `Document`.
- DocumentCommentMessagePartnull
- DocumentConditionA condition to be used against `Document` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentTagA `DocumentTag` represents an assigned `CompanyTag` to a `Document`.
- DocumentTagConditionA condition to be used against `DocumentTag` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentVersionA `DocumentVersion` is a version of a given `Document`.
- DocumentVersionConditionA condition to be used against `DocumentVersion` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentVersionFilenull
- DocumentVersionFileConditionA condition to be used against `DocumentVersionFile` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentWorkflowA `DocumentWorkflow` is a workflow through which a `Document` passes.
- DocumentWorkflowConditionA condition to be used against `DocumentWorkflow` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentWorkflowStatenull
- DocumentWorkflowStateConditionA condition to be used against `DocumentWorkflowState` object types. All fields are tested for equality and combined with a logical ‘and.’
- DocumentWorkflowStepA `DocumentWorkflowStep` is a step which belongs to a `DocumentWorkflow`. A `Document` can be in a single `DocumentWorkflowStep` at a time.
- DocumentWorkflowStepConditionA condition to be used against `DocumentWorkflowStep` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceA `Document` representing an `Invoice`.
- InvoiceAccountingItemA `InvoiceAccountingItem` represent a booking line for an `Invoice`.
- InvoiceAccountingItem35AA `InvoiceAccountingItem35a` holds German §35a data for an `InvoiceAccountingItem`.
- InvoiceAccountingItem35AConditionA condition to be used against `InvoiceAccountingItem35A` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceAccountingItemConditionA condition to be used against `InvoiceAccountingItem` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceAccountingItemCostCenter`InvoiceAccountingItemCostCenter` books a `ClientCompanyCostCenter` amount for an `InvoiceAccountingItem`.
- InvoiceAccountingItemCostCenterConditionA condition to be used against `InvoiceAccountingItemCostCenter` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceAccountingItemCostUnit`InvoiceAccountingItemCostUnit` books a `ClientCompanyCostUnit` amount for an `InvoiceAccountingItem`.
- InvoiceAccountingItemCostUnitConditionA condition to be used against `InvoiceAccountingItemCostUnit` object types. All fields are tested for equality and combined with a logical ‘and.’
- InvoiceConditionA condition to be used against `Invoice` object types. All fields are tested for equality and combined with a logical ‘and.’
- MarkDocumentsAsBookedInputAll input for the `markDocumentsAsBooked` mutation.
- 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.).
- MoneyAccountConditionA condition to be used against `MoneyAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- MoneyTransactionA `MoneyTransaction` is a money related turnover belonging to a `MoneyAccount`.
- MoneyTransactionConditionA condition to be used against `MoneyTransaction` object types. All fields are tested for equality and combined with a logical ‘and.’
- ObjectClassPropnull
- ObjectClassPropConditionA condition to be used against `ObjectClassProp` object types. All fields are tested for equality and combined with a logical ‘and.’
- OpHealthCheckA `opHealthCheck` provides the company''s health check data.
- OpHealthCheckConditionA condition to be used against `OpHealthCheck` object types. All fields are tested for equality and combined with a logical ‘and.’
- PartnerAccountnull
- PartnerAccountConditionA condition to be used against `PartnerAccount` object types. All fields are tested for equality and combined with a logical ‘and.’
- PartnerCompanynull
- PartnerCompanyConditionA condition to be used against `PartnerCompany` object types. All fields are tested for equality and combined with a logical ‘and.’
- QueryThe root query type which gives access points into the data universe.
- RealEstateObjectA real estate object.
- RealEstateObjectConditionA condition to be used against `RealEstateObject` object types. All fields are tested for equality and combined with a logical ‘and.’
- SetInvoiceAccountingItem35AKindInputAll input for the `setInvoiceAccountingItem35AKind` mutation.
- SetInvoiceAccountingItem35AKindPayloadThe output of our `setInvoiceAccountingItem35AKind` mutation.
- SetInvoiceAccountingItem35ANetInputAll input for the `setInvoiceAccountingItem35ANet` mutation.
- SetInvoiceAccountingItem35ANetPayloadThe output of our `setInvoiceAccountingItem35ANet` mutation.
- SetInvoiceAccountingItem35ATotalInputAll input for the `setInvoiceAccountingItem35ATotal` mutation.
- SetInvoiceAccountingItem35ATotalPayloadThe output of our `setInvoiceAccountingItem35ATotal` mutation.
- UpdateClientCompanyPurchaseInputAll input for the `updateClientCompanyPurchase` mutation.
- UpdateClientCompanyPurchasePayloadThe output of our `updateClientCompanyPurchase` mutation.
- UpdateClientCompanyTagInputAll input for the `updateClientCompanyTag` mutation.
- UpdateClientCompanyTagPayloadThe output of our `updateClientCompanyTag` mutation.
- UpdateDocumentInputAll input for the `updateDocument` mutation.
- UpdateDocumentPayloadThe output of our `updateDocument` mutation.
- UpdateInvoiceDateInputAll input for the `updateInvoiceDate` mutation.
- UpdateInvoiceDatePayloadThe output of our `updateInvoiceDate` mutation.
- UpdateInvoiceDeliveryNoteNumbersInputAll input for the `updateInvoiceDeliveryNoteNumbers` mutation.
- UpdateInvoiceDeliveryNoteNumbersPayloadThe output of our `updateInvoiceDeliveryNoteNumbers` mutation.
- UpdateInvoiceInternalNumberInputAll input for the `updateInvoiceInternalNumber` mutation.
- UpdateInvoiceInternalNumberPayloadThe output of our `updateInvoiceInternalNumber` mutation.
- UpdateInvoiceNumberInputAll input for the `updateInvoiceNumber` mutation.
- UpdateInvoiceNumberPayloadThe output of our `updateInvoiceNumber` mutation.
- UpdateInvoiceOpenItemsNumberInputAll input for the `updateInvoiceOpenItemsNumber` mutation.
- UpdateInvoiceOpenItemsNumberPayloadThe output of our `updateInvoiceOpenItemsNumber` mutation.
- UpdateInvoiceOrderDateInputAll input for the `updateInvoiceOrderDate` mutation.
- UpdateInvoiceOrderDatePayloadThe output of our `updateInvoiceOrderDate` mutation.
- UpdateInvoiceOrderNumberInputAll input for the `updateInvoiceOrderNumber` mutation.
- UpdateInvoiceOrderNumberPayloadThe output of our `updateInvoiceOrderNumber` mutation.
- UpdateInvoicePaymentStatusInputAll input for the `updateInvoicePaymentStatus` mutation.
- UpdateInvoicePaymentStatusPayloadThe output of our `updateInvoicePaymentStatus` mutation.
- UpdateInvoicePurchaseInputAll input for the `updateInvoicePurchase` mutation.
- UpdateInvoicePurchasePayloadThe output of our `updateInvoicePurchase` mutation.
- UpdatePartnerCompanyInputAll input for the `updatePartnerCompany` mutation.
- UpdatePartnerCompanyPayloadThe output of our `updatePartnerCompany` mutation.
- UserA finance `User`.
- UserConditionA condition to be used against `User` object types. All fields are tested for equality and combined with a logical ‘and.’
- __DirectiveA Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document. In some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.
- __EnumValueOne possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.
- __FieldObject and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.
- __InputValueArguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.
- __SchemaA GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.
- __TypeThe fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum. Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.