Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Cha committed Feb 26, 2021
1 parent 415a6dd commit d5f3d65
Show file tree
Hide file tree
Showing 16 changed files with 99 additions and 82 deletions.
2 changes: 1 addition & 1 deletion examples/github-query-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To create the corpus, please provide your GitHub access token in a `.env` file,

Then, run:

```base
```bash
npm run generate-corpus
```

Expand Down
8 changes: 4 additions & 4 deletions examples/github-query-generator/lib/generate-corpus.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/github-query-generator/lib/generate-corpus.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/github-query-generator/lib/github-providers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ProviderMap } from 'ibm-graphql-query-generator/lib/provide-variables';
/**
* Given a GraphQL query, run it against the GitHub API and extract the data
*/
export declare function runGitHubGraphQLQuery(kind: 'graphql' | 'json', query: string, gitHubAccessToken: string): Promise<unknown>;
export declare function runGitHubGraphQLQuery(query: string, gitHubAccessToken: string): Promise<unknown>;
/**
* Scraped from https://github.com/topics
*/
Expand Down
23 changes: 10 additions & 13 deletions examples/github-query-generator/lib/github-providers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5f3d65

Please sign in to comment.