OverwriteAccountingItemFromExternalInput
Autogenerated input type of OverwriteAccountingItemFromExternal
input OverwriteAccountingItemFromExternalInput {
clientMutationId: String
integrationId: ID!
productId: ID!
}
Fields
OverwriteAccountingItemFromExternalInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
OverwriteAccountingItemFromExternalInput.integrationId ● ID! non-null scalar common
The accounting integration whose copy replaces the internal item.
OverwriteAccountingItemFromExternalInput.productId ● ID! non-null scalar common
The product whose accounting item to overwrite.
Member Of
overwriteAccountingItemFromExternal mutation