Home > @infiniteobjects/shopify-data-manager > AdminTypes > MutationAppSubscriptionCreateArgs
The schema’s entry point for all mutation operations.
Signature:
export interface MutationAppSubscriptionCreateArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| lineItems | Array<AppSubscriptionLineItemInput> | ||
| name | Scalars[‘String’][‘input’] | ||
| replacementBehavior? | InputMaybe<AppSubscriptionReplacementBehavior> | (Optional) | |
| returnUrl | Scalars[‘URL’][‘input’] | ||
| test? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| trialDays? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) |