Saltar al contenido principal

StoresConnection

Paginated list of stores.

type StoresConnection {
items: [Store!]!
nextToken: String
}

Fields

StoresConnection.items ● [Store!]! non-null object

Stores on the current page.

StoresConnection.nextToken ● String scalar

Cursor for the next page. null when no more results.

Returned By

stores query