import { MetaobjectHandleInput } from '@daffodil/driver/shopify'
The input fields used to retrieve a metaobject by handle.
type MetaobjectHandleInput = { handle: Scalars['String']['input']; type: Scalars['String']['input']; }