stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyConnection

AdminTypes.CompanyConnection interface

An auto-generated type for paginating through multiple Companies.

Signature:

export interface CompanyConnection 

Properties

Property Modifiers Type Description
edges   Array<CompanyEdge> A list of edges.
nodes   Array<Company> A list of the nodes contained in CompanyEdge.
pageInfo   PageInfo Information to aid in pagination.