21,067 questions
0
votes
0
answers
13
views
Sitecore Graph Ql Rich Text Editor Serialization
I would like to know how can I customize the RTE serialization while the requested page gets resolved ?
I have RTE type as one of my data source and wanted to inject some custom logic when this gets ...
-1
votes
1
answer
25
views
UndefinedDependencyException [Error]: Nest can't resolve dependencies
I'm working on a NestJS project with GraphQL, and I'm facing a dependency injection issue.
When trying to inject WalletService into RefundService, NestJS throws the following error:
[Nest] 8016 - 29/...
0
votes
1
answer
17
views
Supabase edge functions with GraphQL fails
I'm testing out how to query the database with GraphQL from within a Supabase edge function.
Within the GUI of Supabase we can clearly execute the GraphQL query to retrieve the desired data:
However, ...
0
votes
0
answers
38
views
Why am I getting "ERR_CONNECTION_REFUSED" when querying by sidecar-hosted backend in Azure App Service?
I'm trying to deploy a fairly basic web app in Azure App Service. I have a backend image (running django+graphql) and and a frontend image (running vue+apollo), and when I run them locally either ...
-6
votes
0
answers
40
views
Is there any upwork api which we can use to apply to jobs? [closed]
Is there any upwork api which we can use to apply to jobs?
I have been using Upwork API quite a lot to build different filtering combinations and communication tools.
I couldn't find a way to Apply ...
0
votes
0
answers
20
views
Graphql multiple schemas in spring boot
I am trying to use 2 GraphQL endpoints with the same server (spring boot 3) because I have an application which consists of 2 types "simple user" and "admin."
My idea is to have 2 ...
-2
votes
0
answers
33
views
How to implement seamless scroll/state restoration when navigating back to infinitely scrolling page like reddit.com / pinterest [closed]
I’m using nextjs v14.2, graphql, and Apollo to build an infinitely scrolling feed. When users click on an internal link and then navigate back to the infinite feed, I want the feed to be at the same ...
0
votes
0
answers
35
views
Upwork Graphql job search api correct query and pagination the one on docs is not working [closed]
Upwork Graphql job search api correct query and pagination the one on docs is not working
Upwork Graphql api Documenation link :
https://www.upwork.com/developer/documentation/graphql/api/docs/index....
-1
votes
0
answers
26
views
Creating generic grpahql service
I want to create a generic grpahql service to existing project in Java.
My project is using graphql-java-generator for the legacy schema, and I want to keep it as is.
My new schema will be in a ...
0
votes
1
answer
63
views
java java.net.http.HttpClient returns http status 403 while curl works fine
I'm trying to fetch a json string from a (GraphQL ?) server. The input is a json string + POST request and the ouput is a json document.
When using curl, it works (well , let's be honest it works if ...
0
votes
0
answers
20
views
Access FunctionContext.Items inside GraphQL resolver with HotChocolate.AzureFunctions.IsolatedProcess?
How to access FunctionContext.Items inside GraphQL resolver with HotChocolate.AzureFunctions.IsolatedProcess?
Environment: .NET 8.0
Azure Functions Isolated Worker
HotChocolate.AzureFunctions....
0
votes
0
answers
17
views
Use Shopify flow to send back in stock emails to customers with their addresses stored in product metafield
I am trying to use flow to create back in stock product alerts.
I am trying to store users email addresses within a product metafield as a comma separated list then when that product goes back in ...
4
votes
2
answers
165
views
thenCompose hangs/timeout web graphql application
I have SpringBoot 3, graph ql web app. My goal is to resolve one field which depends on several dataloaders. The problem is that when I combine them using thenCompose my application just hangs for ...
0
votes
0
answers
19
views
Failed to fetch schema. Please check your connection sitecore xp graphql configuration
I configured the graphql in sitecore cms XP, but when launching graphql ui with query giving me the error,
"error": "Failed to fetch schema. Please check your connection"
I am ...
0
votes
0
answers
22
views
how use GraphQl + DGS springboot to upload file?
post request
exception
Mutation:uploadScriptWithMultipartPOST(input: Upload!): String
I want to upload a file, but either the parameter is abnormal or the file is null. I don't know how to upload a ...