stack

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

AdminTypes.TranslationsRegisterPayload interface

Return type for translationsRegister mutation.

Signature:

export interface TranslationsRegisterPayload 

Properties

Property Modifiers Type Description
translations?   Maybe<Array<Translation>> (Optional) The translations that were created or updated.
userErrors   Array<TranslationUserError> The list of errors that occurred from executing the mutation.