Skip to main content

MediaConnection

A connection to a list of Media values.

type MediaConnection {
hasNextPage: Boolean!
nodes: [Media!]!
totalCount: Int!
}

Fields

MediaConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

MediaConnection.nodes ● [Media!]! non-null object

The resulting items.

MediaConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Returned By

getMedias query

Member Of

ProductVariantVersion object