stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectDefinitionUpdateInput > resetFieldOrder

AdminTypes.MetaobjectDefinitionUpdateInput.resetFieldOrder property

Whether the field order should be reset while updating. If true, then the order is assigned based on submitted fields followed by alphabetized field omissions. If false, then no changes are made to the existing field order and new fields are appended at the end.

Signature:

resetFieldOrder?: InputMaybe<Scalars['Boolean']['input']>;