Skip to content

Commit

Permalink
feat: Set the resolve function in the config. (#14)
Browse files Browse the repository at this point in the history
* set the resolve function in the federated schema

* add import for missing type (wasn't causing runtime failure)
* check that the resolver is callable
* add a type hint

Co-authored-by: Matt Yannascoli <[email protected]>
  • Loading branch information
jeffreybaird and Matt Yannascoli authored Apr 20, 2021
1 parent c82df7b commit 7ef0ff9
Show file tree
Hide file tree
Showing 16 changed files with 3,051 additions and 177 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"port": 9003,
"env": {
"XDEBUG_CONFIG": "idekey=VSCODE"
}
}
]
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"phpunit/phpunit": "^8.4",
"psr/http-message": "^1.0",
"react/promise": "^2.7",
"spatie/phpunit-snapshot-assertions": "^2.2"
"spatie/phpunit-snapshot-assertions": "^4.2"
}
}
Loading

0 comments on commit 7ef0ff9

Please sign in to comment.