Posts
Members
Info
Federation with Schema Transforms?
I've been interested in this as a concept, but I haven't until recently had to actually consider it. I'm about to start a POC where I've got an external company's GraphQL that I'd like to merge into my own, but with transformations. As an example, I have an existing application,…
0
2
Best Alternative to Apollo Engine for Monitoring and Caching?
We have a production Scala Sangria GraphQL server running. We're looking for a solution for monitoring and caching. I know the Apollo Engine is deprecated. What is the alternative we can use to achieve this?
0
1
GraphQL Playground not showing doc/schema for apollo-server-lambda on AWS
Here's my setup: • Serverless framework • apollo-server-lambda deployed on AWS Lambda …
0
4
any tool to restructure query
I am generating graphQL queries from some JSON files and the output is like this Do we have any javascript utility? which can re-structure this query merge relevant sections.. So the output will be like
0
0
I have a blocker when i add subscription on server side
I have a blocker when i add subscription on server side because i already have apollo lambda server and the configuration is confuse me on what is the way of the configuration on resolvers and types
0
0
Disable Schema/Docs in playground
Hello, I'm a little bit confused, I'm trying to disable playground and schema/docs, I've added: introspection: false, …
0
1
HELP: Graph tools in NextJS
Hello, I am trying to use graph-tools with apollo-server-micro in NextJS. When I try to merge schemas I keep getting Error: Query root type must be provided.
0
9
When using typescript-react-apollo, the generated file results in having a…
Hello, I've checked Github issues and other posts here on Spectrum, but I can't find the recommended solution. Assume I have the following query: …
0
1
VSCode Apollo - Disable Code Actions for non-GraphQL Files?
How can I turn off code actions from Apollo VSCode for non-graphql files? I would think that this config would do it, but I still get hanging vscode when saving .ts files that don't have anything to do with the graphql parts of my app
2
0
How to publish vscode-apollo extension? (to OpenVSX)
Hi all! We're trying to build the vscode-apollo extension from the https://github.com/apollographql/apollo-tooling repo, in order to publish it to https://open-vsx.org (the open-source vendor neutral repository of VSCode extensions, so that vscode-apollo can also be used by…
0
7