QueryRootProductArgs
The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
import { QueryRootProductArgs } from '@daffodil/driver/shopify'
type QueryRootProductArgs = {
handle?: InputMaybe<Scalars['String']['input']>;
id?: InputMaybe<Scalars['ID']['input']>;
}
Type | Options |
---|---|
QueryRootProductArgs | {
handle?: InputMaybe<Scalars['String']['input']>;
id?: InputMaybe<Scalars['ID']['input']>;
} |