EpisodeOfCareConnection
No description
type EpisodeOfCareConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [EpisodeOfCareEdge]
}
Fields
EpisodeOfCareConnection.count ● Int scalar
EpisodeOfCareConnection.offset ● Int scalar
EpisodeOfCareConnection.pagesize ● Int scalar
EpisodeOfCareConnection.first ● ID scalar
EpisodeOfCareConnection.previous ● ID scalar
EpisodeOfCareConnection.next ● ID scalar
EpisodeOfCareConnection.last ● ID scalar
EpisodeOfCareConnection.edges ● [EpisodeOfCareEdge] list object
Returned By
EpisodeOfCareConection query
Member Of
EpisodeOfCareConnectionType object