Skip to content

Instantly share code, notes, and snippets.

@nikhilatjumpcut
Created August 3, 2019 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikhilatjumpcut/d6a0ea514bd122997a4f8c45fe044342 to your computer and use it in GitHub Desktop.
Save nikhilatjumpcut/d6a0ea514bd122997a4f8c45fe044342 to your computer and use it in GitHub Desktop.
jquery.gql
mutation createHtmlTag{
createHtmlTag(data: {
title: "JQUERY"
isGlobal: true
selector: "head"
position: PREPEND_TO
html: "<script\n src=\"https://code.jquery.com/jquery-1.11.2.min.js\"\n crossorigin=\"anonymous\"></script>"
}) {
htmlTagId
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment