Package: gqlr
Title: 'GraphQL' Server in R
Version: 0.0.2
Authors@R: c(
    person("Barret", "Schloerke", email = "schloerke@gmail.com", role = c("aut", "cre")),
    person("Ryan", "Hafen", email = "rhafen@gmail.com", role = c("ths")),
    person("GraphQL", role = "cph", comment = "http://graphql.github.io/graphql-spec/")
  )
Description: 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'.
Depends: R (>= 3.2.2)
License: MIT + file LICENSE
URL: https://github.com/schloerke/gqlr,
        http://graphql.github.io/graphql-spec/, http://graphql.org
BugReports: https://github.com/schloerke/gqlr/issues
LazyData: true
Imports: graphql (>= 1.3), magrittr, pryr, R6, jsonlite
Suggests: plumber, roxygen2 (>= 7.0.0), testthat
RoxygenNote: 7.0.1
Encoding: UTF-8
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' '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: 2019-12-02 16:03:59 UTC; barret
Author: Barret Schloerke [aut, cre],
  Ryan Hafen [ths],
  GraphQL [cph] (http://graphql.github.io/graphql-spec/)
Maintainer: Barret Schloerke <schloerke@gmail.com>
Repository: CRAN
Date/Publication: 2019-12-02 16:20:03 UTC
Built: R 4.2.0; ; 2022-04-26 16:03:17 UTC; unix
