INPUT_OBJECT
Represents a house bill.
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}