Skip to main content
-1 votes
0 answers
20 views

I am using Apollo Server with Node.js, The mutation returns a success response but it is not updating database. Mutation: type Mutation { updateUserName(id: ID!, name: String!): Boolean! } Resolver:...
Gnaneshwar P's user avatar
-1 votes
0 answers
30 views

In my app I am listing projects with GitHub GraphQL. I process their branches so I want to ignore projects which don't have any branch. I am not sure how to do that. Currently I have the following ...
Viktor's user avatar
  • 1,519
1 vote
1 answer
36 views

I have a question about Quarkus Langchain4j. I have made this Quarkus (Java 25) project with the purpose of exposing an API that receives a search text, processes it with an "extractor” AI ...
Julio César Estravis's user avatar
Tooling
0 votes
0 replies
24 views

I am trying to send requests to an API that uses GraphQL for its data filtering. The problem I am having that I need to build each request manually through a string interpolation which is easier said ...
James Andrew Smith's user avatar
0 votes
1 answer
31 views

I have issue where I cannot map Long type in Swift. E.g. schema.graphql scalar Long input TableLongFilterInput { between: [Long] contains: Long eq: Long ge: Long gt: Long le: Long lt: ...
EnergyKickman's user avatar
0 votes
0 answers
25 views

I have a graphQL query that looks like this: query { vehiclesByIds(ids: 1,2,3,4,5...) { id options { optionId name adCopy { copyType copyText } } ...
Charles Boyung's user avatar
0 votes
2 answers
179 views

I am trying to use the Shopify GraphQL Admin API from Delphi. Came up with the following code: procedure TestShopify; var Client: TRESTClient; Request: TRESTRequest; Response: TRESTResponse; ...
Benjamin Keresztes's user avatar
1 vote
0 answers
46 views

I'm using Blazor Server with Strawberry Shake 15.1.10.0 to consume a GraphQL API. Here's the flow: User logs in via a regular API call (SignInAsync(username, password)) The API returns a JWT token (...
javatunix's user avatar
0 votes
0 answers
27 views

Logging const client = generateClient<Schema>(); results in the following, which shows that the client is improperly generated: { "models": {}, "enums": {}, "...
Kevvv's user avatar
  • 4,103
3 votes
2 answers
191 views

If a am querying for several parent objects and each of those parents has several child objects like so: type ParentTest { id: Int name: String children: [ChildTest] childIds: [Int] } type ...
JD Isaacks's user avatar
  • 57.7k
0 votes
1 answer
46 views

Problem Description I'm trying to set up GraphQL subscriptions in a Rails 7 backend using ActionCable. The subscription works from the Rails console — I can broadcast events and they are received. ...
Radosław Matteo Sakowicz's user avatar
0 votes
1 answer
45 views

getting below error during amplify publish . Unknown type FieldUnion for field fields. Did you forget to add the @model directive the code: FieldUnion = KeyValueField | AnotherFieldType type MyObject ...
swifty's user avatar
  • 303
0 votes
0 answers
63 views

I'm working on a personal project to get better understanding of BE/architecture/how everything ties together, but I'm having trouble finding examples that show the full picture. Right now, I'm ...
almostcolin's user avatar
0 votes
1 answer
61 views

I am using WPGraphQL(v2.3.8), Add WPGraphQL SEO(v5.0.0) and WP Gatsby(v2.3.3) plugins in wordpress. graphQL query- { posts { nodes { id title seo { title # yoast seo ...
shubh singh's user avatar
1 vote
0 answers
82 views

I am migrating a Spring Boot application from version 2.6.6 to 3.5.0, and upgrading the JDK from 17 to 21. Previously, I was using the graphql-kickstart dependency, but I have replaced it with the ...
Hytobi's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
1392