Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldDefinitionUnpinPayload
Return type for metafieldDefinitionUnpin mutation.
Signature:
export interface MetafieldDefinitionUnpinPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| unpinnedDefinition? | Maybe<MetafieldDefinition> | (Optional) The metafield definition that was unpinned. | |
| userErrors | Array<MetafieldDefinitionUnpinUserError> | The list of errors that occurred from executing the mutation. |