AccountHolderConnection
Implements the Relay Connection interface, used to paginate list of element (Learn More).
type AccountHolderConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [AccountHolderEdge!]!
}
Fields
AccountHolderConnection.totalCount
● Int!
non-null scalar
Total number of element in the list
AccountHolderConnection.pageInfo
● PageInfo!
non-null object
Information about the current, the previous and the next page
AccountHolderConnection.edges
● [AccountHolderEdge!]!
non-null object
AccountHolderEdge list
Interfaces
Connection
interface
Relay Connection type, used to paginate list of element (Learn More)
Returned By
accountHolders
query