Posts
Members
Info
Apollo Studio isn't able to find my locally hosted server
i have started my nodejs server but for some reason studio isn't able to find it, although playground works fine(i am currently doing the apollo tutorial on the website) can someone help me out in this regard. my server is on http://localhost:4000/ . i put in the same link as…
1
6
How to connect Development graphs to local server with Authorization header ?
Hi, I want to create a development graph on apollo studio but I cant push my schema because i have an authentication system which need a Bearer token in header to allow request on my server. Did you know how to pass this header ?
0
1
Is it possible to get Apollo studio running with a Lambda setup?
We've set up the keys but nothing is appearing in studio. At the moment our working hypothesis is that studio is not supported when running Apollo in lambda.
0
4
Clone variant graph federation
It's possible to clone some variant of one graph federation to another variant? Like create a fork from variant staging to app-review-1?
0
0
Deleted·55d# Apollo Studio
Can someone help me with apollo-cli please?
I have a few issues and i’m struggling to make any sense of the documentation – originally I was using apollo v1, and the old apollo-codegen introspect-schema stuff. I received an alert on the cli to use the "new powerful apollo CLI" I’ve managed to generate my schema.json from…
1
2
How apollo studio is able to access localhost?
Hello, I am following the apollo tutorial (I am still on the server part) and I am exploring my graph at http://localhost:4000/graphql with apollo studio. I am wondering why it is able to reach localhost. Afaik, accessing a different domain should be denied from the browser to…
0
3
Headless CMS + NextJS
I'm using @apollo/client with Next and have apollo codegen and graphql-codegen working in tandem. @apollo/client mediated gql queries/mutations are typed by apollo whereas the introspected .d.ts+.json files in the root are generated by graphql-codegen. That said, I have…
0
1
Registering my schema with Apollo studio using the option "From Apollo Server"
Following the official tutorial at apollographql.com/tutorial/production/ and am on step 5 of the tutorial. Have a .env.example file with api key in /server inside the project folder. Inside the .env.example, I have just one line starting with APOLLO_KEY= I have my api key after…
2
7
Latency between our servers and Apollo Data Graph?
We're using Apollo Federation with a Gateway in prem however that is becoming a bit hard to maintain, so we're considering managed federation. Having the gateway in our cluster ensures almost unnoticeable latency between the upstream services and the gateway. Would that be the…
0
0