-
I have a go application that uses ent and graphql and I want to merge different graphql files into one using apollo rover but I don't want to list all the names of these files, how can I read these fi…
-
## Description
Just like https://github.com/apollographql/router/issues/3518, it'd be great to have either a hosted schema file or a way to export the schema file from `rover supergraph compose`, e…
-
## Description
When attempting to compose a supergraph, if add the `--skip-update` flag, the composition fails. It works correctly when the flag is omitted:
### Steps to reproduce
```
$ .…
-
Some of the usecases being considered as part of this issue:
- I want to issue multiple GQL queries/mutations and interleave business logic amongst them
- I want to apply validation logic before a m…
-
### Issue Description
I was having trouble composing my schema with @interfaceObject, and what I had is almost identical to the [example provided](https://www.apollographql.com/docs/federation/fede…
-
Hi,
Just wondering what is the timeline for the judgment ?
-
GraphQL supergraph using hasura:
https://github.com/dhruvarora93/graphql-supergraph
It was fun working on this project! Hasura is awesome!
-
It would be great if instead of uploading individual subgraphs one could just upload the supergraph to studio. Because, if you try out the production mode and there is no introspection, and if you wan…
-
## Description
Unintuitive behavior, where environment variables supersede the CLI flags. Specifically, `APOLLO_KEY` supersedes `--profile`.
### Steps to reproduce
1. Create a profile wit…
-
## Description
When run `rover dev --supergraph-config supergraph.yaml --router-config router.yaml --log=trace` inside a docker container created with docker compose the router fails with this erro…