Skip to main content

ApplyAccountingItemDefaultsInput

Autogenerated input type of ApplyAccountingItemDefaults

input ApplyAccountingItemDefaultsInput {
clientMutationId: String
fields: [String!]
integrationId: ID!
itemType: String!
productId: ID!
}

Fields

ApplyAccountingItemDefaultsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ApplyAccountingItemDefaultsInput.fields ● [String!] list scalar common

Accounting item fields to apply. Omit to apply every default that applies.

ApplyAccountingItemDefaultsInput.integrationId ● ID! non-null scalar common

The accounting integration whose configured defaults to apply.

ApplyAccountingItemDefaultsInput.itemType ● String! non-null scalar common

The item type to resolve defaults for.

ApplyAccountingItemDefaultsInput.productId ● ID! non-null scalar common

The product whose accounting item to fill.

Member Of

applyAccountingItemDefaults mutation