Skip to content

ReportsDateFilterSelection

The selected date range for specific report

Fields

appointments · ISO8601DateTime · The selected date range for appointments
authorization · ISO8601DateTime · The selected date range for authorizations
bank_transfers · ISO8601DateTime · The selected date range for bank transfers
client_activity · ISO8601DateTime · The selected date range for client activities
client_blood_sugar_metrics · ISO8601DateTime · The selected date range for client blood sugar metrics
client_credits · ISO8601DateTime · The selected date range for client credits
client_list · ISO8601DateTime · The selected date range for clients list
client_metrics · ISO8601DateTime · The selected date range for client metrics
client_status · ISO8601DateTime · The selected date range for client statuses
cms_1500s · ISO8601DateTime · The selected date range for cms 1500s
id · ID! · required · The unique identifier of the selection
payments · ISO8601DateTime · The selected date range for payments
superbills · ISO8601DateTime · The selected date range for superbills

Used By

Definition

"""
The selected date range for specific report
"""
type ReportsDateFilterSelection {
"""
The selected date range for appointments
"""
appointments: ISO8601DateTime
"""
The selected date range for authorizations
"""
authorization: ISO8601DateTime
"""
The selected date range for bank transfers
"""
bank_transfers: ISO8601DateTime
"""
The selected date range for client activities
"""
client_activity: ISO8601DateTime
"""
The selected date range for client blood sugar metrics
"""
client_blood_sugar_metrics: ISO8601DateTime
"""
The selected date range for client credits
"""
client_credits: ISO8601DateTime
"""
The selected date range for clients list
"""
client_list: ISO8601DateTime
"""
The selected date range for client metrics
"""
client_metrics: ISO8601DateTime
"""
The selected date range for client statuses
"""
client_status: ISO8601DateTime
"""
The selected date range for cms 1500s
"""
cms_1500s: ISO8601DateTime
"""
The unique identifier of the selection
"""
id: ID!
"""
The selected date range for payments
"""
payments: ISO8601DateTime
"""
The selected date range for superbills
"""
superbills: ISO8601DateTime
}