Home > @infiniteobjects/shopify-data-manager > AdminTypes > ServerPixelDeletePayload
Return type for serverPixelDelete mutation.
Signature:
export interface ServerPixelDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedServerPixelId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the server pixel that was deleted, if one was deleted. | |
| userErrors | Array<ErrorsServerPixelUserError> | The list of errors that occurred from executing the mutation. |