Home > @infiniteobjects/shopify-data-manager > AdminTypes > QueryRootMarketingActivitiesArgs
The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
Signature:
export interface QueryRootMarketingActivitiesArgs
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) | |
marketingActivityIds? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) | |
query? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
remoteIds? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) | |
reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
savedSearchId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) | |
sortKey? | InputMaybe<MarketingActivitySortKeys> | (Optional) | |
utm? | InputMaybe<UtmInput> | (Optional) |