OBJECT

AdobeLiveVideo

link GraphQL Schema definition

1type AdobeLiveVideo {
2
3appreciations: Int!
4
5chat: Chat
6
7collectionId: Int!
8
9contentLanguage: ContentLanguage!
10
11createdOn: String!
12
13creativeCategory: CreativeCategory
14
15description: String!
16
17durationSeconds: Int!
18
19encodedTitle: String!
20
21endTimestamp: String!
22
23etag: String!
24
25hostInfo: AdobeLiveHostInfo!
26
27id: Int!
28
29isAppreciated: Boolean!
30
31isInTransition: Boolean!
32
33isLive: Boolean!
34
35modifiedOn: String!
36
37startTimestamp: String!
38
39tags: [Tag]!
40
41thumbnailUrl: String!
42
43title: String!
44
45tools: [Tool]!
46
47transitionSeconds: Int!
48
49url: String!
50
51users: [User]!
52
53videoId: String!
54
55videoPageUrl: String!
56
57videoType: String!
58
59views: Int!
60
61}