R/gh.R
glueb.Rd
Since GraphQL statements heavily use curly braces ``, this function is a wrapper around glue to make it easier to write GraphQL statements.
glueb(x, ...)
Arguments passed to glue
character vector
glueb("Hello {name}", name = "world") #> Hello {name}