PaymentNoticeConnection
No description
type PaymentNoticeConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [PaymentNoticeEdge]
}
Fields
PaymentNoticeConnection.count ● Int scalar
PaymentNoticeConnection.offset ● Int scalar
PaymentNoticeConnection.pagesize ● Int scalar
PaymentNoticeConnection.first ● ID scalar
PaymentNoticeConnection.previous ● ID scalar
PaymentNoticeConnection.next ● ID scalar
PaymentNoticeConnection.last ● ID scalar
PaymentNoticeConnection.edges ● [PaymentNoticeEdge] list object
Returned By
PaymentNoticeConection query
Member Of
PaymentNoticeConnectionType object