DuplicateCommerceInput
Provides the fields and values to use when duplication a commerce entity.
input DuplicateCommerceInput {
id: ID!
relations: [String]
}
Fields
DuplicateCommerceInput.id ● ID! non-null scalar
The entity's unique identifiers.
DuplicateCommerceInput.relations ● [String] list scalar
The relations that should be included in the duplicate.
Member Of
duplicateExpense mutation ● duplicateInvoice mutation ● duplicateQuote mutation