File Connection
An auto-generated type for paginating through multiple Files.
Anchor to Queries with this connectionQueries with this connection
- •query
Retrieves a paginated list of files that have been uploaded to a Shopify store. Files represent digital assets that merchants can upload to their store for various purposes including product images, marketing materials, documents, and brand assets.
Use the
files
query to retrieve information associated with the following workflows:- Managing product media and images
- Theme development and asset management
- Brand asset management and checkout branding
Files can include multiple content types, such as images, videos, 3D models, and generic files. Each file has properties like dimensions, file size, alt text for accessibility, and upload status. Files can be filtered by media type and can be associated with products, themes, and other store resources.
Anchor to Possible returnsPossible returns
- Anchor to edgesedges•[File
Edge!]! non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.
- Anchor to nodesnodes•[File!]!non-null
A list of nodes that are contained in FileEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.
- Anchor to pageInfopage•Page
Info Info! non-null An object that’s used to retrieve cursor information about the current page.