stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppUsageRecordCreatePayload

AdminTypes.AppUsageRecordCreatePayload interface

Return type for appUsageRecordCreate mutation.

Signature:

export interface AppUsageRecordCreatePayload 

Properties

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.