GitHub

HasMetafieldsMetafieldsArgs

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

Represents information about the metafields associated to the specified resource.

type HasMetafieldsMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}