stack

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

AdminTypes.PublicationProductsArgs interface

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

Signature:

export interface PublicationProductsArgs 

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)