INPUT_OBJECT

GiftInput

Payload for a gift

link GraphQL Schema definition

  • input GiftInput {
  • # The email of the giver
  • giver_email: String
  • # The name of the giver
  • giver_name: String
  • # The ID of the gift
  • id: ID
  • # The message assigned to the gift
  • message: String
  • }