RepaymentCycleConnection
No description
type RepaymentCycleConnection implements Connection {
edges: [RepaymentCycleEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
RepaymentCycleConnection.edges ● [RepaymentCycleEdge!]! non-null object
RepaymentCycleEdge list
RepaymentCycleConnection.pageInfo ● PageInfo! non-null object
Information about the current, the previous and the next page
RepaymentCycleConnection.totalCount ● Int! non-null scalar
Total number of element in the list
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
CreditLimitSettings object