PullAccountingItemInput
Autogenerated input type of PullAccountingItem
input PullAccountingItemInput {
clientMutationId: String
integrationId: ID!
productId: ID!
}
Fields
PullAccountingItemInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
PullAccountingItemInput.integrationId ● ID! non-null scalar common
The accounting integration to read from.
PullAccountingItemInput.productId ● ID! non-null scalar common
The product whose provider copy to refresh.
Member Of
pullAccountingItem mutation