stack

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

AdminTypes.PublicationCollectionsArgs interface

A publication is a group of products and collections that is published to an app.

Signature:

export interface PublicationCollectionsArgs 

Properties

Property Modifiers Type Description
after?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
before?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
first?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
last?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
reverse?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional)