{
  "_id": "6a6c36213388593b7e8cc640",
  "Type": "Package",
  "Package": "ghql",
  "Title": "General Purpose 'GraphQL' Client",
  "Version": "0.1.2",
  "Authors@R": "c(\nperson(\"Scott\", \"Chamberlain\", , \"myrmecocystus@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-1444-9135\")),\nperson(\"Mark\", \"Padgham\", , \"mark.padgham@email.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-2172-5265\"))\n)",
  "Description": "A 'GraphQL' client, with an R6 interface for initializing\na connection to a 'GraphQL' instance, and methods for\nconstructing queries, including fragments and parameterized\nqueries. Queries are checked with the 'libgraphqlparser' C++\nparser 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",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "RoxygenNote": "7.3.2",
  "Config/ropensci/maintainer": "staff",
  "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": {
    "Date": "2026-07-31 05:32:07 UTC",
    "User": "root"
  },
  "Author": "Scott Chamberlain [aut] (ORCID:\n<https://orcid.org/0000-0003-1444-9135>),\nMark Padgham [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2172-5265>)",
  "Maintainer": "Mark Padgham <mark.padgham@email.com>",
  "_user": "ropensci",
  "_type": "src",
  "_file": "ghql_0.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/0e2cf915417876e094a92982fcb32d4d14592c4f2dd0f8328b6c10c671039689",
  "_filesize": 123797,
  "_sha256": "0e2cf915417876e094a92982fcb32d4d14592c4f2dd0f8328b6c10c671039689",
  "_expires": "2026-11-08T05:43:59.000Z",
  "_created": "2026-07-31T05:32:07.000Z",
  "_published": "2026-07-31T05:44:01.694Z",
  "_jobs": [
    {
      "job": 91081528715,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8784029440"
    },
    {
      "job": 91081528726,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8784024941"
    },
    {
      "job": 91081528734,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8784169548"
    },
    {
      "job": 91081528724,
      "time": 77,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8784157921"
    },
    {
      "job": 91081020020,
      "time": 151,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8783971563"
    },
    {
      "job": 91081020015,
      "time": 213,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8783984105"
    },
    {
      "job": 91081528705,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8784022857"
    },
    {
      "job": 91081528761,
      "time": 65,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8784008974"
    },
    {
      "job": 91081528798,
      "time": 65,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8784008013"
    },
    {
      "job": 91081528759,
      "time": 61,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8784006848"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579",
  "_status": "success",
  "_upstream": "https://github.com/ropensci/ghql",
  "_commit": {
    "id": "10f872475e97041965e470304343dbf86ba3c034",
    "author": "mark padgham <mark.padgham@email.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #38 from ropensci/maelle-patch-3\n\ndocs: register as staff-maintained",
    "time": 1771427865
  },
  "_maintainer": {
    "name": "Mark Padgham",
    "email": "mark.padgham@email.com",
    "login": "mpadge",
    "mastodon": "@mpadge@nerdculture.de",
    "description": "rOpenSci software review lead",
    "uuid": 6697851,
    "orcid": "0000-0003-2172-5265"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "crul",
      "role": "Imports"
    },
    {
      "package": "graphql",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "ropensci",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2025-34",
      "n": 3
    },
    {
      "week": "2025-36",
      "n": 3
    },
    {
      "week": "2025-37",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.2",
      "date": "2025-09-08"
    }
  ],
  "_topics": [
    "http",
    "api",
    "web-services",
    "curl",
    "data",
    "graphql",
    "graphql-api",
    "graphql-client"
  ],
  "_stars": 150,
  "_contributors": [
    {
      "user": "sckott",
      "count": 71,
      "uuid": 577668
    },
    {
      "user": "mpadge",
      "count": 21,
      "uuid": 6697851
    },
    {
      "user": "mnazarov",
      "count": 5,
      "uuid": 2838666
    },
    {
      "user": "maelle",
      "count": 5,
      "uuid": 8360597
    },
    {
      "user": "denironyx",
      "count": 3,
      "uuid": 35724017
    },
    {
      "user": "jmbarrios",
      "count": 2,
      "uuid": 430472
    },
    {
      "user": "stevenysw",
      "count": 2,
      "uuid": 14078330
    },
    {
      "user": "ateucher",
      "count": 1,
      "uuid": 2816635
    },
    {
      "user": "eddelbuettel",
      "count": 1,
      "uuid": 673121
    },
    {
      "user": "pr130",
      "count": 1,
      "uuid": 13187448
    },
    {
      "user": "salim-b",
      "count": 1,
      "uuid": 20040931
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "followers": 1133,
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 750,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ghql"
  },
  "_devurl": "https://github.com/ropensci/ghql",
  "_pkgdown": "https://docs.ropensci.org/ghql/",
  "_searchresults": 198,
  "_metadata": {
    "ropensci_category": "http-tools"
  },
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ghql.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ropensci/ghql",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-03-04"
    },
    {
      "version": "0.1.2",
      "date": "2025-09-02"
    }
  ],
  "_exports": [
    "Fragment",
    "GraphqlClient",
    "Query"
  ],
  "_help": [
    {
      "page": "ghql-package",
      "title": "ghql",
      "topics": [
        "ghql-package",
        "ghql"
      ]
    },
    {
      "page": "Fragment",
      "title": "Fragment",
      "topics": [
        "Fragment"
      ]
    },
    {
      "page": "GraphqlClient",
      "title": "GraphqlClient",
      "topics": [
        "GraphqlClient"
      ]
    },
    {
      "page": "Query",
      "title": "Query",
      "topics": [
        "Query"
      ]
    }
  ],
  "_readme": "https://github.com/ropensci/ghql/raw/main/README.md",
  "_rundeps": [
    "cli",
    "crul",
    "curl",
    "graphql",
    "httpcode",
    "jsonlite",
    "lifecycle",
    "mime",
    "R6",
    "Rcpp",
    "rlang",
    "triebeard",
    "urltools"
  ],
  "_score": 8.85296769102882,
  "_indexed": true,
  "_nocasepkg": "ghql",
  "_universes": [
    "ropensci",
    "mpadge"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-31T05:34:48.000Z",
      "distro": "resolute",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/62b12e504b227ac86c6532cdca8648ce1c868d69ff847ab261ec5d8b712ea052",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-31T05:34:32.000Z",
      "distro": "resolute",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/72b5b46e219e6e0132d5b322494a09ab5b264cba47f73f9c147842c08db598f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-31T05:43:17.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/b8b32a9b0767be05592eb27bb12d5e2a9946ec2142efb0853123751f82a9d401",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-31T05:42:34.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/dcd80c8575637092285639086f18f8fbcfa1277729dd41e72ae6392d43f1d1c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-07-31T05:34:38.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/c99b07fae51846a638f64ce0f95f02ed0154584235fece69f7b5f13e974c745f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-31T05:33:32.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/2f9b044ed1979f3ab96728860504df98f00e3bddf799a131cdced2afb6d15175",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-31T05:33:29.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/4c52a24f07b62a03b2791c9b40de68efcb2ba26c70e1f4991becf4f77192659b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-31T05:33:22.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "https://r2.ropensci.org/f061f5047039368240c222bacfef9b4030a0e9edf5b35147dd914270f215c816",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/30606908579"
    }
  ]
}