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