Questions tagged [apollo-studio]

8 questions
2
votes
0 answers

Why am I still getting CORS issues with Apollo studio after setting the headers?

I am working on a service that uses OIDC. The session ID is stored in a cookie called PAT. I can interact with the graphql service using Postman so I know the service itself is working. However, when I try to access with the studio it fails. Here is…
Jackie
  • 21,969
  • 32
  • 147
  • 289
1
vote
0 answers

Any way to format a date field's rendering in Apollo Studio?

Using Apollo Studio to explore my company’s GraphQL-based API is handy, but I was wondering if there was any way to have the Studio format certain fields (or maybe it's something one can do in GraphQL): query SomeQuery { …
Rick
  • 3,298
  • 3
  • 29
  • 47
0
votes
0 answers

DVGA not accessible from apollo studio?

I am just trying out DVGA (https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application) and I hosted the app on a EC2 and open port 5013 docker run -d -t -p 5013:5013 -e WEB_HOST=0.0.0.0 --name dvga dvga I understand DVGA enabled introspection by…
sqr
  • 365
  • 2
  • 12
  • 29
0
votes
0 answers

Update Apollo Schema after Contentful Content Model Changes

So I watched this tutorial on how to use Contentful & ApolloGraphQL to be able to display data on iOS. After finishing the tutorial I wanted to play around with it some more. In the tutorial it added all the fields that it needed in the beginning…
0
votes
1 answer

Not able to connect to my local graphql server with apollo studio sandbox

I am running a graphql server using serverless offline and trying to connect to the server with Aollo Studio. The weirdest bug is that it was connecting properly a week back and now the exact same server is not connecting. The same thing I have…
0
votes
0 answers

Fetch schema fails with Apollo managed federation

I integrate apollo managed federation with my apollo federation (gateway) with nestjs but when I run my gateway service I face with CheckFailed: one or more checks failed error. I followed official document. but get the mentioned error. If anyone…
0
votes
1 answer

How to use Apollo Studio to explore Dgraph

I've setup a Dgraph using the docker version. I'm currently able to manipulate the schema and query the graph using Ratel (dgraphs' official tooling); but I want to be able to connect to my graph using Apollo Studio. I tried http://localhost:8080…
behnam-io
  • 31
  • 1
  • 5
0
votes
1 answer

Cookies are not set in integrated playground of Apollo Studio which are connected to local development environment with domain error

I've a node with typescript app which is build with the following components: "apollo-server-core": "^3.6.7", "apollo-server-express": "^3.6.7", "argon2": "^0.28.5", "class-validator": "^0.13.2", "connect-redis": "^6.1.3", …