Type: Package Package: ghql Title: General Purpose 'GraphQL' Client Version: 0.1.2 Authors@R: c( person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-1444-9135")), person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) ) Description: A 'GraphQL' client, with an R6 interface for initializing a connection to a 'GraphQL' instance, and methods for constructing queries, including fragments and parameterized queries. Queries are checked with the 'libgraphqlparser' C++ parser via the 'graphql' package. License: MIT + file LICENSE URL: https://docs.ropensci.org/ghql/, https://github.com/ropensci/ghql BugReports: https://github.com/ropensci/ghql/issues Imports: crul, graphql, jsonlite, R6 Suggests: testthat Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.2 Config/ropensci/maintainer: staff X-schema.org-applicationCategory: Web X-schema.org-isPartOf: https://ropensci.org X-schema.org-keywords: http, API, web-services, curl, data, GraphQL Config/pak/sysreqs: libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-18 15:17:45 UTC RemoteUrl: https://github.com/ropensci/ghql RemoteRef: main RemoteSha: 10f872475e97041965e470304343dbf86ba3c034 NeedsCompilation: no Packaged: 2026-07-01 08:26:36 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Mark Padgham [aut, cre] (ORCID: ) Maintainer: Mark Padgham