AppActivityItem
No description
type AppActivityItem {
uuid: String!
type: ActivityType!
description: String!
amount: Float
currencyCode: String
createdAt: Date!
group: AppGroup!
}
Fields
AppActivityItem.uuid ● String! non-null scalar
Stable ID for the activity item
AppActivityItem.type ● ActivityType! non-null enum
Normalized activity category
AppActivityItem.description ● String! non-null scalar
Display-ready detail for the activity item
AppActivityItem.amount ● Float scalar
Numeric value when the event carries one
AppActivityItem.currencyCode ● String scalar
ISO 4217 currency code when amount is monetary
AppActivityItem.createdAt ● Date! non-null scalar
When the activity occurred
AppActivityItem.group ● AppGroup! non-null object
Group where this activity occurred
Member Of
App object