ghql
- a GraphQL client for R
GraphQL - https://graphql.org
Examples of GraphQL APIs:
- GitHub: https://docs.github.com/en/graphql/guides/introduction-to-graphql
- Opentargets: https://genetics-docs.opentargets.org/technical-pipeline/graphql-api
- Countries GraphQL API: https://github.com/trevorblades/countries
Other GraphQL R packages:
CRAN version
install.packages("ghql")
Development version
remotes::install_github("ropensci/ghql")
library("ghql")
library("jsonlite")
library("dplyr")
https://docs.ropensci.org/ghql/
- Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.