Skip to content

Commit

Permalink
repositoryOwner GitHub API Simulator Resolver (#267)
Browse files Browse the repository at this point in the history
* update schema

* update world with repositoryOwner interface

* default number of edges to return

* add repositoryOwner query, add toGraphql method

* interfaces aren't returned, return actual passed type

* paginate languages and repositoryTopics

* bump version of node@18 and npm@latest

* change file
  • Loading branch information
jbolda authored Sep 7, 2023
1 parent 302ff95 commit 955dd7f
Show file tree
Hide file tree
Showing 12 changed files with 21,011 additions and 7,109 deletions.
5 changes: 5 additions & 0 deletions .changes/github-api-repositoryOwner-resolver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@simulacrum/github-api-simulator": minor
---

Adds the `repositoryOwner` resolver.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
command: mkcert -install && mkcert localhost
working_directory: ~/.simulacrum/certs
- node/install:
node-version: 18.12.0
node-version: 18.17.1
- run: npm -v
# build root first
- node/install-packages
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"npm": ">=9"
},
"volta": {
"node": "18.16.0",
"npm": "9.6.7"
"node": "18.17.1",
"npm": "10.0.0"
},
"devDependencies": {
"@effection/fetch": "^2.0.1",
Expand Down
Loading

0 comments on commit 955dd7f

Please sign in to comment.