Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

TextLineItem

export type TextLineItem = {
    __typename?: 'TextLineItem';
    id: Scalars['String'];
    name?: Maybe<Scalars['String']>;
    nameAllLocales: Array<LocalizedString>;
    description?: Maybe<Scalars['String']>;
    descriptionAllLocales?: Maybe<Array<LocalizedString>>;
    quantity: Scalars['Int'];
    custom?: Maybe<CustomFieldsType>;
    addedAt: Scalars['DateTime'];
};

Referenced Types

On this page