INPUT_OBJECT

HouseBillInput

Represents a house bill.

link GraphQL Schema definition

  • input HouseBillInput {
  • # The house bill number (must match AMS). Required for entry.
  • number: String!
  • # An in-bond number associated with the house bill.
  • inBondNumber: String
  • # The quantity associated with the house bill. Required for entry.
  • quantity: Int
  • }