MerchantProfileConnection
No description
type MerchantProfileConnection implements Connection {
pageInfo: PageInfo!
edges: [MerchantProfileEdge!]!
totalCount: Int!
}
Fields
MerchantProfileConnection.pageInfo
● PageInfo!
non-null object
Information about the current, the previous and the next page
MerchantProfileConnection.edges
● [MerchantProfileEdge!]!
non-null object
Edge list
MerchantProfileConnection.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)
Returned By
merchantProfiles
query
Member Of
Account
object