JSFiddle - React, Tailwind, and code Playground
by WoJWoJ
JavaScript
console.log("hello")
fetch("https://graphql.security.dsone.3ds.com/security_center/graphiql", {
method: "POST",
body: `{
top30Vulns {
nodes {
count
pluginname
synopsis
pluginid
}
}
}`
})
.then(r => console.log(r.json()))
.then(r => console.log(r))