Package: gqlr
Title: 'GraphQL' Server in R
Version: 0.1.0.9000
Authors@R: c(
person("Barret", "Schloerke", , "schloerke@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9986-114X")),
person("Ryan", "Hafen", , "rhafen@gmail.com", role = "ths",
comment = c(ORCID = "0000-0002-5516-8367")),
person("GraphQL", role = "cph",
comment = "http://spec.graphql.org/")
)
Description: Server implementation of 'GraphQL'
, a query language originally created
by Facebook for describing data requirements on complex
application data models. Visit to learn
more about 'GraphQL'.
License: MIT + file LICENSE
URL: http://schloerke.com/gqlr/, https://github.com/schloerke/gqlr,
http://spec.graphql.org/, https://graphql.org
BugReports: https://github.com/schloerke/gqlr/issues
Depends: R (>= 3.2.2)
Imports: graphql (>= 1.3), jsonlite, magrittr, R6
Suggests: plumber, roxygen2 (>= 7.0.0), testthat (>= 3.1.5)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate: 'AAA-utils.R' 'R6--aaa-utils.R' 'S3--aaa-setup.R'
'R6--definition.R' 'R6-3.1.1-types-scalars.R'
'R6-6.1-executing-requests.R' 'R6-Schema.R' 'R6z-from-json.R'
'graphql_json.R' 'R6-3.2-directives.R' 'gqlr_schema.R'
'R6-4-introspection.R' 'R6-6.2-executing-operations.R'
'R6-6.3-executing-selection-sets.R' 'R6-6.4-executing-fields.R'
'R6-7-response.R' 'R6-ErrorList.R' 'R6-ObjectHelpers.R'
'R6-Result.R' 'R6-VariableValdationHelper.R'
'S3-3.1.2.3-validation-object-type.R' 'S3-str.R'
'gqlr-package.R' 'pryr.R' 'server.R'
'upgrade_query_remove_fragments.R' 'validation-arguments.R'
'validation-input-coercion.R'
'validation-selection-set-can-merge.R' 'validation-query.R'
'zzz.R'
Repository: https://schloerke.r-universe.dev
Date/Publication: 2026-01-12 20:03:48 UTC
RemoteUrl: https://github.com/schloerke/gqlr
RemoteRef: HEAD
RemoteSha: f41d3a10f06594fa95cd243851a35d48bbdbc53b
NeedsCompilation: no
Packaged: 2026-06-11 08:14:53 UTC; root
Author: Barret Schloerke [aut, cre] (ORCID:
),
Ryan Hafen [ths] (ORCID: ),
GraphQL [cph] (http://spec.graphql.org/)
Maintainer: Barret Schloerke