Skip to main content

AddPONoteInput

Autogenerated input type of AddPONote

input AddPONoteInput {
clientMutationId: String
milestoneName: POMilestoneEnum!
note: String!
poId: ID!
statusName: POStatusEnum
}

Fields

AddPONoteInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AddPONoteInput.milestoneName ● POMilestoneEnum! non-null enum purchase-orders

AddPONoteInput.note ● String! non-null scalar common

The content of the note.

AddPONoteInput.poId ● ID! non-null scalar common

The ID of the purchase order.

AddPONoteInput.statusName ● POStatusEnum enum purchase-orders

Member Of

supplyAddPONote mutation