GitHub

BlogArticleByHandleArgs

An online store blog.

import { BlogArticleByHandleArgs } from '@daffodil/driver/shopify'
type BlogArticleByHandleArgs = {
    handle: Scalars['String']['input'];
}
Type Options
BlogArticleByHandleArgs { handle: Scalars['String']['input']; }