CreditBatchList
No description
type CreditBatchList {
pageInfo: CursorPageInfo
totalCredits: Float
creditBatches: [CreditBatch!]
}
No description
type CreditBatchList {
pageInfo: CursorPageInfo
totalCredits: Float
creditBatches: [CreditBatch!]
}
CreditBatchList.pageInfo ● CursorPageInfo objectCreditBatchList.totalCredits ● Float scalarCreditBatchList.creditBatches ● [CreditBatch!] list object