EmbedPreview (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| description - String | |
| iconUrl - String | |
| id - ID! | ID of the embed | 
| providerName - String | |
| title - String | |
| type - String | |
| url - String! | The embedded URL | 
type EmbedPreview {
  description: String
  iconUrl: String
  id: ID!
  providerName: String
  title: String
  type: String
  url: String!
}