OBJECT

WishedPrice

link GraphQL Schema definition

  • type WishedPrice {
  • #
  • id: ID!
  • #
  • email: String!
  • # This field gives us information about the last sent notification email.
  • # When it is null it states that no notification email was sent.
  • notificationDate: DateTime
  • #
  • creationDate: DateTime
  • #
  • inquirer: Inquirer
  • #
  • product: Product!
  • #
  • price: Price!
  • #
  • currency: Currency!
  • }