Skip to content
#

oembed

Here are 93 public repositories matching this topic...

joshuabaker
joshuabaker commented Mar 2, 2021

At present, it doesn’t appear possible to share fields via a GraphQL interface fragment (like OembedInterface below). Would this be a challenge/breaking change to support?

fragment embed on OembedInterface {
  title
  description
  url
  type
  image
  imageWidth
  imageHeight
  code
  width
  height
  aspectRatio
  authorName
  authorUrl
  providerName
  providerUrl
}
enhancement good first issue

Improve this page

Add a description, image, and links to the oembed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oembed topic, visit your repo's landing page and select "manage topics."

Learn more