Function metafieldDefinitionsByOwnerType
- metafieldDefinitionsByOwnerType(
type: MetafieldOwnerType,
session: AdminSession,
): Promise<
{
description: undefined
| null
| string;
key: string;
name: string;
namespace: string;
type: { category: string; name: string };
}[],
> Returns Promise<
{
description: undefined
| null
| string;
key: string;
name: string;
namespace: string;
type: { category: string; name: string };
}[],
>