TimeframeCount
No description
type TimeframeCount {
total: Int!
timeFrame: String!
description: String!
relation: EngagementEntity!
liveEngagementType: LiveEngagementType!
}
No description
type TimeframeCount {
total: Int!
timeFrame: String!
description: String!
relation: EngagementEntity!
liveEngagementType: LiveEngagementType!
}
total ● Int! non-null scalartimeFrame ● String! non-null scalardescription ● String! non-null scalarrelation ● EngagementEntity! non-null enumliveEngagementType ● LiveEngagementType! non-null enum