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

ReviewDraft

export type ReviewDraft = {
    key?: InputMaybe<Scalars['String']>;
    uniquenessValue?: InputMaybe<Scalars['String']>;
    locale?: InputMaybe<Scalars['Locale']>;
    authorName?: InputMaybe<Scalars['String']>;
    title?: InputMaybe<Scalars['String']>;
    text?: InputMaybe<Scalars['String']>;
    target?: InputMaybe<TargetReferenceInput>;
    state?: InputMaybe<ResourceIdentifierInput>;
    rating?: InputMaybe<Scalars['Int']>;
    customer?: InputMaybe<ResourceIdentifierInput>;
    custom?: InputMaybe<CustomFieldsDraft>;
};

Referenced Types

On this page