CompanyUpcConnection
The connection type for CompanyUpc.
type CompanyUpcConnection {
edges: [CompanyUpcEdge]
nodes: [CompanyUpc]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CompanyUpcConnection.edges ● [CompanyUpcEdge] list object common
A list of edges.
CompanyUpcConnection.nodes ● [CompanyUpc] list object companies
A list of nodes.
CompanyUpcConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
CompanyUpcConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
companyUpcs query