219 questions
3 votes
2 answers
617 views
GraphiQL over Springboot shows React errors and blank page
I work on a Kotlin Spring API. It is running inside a Docker container from eclipse-temurin:17-jdktrough image on WSL 2 Ubuntu 22.04 LTS (Host is Windows 11 Entreprise 24H2). Project dependencies ...
1 vote
0 answers
50 views
403 in localhost:8080/graphiql
I am working on a springboot application. I just started the project and am not in the stage to add any security rules/filters yet. I am using graphql-spring-boot-starter, graphiql-spring-boot-starter ...
1 vote
0 answers
34 views
Query for filter blogpages by category in wagtail graphiql
Help please if i have blog category relationship then how can i fetch blogs by category. Anyone know query for that. i am using wagtail grapple If i want to fetch blogs by category id or slug how can ...
0 votes
0 answers
165 views
Unable to Connect Apollo GraphQL Sandbox to My Local Graphql Server
I'm running a GraphQL server using Rails with the graphql-ruby and graphiql-rails gems. I can access the GraphiQL interface successfully. I've set up a POST route at /graphql that maps to graphql#...
0 votes
1 answer
55 views
expected value of type "_Any" in apollo federation
{ "representations": [ { "__typename": "dummy", "templateId": "X", "strategy": "dummy", "...
1 vote
1 answer
80 views
apollo-angular - hangs on `pending` status with network call
I intergrated angular18 with apollo-angular. when i try to fetch the call from gihub.com the network call hangs on pending state. here is my provider for apollo-angular: import { ApplicationConfig, ...
-1 votes
1 answer
779 views
Trouble Accessing localhost:8080/graphiql
I am currently building a basic REST API application using Java and SpringBoot. I updated my application.properties file and pom.xml to allow the integration of graphiql/graphql. When I try running my ...
0 votes
1 answer
102 views
Mixed Content HTTP / HTTPS - (GraphQL) Lighthouse is requesting an unsecured http url
After deploying to webhosting, it throws me an error on the /graphiql route to the console: Mixed Content: The page at 'https://myweburl.com/graphiql/' was loaded over HTTPS, but requested an insecure ...
0 votes
0 answers
33 views
How to create single build file for react application created using graphiql
I have created a graphql application using react and its working fine on dev environment But on production its is giving chunk error as my app deployed on different host. I m using these packages &...
1 vote
1 answer
148 views
Unable to compile .tsx files in Angular16 Project
I recently migrated my angular9 project to angular16. In my existing angular 9 project I had some .tsx files which were compiling successfully during npm build. However after migrating to angular 16 ...
0 votes
1 answer
153 views
Debugging Wordpress GraphiQL
I'm using Wordpress with the WPGraphQL plugin. I'm using a custom wordppress plugin that breaks WPGraphiQL, so that it hangs and the following error appears in the browser console when I navigate to &...
0 votes
1 answer
549 views
GraphiQL shows an object but request sends back "cannot coerce value to String"
I am using the GraphiQL editor for Shopify Admin in order to test a mutation to push a product to a store. This is the mutation: mutation createProduct($input: ProductInput!) { productCreate(...
-1 votes
1 answer
113 views
How to access graphql docs (/graphiql) from AWS Load Balancer
I am using Netflix Dgs Graphql in my application. I have deployed my application in AWS exposing it using Application Load Balancer. I have configured port 443 and 80 in ingress rules and port 8080(...
0 votes
1 answer
131 views
Can we combine frontend and backend to make make user and deleteuser platform
I am combining react and graphql in a project.For that first, I have created a server of graphql const graphql = require("graphql"); const { GraphQLObjectType, GraphQLSchema, ...
0 votes
0 answers
363 views
Shopify GraphQL Mutation Doesn't Work In CURL Or Postman But Does With GraphiQL App
When I'm using the following mutation in GraphiQL App it works perfectly but when I run it using Postman or CURL it just doesn't work. This issue is happening for Function related mutations only. The ...