https://github.com/magicmark/federation-interface-repro
https://github.com/magicmark/federation-interface-repro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/magicmark/federation-interface-repro
- Owner: magicmark
- Created: 2025-04-01T18:14:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T15:28:22.000Z (about 1 year ago)
- Last Synced: 2025-04-02T16:31:02.564Z (about 1 year ago)
- Language: Python
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Federation Interface Question Repro
**Instructions**
```bash
$ git clone git@github.com:magicmark/federation-interface-repro.git
$ cd federation-interface-repro
$ poetry install
$ make start # (or `poetry run supervisord`)
```
⚠️ If you're on a corporate VPN that intercepts DNS you may need to temporarily disconnect for `poetry install` to work.
### Playground
Once started up, you can access the playground here:
✨ [`http://localhost:4000/`](http://localhost:4000/) ✨
Copy and paste the above query to try it out:
```graphql
{
helloWorld(barOrBaz: "baz") {
qux
}
}
```