{
  "_id": "6a1eed7fb401979e734127f2",
  "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-05-19 09:10:26 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>",
  "MD5sum": "4c3302549610b555a06bd4235705b944",
  "_user": "ropensci",
  "_type": "src",
  "_file": "ghql_0.1.2.tar.gz",
  "_fileid": "bcdb5d19437bb11ec01b555ddced9fec28977aa9ba8a07d83955238db9d5c003",
  "_filesize": 122465,
  "_sha256": "bcdb5d19437bb11ec01b555ddced9fec28977aa9ba8a07d83955238db9d5c003",
  "_created": "2026-05-19T09:10:26.000Z",
  "_published": "2026-06-02T14:49:35.643Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79099281655,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079397423"
    },
    {
      "job": 79099281481,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079398741"
    },
    {
      "job": 79099281537,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079393001"
    },
    {
      "job": 79099280991,
      "time": 140,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079404677"
    },
    {
      "job": 79099280864,
      "time": 160,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079350159"
    },
    {
      "job": 79099280725,
      "time": 170,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079353867"
    },
    {
      "job": 79099280277,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361169431"
    },
    {
      "job": 79099281701,
      "time": 73,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079381000"
    },
    {
      "job": 79099281548,
      "time": 112,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079394867"
    },
    {
      "job": 79099281526,
      "time": 68,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079379168"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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": 149,
  "_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",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 947,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ghql"
  },
  "_devurl": "https://github.com/ropensci/ghql",
  "_pkgdown": "https://docs.ropensci.org/ghql/",
  "_searchresults": 207,
  "_metadata": {
    "ropensci_category": "http-tools"
  },
  "_rbuild": "4.6.0",
  "_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",
    "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.869367855580798,
  "_indexed": true,
  "_nocasepkg": "ghql",
  "_universes": [
    "ropensci",
    "mpadge"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-19T09:12:25.000Z",
      "distro": "noble",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "aac0301ee3ec86b2c3d1b328a3096ce0fa6d48fbfe49a5956af6d0ce582167ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-19T09:12:29.000Z",
      "distro": "noble",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "acb6ebde7e45f447ffae68fad8f696c43f669520e390aa1fbbc6391f032c681a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-19T09:12:15.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "e9650c3eaa5fb2aa1a814fb5451e13b196bf8a119552b4989f24beabc825eb6b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-19T09:12:39.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "cc741e79c18d15e6ab211cf6307f52660e14b9f75f1e1075771e7cbe25f5aa91",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-19T09:11:36.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "dc4c1e32373dc357f495490bf60aec6b06522fbf7050cdb5b371b3f09fb788fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-19T09:12:16.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "5cbb7be3c09d2a451715041bf2782076b4b84dc335a887b2eaea49732f09f13e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-19T09:11:33.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "3c1f71906e1156edd1bb6efe00833172fdc88d4a1b5c46edd41bb13de03c9937",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-02T14:48:54.000Z",
      "commit": "10f872475e97041965e470304343dbf86ba3c034",
      "fileid": "367d5ef1324dfe7e7273aa74f60322d957bc7dd7e1ff15e26c0bcdbf245997e6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26087512712"
    }
  ]
}