INPUT_OBJECT

AppreciationCreateParams

link GraphQL Schema definition

  • input AppreciationCreateParams {
  • # (`EconomicEvent`) The economic event this appreciation has been given in
  • # acknowledgement of.
  • appreciationOf: ID!
  • # (`EconomicEvent`) The economic event provided as a gift in this appreciation.
  • appreciationWith: ID!
  • # A textual description or comment.
  • note: String
  • }