Home > @vsf-enterprise/commercetools-types > ProductSelectionQueryInterfaceProductSelectionAssignmentsArgs

# ProductSelectionQueryInterfaceProductSelectionAssignmentsArgs type

Fields to access product selection assignments. BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features

Signature:

export declare type ProductSelectionQueryInterfaceProductSelectionAssignmentsArgs = {
    where?: InputMaybe<Scalars['String']>;
    sort?: InputMaybe<Array<Scalars['String']>>;
    limit?: InputMaybe<Scalars['Int']>;
    offset?: InputMaybe<Scalars['Int']>;
};

References: InputMaybe, Scalars