OBJECT

ThumbnailOEmbed

link GraphQL Schema definition

1type ThumbnailOEmbed {
2
3height: Int!
4
5url: String!
6
7width: Int!
8
9}