graphql_query: Parses a specified GraphQL Query from the project directory.

Description Usage Arguments Value

View source: R/ghpm.R

Description

Parses a specified GraphQL Query from the project directory.

Usage

1
graphql_query(file, ..., .api_url = api_url(), .header = NULL)

Arguments

file

Query file to execute

...

Additional variables to pass on to the query

.api_url

Optional API url to query. Defaults to "https://api.github.com/graphql"

.header

Optional vector of headers to send to query

Value

The list containing the query result


metrumresearchgroup/ghpm documentation built on Jan. 24, 2021, 8:28 p.m.