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