GitHub

QueryRootCollectionByHandleArgs

The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.

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