## Queries
- faxInUdrReport: Retrieves inbound fax usage detail records (UDR) for reporting and analytics.
Returns paginated fax reception data, including delivery status, caller information, and billing details.
- faxOutUdrReport: Retrieves fax outbound usage detail records (UDR) for reporting and analytics.
Returns paginated fax transmission data, including delivery status, recipient information, and billing details.
- smsInUdrReport: Query for smsInUdrReport.
- smsOutUdrReport: Query for smsOutUdrReport.
- transactionalEmailUdrReport: Query for transactionalEmailUdrReport
- transactionalEmailEventReport: Query for transactionalEmailEventReport
## Directives
- oneOf: Indicates an Input Object is a OneOf Input Object.
- include: Directs the executor to include this field or fragment only when the `if` argument is true.
- skip: Directs the executor to skip this field or fragment when the `if` argument is true.
- deprecated: Marks an element of a GraphQL schema as no longer supported.
- specifiedBy: Exposes a URL that specifies the behavior of this scalar.
## Scalars
- 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.
- Int: The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
- Boolean: The `Boolean` scalar type represents `true` or `false`.
- ID: The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.
- Long: A 64-bit signed integer
## Interfaces
- Pagination: # Base
## Enums
- FaxInUdrRecordSorting: # Fax Inbound Reporting
- FaxOutUdrRecordSorting: # Fax Outbound Reporting
- SmsInUdrRecordSorting: # SMS Inbound Reporting
- SmsOutUdrRecordSorting: # SMS Outbound Reporting
- SortDirection: Enumeration of sort directions for ordering results.
- TransactionalEmailEventRecordSorting: undefined
- TransactionalEmailUdrRecordSorting: # Transactional Email Reporting
## Objects
- FaxInUdrQueryResult: undefined
- FaxInUdrReportRecord: Fax Inbound UDR Report Record
- FaxOutUdrQueryResult: undefined
- FaxOutUdrReportRecord: Fax Outbound UDR Report Record
- SmsInUdrQueryResult: Paginated result set for SMS inbound usage detail records.
- SmsInUdrReportRecord: SMS Inbound UDR report record
- SmsOutUdrQueryResult: Paginated result set for SMS outbound usage detail records.
- SmsOutUdrReportRecord: SMS Outbound UDR report record
- TransactionalEmailEventQueryResult: undefined
- TransactionalEmailEventReportRecord: Transactional Email Event Report Record.
- TransactionalEmailUdrQueryResult: undefined
- TransactionalEmailUdrReportRecord: Transactional Email UDR Report Record
## Inputs
- ColumnFilter: undefined
- DatePeriod: undefined
- FaxInColumnUdrFilters: undefined
- FaxOutColumnUdrFilters: undefined
- SmsInColumnUdrFilters: Filter options for SMS inbound usage detail records.
- SmsOutColumnUdrFilters: Filter options for SMS outbound usage detail records.
- TransactionalEmailColumnEventFilters: undefined
- TransactionalEmailColumnUdrFilters: undefined