AccountsConnection
Connection type for retrieving cursor-based paginated list of account
type AccountsConnection {
edges: [AccountEdge]
pageInfo: PageInfo!
}
Fields
AccountsConnection.edges
● [AccountEdge]
list object
List of accounts available for the connection
AccountsConnection.pageInfo
● PageInfo!
non-null object
Page information for the connection