Package: graphql Type: Package Title: A GraphQL Query Parser Version: 1.5.3 Authors@R: c( person("Jeroen", "Ooms", , "jeroenooms@gmail.com", role = c("cre", "aut")), person("Barret", "Schloerke", , "schloerke@gmail.com", role = "ctb"), person("Scott", "Wolchok", role = "ctb"), person("Facebook, Inc", role = c("aut","cph"), comment = "libgraphqlparser C++ library")) Description: Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL syntax and exports the AST in JSON format. License: MIT + file LICENSE Encoding: UTF-8 URL: https://docs.ropensci.org/graphql/ https://ropensci.r-universe.dev/graphql BugReports: https://github.com/ropensci/graphql/issues LinkingTo: Rcpp Imports: Rcpp (>= 0.12.12), jsonlite Suggests: testthat RoxygenNote: 6.0.1 Repository: https://ropensci.r-universe.dev Date/Publication: 2025-07-02 19:56:45 UTC RemoteUrl: https://github.com/ropensci/graphql RemoteRef: master RemoteSha: efd93fa2da695399b04999a861b98258d4bdabff NeedsCompilation: yes Packaged: 2026-06-23 16:46:17 UTC; root Author: Jeroen Ooms [cre, aut], Barret Schloerke [ctb], Scott Wolchok [ctb], Facebook, Inc [aut, cph] (libgraphqlparser C++ library) Maintainer: Jeroen Ooms