Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppUsageRecordCreatePayload
Return type for appUsageRecordCreate mutation.
Signature:
export interface AppUsageRecordCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| appUsageRecord? | Maybe<AppUsageRecord> | (Optional) The newly created app usage record. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |