MattertagMediaType

open_in_new

GraphQL Schema definition

  • enum MattertagMediaType {
  • # Direct link to a photo.
  • photo
  • # Direct link to a video (not an embed link).
  • video
  • # Link to embedded content on another site, such as youtube.
  • rich
  • }