Description Usage Arguments Value
Parses a specified GraphQL Query from the project directory.
1 | graphql_query(file, ..., .api_url = api_url(), .header = NULL)
|
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 |
The list containing the query result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.