mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
18 lines
193 B
GraphQL
18 lines
193 B
GraphQL
query embed($url: String!) {
|
|
embed(url: $url) {
|
|
type
|
|
title
|
|
author
|
|
publisher
|
|
date
|
|
description
|
|
url
|
|
image
|
|
audio
|
|
video
|
|
lang
|
|
sources
|
|
html
|
|
}
|
|
}
|