OBJECT
Debit
A debit.
link GraphQL Schema definition
- type Debit implements TaxtransactionableInterface, LoggableInterface, AccessloggableInterface, TransactionInterface {
- # The ID of the entity.
- Int64Bit! :
- # An ID that uniquely identifies this entity across the whole Sonar system.
- ID! :
- # The date and time this entity was created.
- Datetime! :
- # The last date and time this entity was modified.
- Datetime! :
- # A string that shows the version of this entity. It will be incremented whenever
- # the entity is modified.
- String! :
- # The ID of an Account.
- Int64Bit! :
- # The amount, in the smallest currency value (e.g. cents, pence, pesos.)
- Int! :
- # The ID of the company that this entity operates under.
- Int64Bit! :
- # A human readable description.
- String :
- # A general ledger code.
- String :
- # A general ledger code description.
- String :
- # The ID of an `Invoice`.
- Int64Bit :
- # The ID of the Debit which is linked to the current Debit.
- Int64Bit :
- # The total number of minutes.
- Float :
- # The number of months of service this invoice was billed for.
- Int! :
- # The date this transaction was prorated from.
- Date :
- # The date this transaction was prorated to.
- Date :
- # The quantity for this service.
- Int! :
- # The quantity the associated service had before the quantity was changed and
- # prorated.
- Int :
- # The quantity the associated service was changed to when the quantity was changed
- # and prorated.
- Int :
- # Whether or not this has been reversed.
- Boolean! :
- # When this was reversed.
- Datetime :
- # The user ID that reversed this.
- Int64Bit :
- # The ID of a Service.
- Int64Bit! :
- # The name of a service.
- String! :
- # The type of transaction on this service.
- ServiceTransactionType :
- # The type.
- ServiceType! :
- # The ID of the user who created this transaction.
- Int64Bit :
- # The ID of a voice service configuration parameter.
- Int64Bit :
- # A customer account.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_status_id: The ID of an AccountStatus.
- # account_type_id: The ID of an AccountType.
- # activation_date: The date an account was first activated.
- # activation_time: The time an account was first activated.
- # company_id: The ID of the company that this entity operates
- # under.
- # data_usage_percentage: The percentage of the data usage cap
- # that this account has consumed this month, taking into account any data usage
- # top offs.
- # geopoint: A geo-point.
- # is_delinquent: Whether or not this account is delinquent.
- # name: A descriptive name.
- # next_bill_date: The next date this service will bill. If this
- # is null, it will bill on the next account billing date.
- # next_recurring_charge_amount: The next recurring charge amount
- # for an account. This is the sum of data, expiring, recurring, and voice services
- # of an account for this billing cycle, including tax.
- # parent_account_id: The ID of the `Account` that is this
- # `Account`s master.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Date, :
- Time, :
- Int64Bit, :
- Int, :
- Geopoint, :
- Boolean, :
- String, :
- Date, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Account
- # A company you do business as.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # billing_communication_delay_end_local_time: The daily end time
- # of the period during which billing communication e.g. new invoices, delinquency,
- # etc. will not be sent.
- # billing_communication_delay_start_local_time: The daily start
- # time of the period during which billing communication e.g. new invoices,
- # delinquency, etc. will not be sent.
- # checks_payable_to: On an enabled remittance slip, who should
- # checks be made payable to?
- # country: A two character country code.
- # customer_portal_url: The URL to your customer portal.
- # default: Whether or not this entity is a default entry.
- # enabled: Whether or not this is enabled.
- # isp_type: The ISP type of this `Company`.
- # name: A descriptive name.
- # phone_number: A telephone number.
- # primary_color: The primary color to use in Sonar.
- # secondary_color: The secondary color to use in Sonar.
- # show_remittance_slip: Whether or not to include a detachable
- # remittance slip on the invoice.
- # tax_identification: A tax identification number. Should only be
- # entered if you are required to share some type of tax identification information
- # with your customers.
- # website_address: The address of the company website.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Time, :
- Time, :
- String, :
- Country, :
- URL, :
- Boolean, :
- Boolean, :
- IspType, :
- String, :
- Numeric, :
- HtmlHexColor, :
- HtmlHexColor, :
- Boolean, :
- String, :
- URL, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Company
- # A service.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # application: How this is applied.
- # company_id: The ID of the company that this entity operates
- # under.
- # display_if_zero: If the amount for this service is zero, it
- # will still display on invoices.
- # enabled: Whether or not this is enabled.
- # general_ledger_code_id: The ID of a GeneralLedgerCode.
- # name: A descriptive name.
- # reverse_tax_definition_id: The ID of a tax definition on a
- # reversed transaction.
- # tax_definition_id: The ID of a tax definition on a transaction.
- # type: The type.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- ServiceApplication, :
- Int64Bit, :
- Boolean, :
- Boolean, :
- Int64Bit, :
- String, :
- Int64Bit, :
- Int64Bit, :
- ServiceType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Service
- # A configurable attribute for a voice service.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # addition_prorate_date: If this service was prorated when added,
- # this is the date it was prorated from.
- # description: A human readable description.
- # price: The price per unit of this item.
- # proratable: Indicates if changes to this entity trigger
- # proration.
- # reverse_tax_definition_id: The ID of a tax definition on a
- # reversed transaction.
- # tax_definition_id: The ID of a tax definition on a transaction.
- # type: The type.
- # voice_service_detail_id: The ID of the `VoiceServiceDetail`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Date, :
- String, :
- Int, :
- Boolean, :
- Int64Bit, :
- Int64Bit, :
- VoiceServiceGenericParameterType, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): VoiceServiceGenericParameter
- # An invoice.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # auto_pay_attempts: The number of times that autopay has been
- # attempted.
- # auto_pay_date: The date that autopay will be attempted.
- # child_invoice_remaining_due: The sum of all due amounts on
- # child invoices.
- # company_id: The ID of the company that this entity operates
- # under.
- # date: A date
- # delinquency_date: The date that this became delinquent.
- # delinquent: Whether or not this entity is delinquent.
- # due_date: The date this invoice is due by.
- # end_date: The date that this ends.
- # frozen: If an invoice is frozen, payments will not be
- # automatically applied to it, and it cannot be modified.
- # invoice_template_version_id: The ID of the Invoice Template
- # Version which was active when this invoice was generated.
- # late_fee_applied: Whether or not a late fee has been applied.
- # late_fee_only: Whether or not the invoice includes only late
- # fees.
- # message: The message.
- # number_of_months: The number of months of service this invoice
- # was billed for.
- # parent_invoice_id: The ID of the `Invoice` that is this
- # `Invoice`s master.
- # pending_email: Used by system to indicate the invoice has been
- # marked to be sent to email contacts.
- # remaining_due: The amount remaining to be paid.
- # status: The phase of the invoice moving through creation.
- # tax_committed: Whether this entity's taxes have been committed
- # or not.
- # tax_provider_id: The ID of an `TaxProvider`.
- # total_debits: The sum of all debits that make up this invoice.
- # total_taxes: The sum of all taxes on debits that make up this
- # invoice.
- # void: Whether or not this entity has been voided.
- # voided_at: When this was voided.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Date, :
- Int, :
- Int64Bit, :
- Date, :
- Date, :
- Boolean, :
- Date, :
- Date, :
- Boolean, :
- Int64Bit, :
- Boolean, :
- Boolean, :
- Text, :
- Int, :
- Int64Bit, :
- Boolean, :
- Int, :
- String, :
- Boolean, :
- Int64Bit, :
- Int, :
- Int, :
- Boolean, :
- Datetime, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Invoice
- # A user that can login to Sonar.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # completed_setup: Whether or not the user has completed the
- # setup process.
- # email_address: An email address.
- # enabled: Whether or not this is enabled.
- # is_sonar_staff: Whether or not this user is a Sonar employee.
- # language: A supported language.
- # mobile_number: A mobile phone number. This will be used to send
- # SMS messages.
- # name: A descriptive name.
- # public_name: The publicly viewable name of this user.
- # role_id: The ID of a Role.
- # super_admin: Super admins receive all system permissions
- # automatically, regardless of their role.
- # username: A username, used for authentication.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- EmailAddress, :
- Boolean, :
- Boolean, :
- Language, :
- Numeric, :
- String, :
- String, :
- Int64Bit, :
- Boolean, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): User
- # The user that caused a reversal.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # completed_setup: Whether or not the user has completed the
- # setup process.
- # email_address: An email address.
- # enabled: Whether or not this is enabled.
- # is_sonar_staff: Whether or not this user is a Sonar employee.
- # language: A supported language.
- # mobile_number: A mobile phone number. This will be used to send
- # SMS messages.
- # name: A descriptive name.
- # public_name: The publicly viewable name of this user.
- # role_id: The ID of a Role.
- # super_admin: Super admins receive all system permissions
- # automatically, regardless of their role.
- # username: A username, used for authentication.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- EmailAddress, :
- Boolean, :
- Boolean, :
- Language, :
- Numeric, :
- String, :
- String, :
- Int64Bit, :
- Boolean, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): User
- # The `Debit` linked to subsidy.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # company_id: The ID of the company that this entity operates
- # under.
- # description: A human readable description.
- # general_ledger_code: A general ledger code.
- # general_ledger_code_description: A general ledger code
- # description.
- # invoice_id: The ID of an `Invoice`.
- # linked_debit_id: The ID of the Debit which is linked to the
- # current Debit.
- # minutes: The total number of minutes.
- # number_of_months: The number of months of service this invoice
- # was billed for.
- # prorated_from: The date this transaction was prorated from.
- # prorated_to: The date this transaction was prorated to.
- # quantity: The quantity for this service.
- # quantity_prorated_from: The quantity the associated service had
- # before the quantity was changed and prorated.
- # quantity_prorated_to: The quantity the associated service was
- # changed to when the quantity was changed and prorated.
- # reversed: Whether or not this has been reversed.
- # reversed_at: When this was reversed.
- # reversed_by_user_id: The user ID that reversed this.
- # service_id: The ID of a Service.
- # service_name: The name of a service.
- # service_transaction_type: The type of transaction on this
- # service.
- # type: The type.
- # user_id: The ID of the user who created this transaction.
- # voice_service_generic_parameter_id: The ID of a voice service
- # configuration parameter.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Int64Bit, :
- String, :
- String, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Float, :
- Int, :
- Date, :
- Date, :
- Int, :
- Int, :
- Int, :
- Boolean, :
- Datetime, :
- Int64Bit, :
- Int64Bit, :
- String, :
- ServiceTransactionType, :
- ServiceType, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Debit
- # A discount.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount: The amount of the `Discount`.
- # amount_remaining: The amount remaining that can be used.
- # company_id: The ID of the company that this entity operates
- # under.
- # debit_id: If this discount was created due to reversal of a
- # `Debit`, this field will link to the reversed `Debit`.
- # description: A human readable description.
- # general_ledger_code: A general ledger code.
- # general_ledger_code_description: A general ledger code
- # description.
- # minutes: The total number of minutes.
- # prorated_from: The date this transaction was prorated from.
- # prorated_to: The date this transaction was prorated to.
- # quantity: The quantity for this service.
- # quantity_prorated_from: The quantity the associated service had
- # before the quantity was changed and prorated.
- # quantity_prorated_to: The quantity the associated service was
- # changed to when the quantity was changed and prorated.
- # reversed: Whether or not this has been reversed.
- # reversed_at: When this was reversed.
- # reversed_by_user_id: The user ID that reversed this.
- # service_id: The ID of a Service.
- # service_name: The name of a service.
- # service_transaction_type: The type of transaction on this
- # service.
- # tax_committed: Whether this entity's taxes have been committed
- # or not.
- # tax_provider_id: The ID of an `TaxProvider`.
- # type: The type.
- # user_id: The ID of the user who created this transaction.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Int, :
- Int64Bit, :
- Int64Bit, :
- String, :
- String, :
- String, :
- Float, :
- Date, :
- Date, :
- Int, :
- Int, :
- Int, :
- Boolean, :
- Datetime, :
- Int64Bit, :
- Int64Bit, :
- String, :
- ServiceTransactionType, :
- Boolean, :
- Int64Bit, :
- ServiceType, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Discount
- # A data usage top off.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount_in_bytes: The amount of top off data in bytes.
- # data_usage_history_id: The ID of a `DataUsageHistory`.
- # debit_id: The ID of a `Debit`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DataUsageTopOff
- # A tax transaction.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # amount_taxed: The amount of this `Debit` that was taxed.
- # description: A human readable description.
- # tax_provider_id: The ID of an `TaxProvider`.
- # taxdefinitionable_id: The ID of entity this tax definition is
- # related to.
- # taxdefinitionable_type: The type of entity this tax definition
- # is related to.
- # taxtransactionable_id: The ID of the entity this tax
- # transaction is related to.
- # taxtransactionable_type: The type of entity this tax
- # transaction is related to.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Int, :
- Text, :
- Int64Bit, :
- Int64Bit, :
- TaxdefinitionableType, :
- Int64Bit, :
- TaxtransactionableType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): TaxTransactionConnection!
- # A log entry.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # current: Current data.
- # legacy: Whether or not this log was transferred from a Sonar v1
- # instance. If so, the formatting will not match current version logs.
- # legacy_title: A title which is only populated on logs that were
- # imported from Sonar v1.
- # level: The severity level.
- # loggable_id: The ID of the entity that this log is attached to.
- # loggable_type: The type of entity that this log is attached to.
- # logged_entity_id: The entity ID that triggered the log.
- # logged_entity_type: The entity that triggered the log.
- # message: The message.
- # previous: Previous data.
- # relation_data: Data from objects related to this change.
- # type: The type.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Boolean, :
- String, :
- LogLevel, :
- Int64Bit, :
- String, :
- Int64Bit, :
- String, :
- Text, :
- Text, :
- Text, :
- LogType, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): LogConnection!
- # An access log history on an entity.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # access_datetime: The date and time that this entity was
- # accessed.
- # accessloggable_id: The ID of the entity that this access log
- # belongs to.
- # accessloggable_type: The entity that this access log belongs
- # to.
- # entity_id: The ID of the entity that this access log belongs
- # to.
- # entity_name: The entity that this access log belongs to.
- # user_id: The ID of the user that accessed this entity.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Datetime, :
- Int64Bit, :
- String, :
- Int64Bit, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccessLogConnection!
- # A fractional debit, stored to accurately calculate multi month billing.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # date: A date
- # debit_id: The ID of a `Debit`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Date, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FractionalDebitConnection!
- }