Skip to content

Instantly share code, notes, and snippets.

@nikhilatjumpcut
Created August 3, 2019 06:06
Show Gist options
  • Save nikhilatjumpcut/947cf93d76951a9e7b192174b9390912 to your computer and use it in GitHub Desktop.
Save nikhilatjumpcut/947cf93d76951a9e7b192174b9390912 to your computer and use it in GitHub Desktop.
spacetime.gql
mutation createHtmlTag {
createHtmlTag(
data: {
title: "SPACETIME"
selector: "head"
isGlobal: false
position: PREPEND_TO
html: "<script\n src=\"https://unpkg.com/spacetime@5.9.1/builds/spacetime.min.js\"\n ></script>"
}
) {
htmlTagId
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment