AppointmentCreditChangePaginationConnection
The connection type for AppointmentCreditChange.
Fields
edges
· [AppointmentCreditChangeEdge] · A list of edges. nodes
· [AppointmentCreditChange] · A list of nodes. Used By
Definition
"""The connection type for AppointmentCreditChange."""type AppointmentCreditChangePaginationConnection { """ A list of edges. """ edges: [AppointmentCreditChangeEdge]
""" A list of nodes. """ nodes: [AppointmentCreditChange]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}