SCALAR
NonEmptyText
Text type which must have at least one non-space character.
link GraphQL Schema definition
- scalar NonEmptyText
link Require by
- ClientCompanyPurchasea `ClientCompanyPurchase` belonging to a `ClientCompany`.
- ClientCompanyPurchaseConditionA condition to be used against `ClientCompanyPurchase` object types. All fields are tested for equality and combined with a logical ‘and.’
- CompanyLocationGeographic location of a `Company` or subsidiary.
- CompanyLocationConditionA condition to be used against `CompanyLocation` object types. All fields are tested for equality and combined with a logical ‘and.’
- CreateClientCompanyPurchaseInputAll input for the `createClientCompanyPurchase` mutation.
- InvoiceA `Document` representing an `Invoice`.
- InvoiceConditionA condition to be used against `Invoice` object types. All fields are tested for equality and combined with a logical ‘and.’
- UpdateClientCompanyPurchaseInputAll input for the `updateClientCompanyPurchase` mutation.