mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
import scrape from './embeds/scraper.js'
|
|
|
|
export default {
|
|
Query: {
|
|
embed: async (object, {url} , context, resolveInfo) => {
|
|
return await scrape(url)
|
|
}
|
|
}
|
|
}
|