OBJECT
CompanyConnection
The connection wrapper around the CompanyConnection type.
link GraphQL Schema definition
- type CompanyConnection {
- # A list of the entities provided by this connection.
- : [Company]!
- # An object providing information about the page of results being displayed, as
- # well as the total amount of pages/records available.
- : PageInfo!
- # Provides the ability to return aggregated mathematical data about your results.
- : [Aggregation]!
- }
link Require by
- BankAccountProcessorA processor or method of processing bank account payments.
- CreditCardProcessorA company that processes `CreditCard` transactions.
- CustomFieldA user defined field.
- InvoiceTemplateA template for generating invoices.
- JobTypeThe type of a `Job`.
- Querynull
- ServiceA service.
- ServiceEligibilityRuleA rule that defines eligibility criteria for a `Service`.
- TaxProviderA tax provider.