docs
docs copied to clipboard
📚 Apollo's docs framework
Hello Is there a complete specification of Supergraph architecture that includes definition of federation-specific GraphQL directives, types and queries? And what is its license and terms of usage? For example,...
[Router Docs](https://www.apollographql.com/docs/router/configuration/overview/#introspection) state introspection can be configured for cloud routing with the follow yaml snippet. ```yaml # # supergraph: Configuration of the Supergraph server # supergraph: introspection: true ``` Studio...
On the GraphOS landing page (https://www.apollographql.com/graphos/), the following paragraph is repeated 3 times, but I believe only the first instance is relevant: "Manage schema variants that align with environments like...
Sorry if there is any glaring incorrectness in my recount of the issue here, I did this investigation awhile ago with @trevorblades and might not be remembering the facts exactly....
Example: on the [landing page](https://github.com/apollographql/docs/blob/main/src/content/studio/index.mdx), there's a link to https://github.com/apollographql/docs/blob/main/src/content/studio/getting-started . Github gives 404. Correct link is https://github.com/apollographql/docs/blob/main/src/content/studio/getting-started.mdx
The graphql schema examples in the federated schema design section are still fed1 https://www.apollographql.com/docs/enterprise-guide/federated-schema-design
 i would expect a single CLI snippet like this to start with `$` instead of `1` since it's not a source file but a terminal. in GitHub, you can...
screenshot of [Rover graph commands](https://www.apollographql.com/docs/rover/commands/graphs/#output-format)  maybe this isn't a huge deal but seems like we could fix this by adding some padding to the top of the snippet so...
my guess is that there's some client-side JS that determines if a user wants dark mode, and then it will run an animation transitioning from light mode to dark mode....
This removes the notion of the Apollo CLI, which has been deprecated for a while, removes options that were only useful with the CLI and removes the notion of server...