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