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