INPUT_OBJECT

EntryProductInput

link GraphQL Schema definition

  • input EntryProductInput {
  • # A Key identifying an existing product
  • product: KeyInput!
  • # The quantity of a product. Required for entry.
  • quantity: Int!
  • # The total value listed of the product. Required for entry.
  • value: Money!
  • }