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

A unique identifier for the client performing the mutation.

AddPONoteInput.milestoneName ● POMilestoneEnum! non-null enum

AddPONoteInput.note ● String! non-null scalar

The content of the note.

AddPONoteInput.poId ● ID! non-null scalar

The ID of the purchase order.

AddPONoteInput.statusName ● POStatusEnum enum

Member Of

supplyAddPONote mutation