FundingSourceConnection
Please see the Connection interface
type FundingSourceConnection implements Connection {
pageInfo: PageInfo!
edges: [FundingSourceEdge!]!
totalCount: Int!
}
Fields
FundingSourceConnection.pageInfo
● PageInfo!
non-null object
FundingSourceConnection.edges
● [FundingSourceEdge!]!
non-null object
FundingSourceConnection.totalCount
● Int!
non-null scalar
Interfaces
Connection
interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
Account
object