GitHub

CommentContentArgs

import { CommentContentArgs } from '@daffodil/driver/shopify'

A comment on an article.

type CommentContentArgs = {
    truncateAt?: InputMaybe<Scalars['Int']['input']>;
}