Skip to content

AppointmentWorkflowStatusConnection

The connection type for AppointmentWorkflowStatus.

Fields

page_info · PageInfo! · required · Information to aid in pagination.
total_count · Int! · required · Total count of items.

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!
}