Package: gqlr
Title: 'GraphQL' Server in R
Version: 0.1.0
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'
    <http://spec.graphql.org/>, a query language originally created by
    Facebook for describing data requirements on complex application data
    models.  Visit <https://graphql.org> 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
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'
NeedsCompilation: no
Packaged: 2026-01-09 21:13:37 UTC; barret
Author: Barret Schloerke [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9986-114X>),
  Ryan Hafen [ths] (ORCID: <https://orcid.org/0000-0002-5516-8367>),
  GraphQL [cph] (http://spec.graphql.org/)
Maintainer: Barret Schloerke <schloerke@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-09 21:30:02 UTC
Built: R 4.4.3; ; 2026-01-09 21:37:18 UTC; unix
