Package: gqlr 0.0.2.9000
gqlr: 'GraphQL' Server in R
Server implementation of 'GraphQL' <http://graphql.github.io/graphql-spec/>, a query language originally created by Facebook for describing data requirements on complex application data models. Visit <http://graphql.org> to learn more about 'GraphQL'.
Authors:
gqlr_0.0.2.9000.tar.gz
gqlr_0.0.2.9000.zip(r-4.5)gqlr_0.0.2.9000.zip(r-4.4)gqlr_0.0.2.9000.zip(r-4.3)
gqlr_0.0.2.9000.tgz(r-4.4-any)gqlr_0.0.2.9000.tgz(r-4.3-any)
gqlr_0.0.2.9000.tar.gz(r-4.5-noble)gqlr_0.0.2.9000.tar.gz(r-4.4-noble)
gqlr_0.0.2.9000.tgz(r-4.4-emscripten)gqlr_0.0.2.9000.tgz(r-4.3-emscripten)
gqlr.pdf |gqlr.html✨
gqlr/json (API)
NEWS
# Install 'gqlr' in R: |
install.packages('gqlr', repos = c('https://schloerke.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/schloerke/gqlr/issues
Last updated 2 years agofrom:ed77c56a24. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:as_R6ErrorListexecute_requestgqlr_schemaparse_astSchemaserver
Dependencies:clicodetoolscpp11crayongluegraphqljsonlitelifecyclelobstrmagrittrprettyunitspryrR6Rcpprlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
As R6 | as_R6 |
ErrorList | ErrorList |
Execute GraphQL server response | execute_request |
Create Schema definitions | gqlr_schema |
Parse AST | parse_ast |
GraphQL Schema object | Schema |
Run basic GraphQL server with GraphiQL support | server |