GitHub

CommentContentArgs

A comment on an article.

import { CommentContentArgs } from '@daffodil/driver/shopify'
type CommentContentArgs = {
    truncateAt?: InputMaybe<Scalars['Int']['input']>;
}
Type Options
CommentContentArgs { truncateAt?: InputMaybe<Scalars['Int']['input']>; }