ClaimResponseConnection
No description
type ClaimResponseConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [ClaimResponseEdge]
}
Fields
ClaimResponseConnection.count ● Int scalar
ClaimResponseConnection.offset ● Int scalar
ClaimResponseConnection.pagesize ● Int scalar
ClaimResponseConnection.first ● ID scalar
ClaimResponseConnection.previous ● ID scalar
ClaimResponseConnection.next ● ID scalar
ClaimResponseConnection.last ● ID scalar
ClaimResponseConnection.edges ● [ClaimResponseEdge] list object
Returned By
ClaimResponseConection query
Member Of
ClaimResponseConnectionType object