OBJECT

CustomContribution

Represents single contact custom contribution information.

link GraphQL Schema definition

  • type CustomContribution implements Node {
  • # The custom contribution's name.
  • name: String
  • # Amount of the custom contribution
  • amount: Float!
  • # Identifies the date and time when the custom contribution was created.
  • createdAt: DateTime!
  • # Globally unique identifier.
  • id: ID!
  • }