Package: gqlr
Title: 'GraphQL' Server in R
Version: 0.0.1
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("Facebook", role = "cph", comment = "http://facebook.github.io/graphql/")
  )
Description: Server implementation of 'GraphQL' <http://facebook.github.io/graphql/>,
    a query language 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://facebook.github.io/graphql/, http://graphql.org
BugReports: https://github.com/schloerke/gqlr/issues
LazyData: true
Imports:
    base,
    graphql (>= 1.3),
    magrittr,
    pryr,
    R6,
    jsonlite
Suggests:
    jug,
    roxygen2 (>= 5.0.0),
    testthat
Roxygen: list(wrap = FALSE)
RoxygenNote: 6.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_jug.R'
    'upgrade_query_remove_fragments.R'
    'validation-arguments.R'
    'validation-input-coercion.R'
    'validation-selection-set-can-merge.R'
    'validation-query.R'
