GraphQL {shopifyr} | R Documentation |
Query the GraphQL Admin API
Description
Query the GraphQL Admin API
Usage
graphQlQuery(query, ..., includeExtensions = FALSE)
Arguments
query |
a literal GraphQL query string |
... |
additional request parameters |
includeExtensions |
should the extensions portion of the graphql query results be included in the return object. Default is |
Value
The query results
[Package shopifyr version 1.0.0 Index]