Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
33 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
174 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
44 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
45 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
0 votes
0 answers
149 views

I’m building a scraper to monitor the Meta (Facebook) Ads Library for new ads as soon as they start running. From inspecting network requests, I see that the Ads Library web app uses a GraphQL ...
kiqueboat's user avatar
0 votes
1 answer
188 views

I'm working in a python based repo and I'm trying to develop a flow where I look for Asana tasks in a specific project and when new ones are found, create a github issue for them and assign them to ...
Alden Harwood's user avatar
0 votes
0 answers
61 views

My tech stack is node js, react, graphql, @apollo/server graphql-passport connect-mongodb. The authenticate from passport is working because I login and when I console log from the user resolver I get ...
NewbieCoder's user avatar
1 vote
1 answer
75 views

I want to have a single query to take in a bool? Active parameter which could possibly be null. Although, from experimenting I can either have a query which always excepts a value from Active OR just ...
Hughesey's user avatar
  • 457
0 votes
0 answers
26 views

By using Graphql Mesh I am able to convert soap, rest, rpc into graphql queries/schemas but it is storing everything in yml file and schema files. If I have 500 sources, saving all sources into yml ...
user2132124's user avatar
0 votes
0 answers
55 views

I have been using data loader with stitching queries in hotchocolate v13. I recently migrated to v15 and had to introduce Fusion as stitching is no longer supported. After the upgrade, the batch data ...
Snk's user avatar
  • 23
0 votes
1 answer
48 views

I upgraded hotchocolate from V13 to V15 and realized that the query stitching is no longer supported and need to use Fusion package. I am following these steps and everything is fine except that I am ...
Snk's user avatar
  • 23
1 vote
1 answer
108 views

I’m currently evaluating the potential use of Spring Boot GraphQL for future web projects. So far, I’ve had positive experiences with filtering, pagination, and selects/joins. However, I haven’t found ...
Meini's user avatar
  • 47
0 votes
0 answers
47 views

I'm attempting to add some response-time information to the logs of our Quarkus components so we can easily pinpoint slow requests and do general profiling based on log records. However, this seems to ...
rvman's user avatar
  • 1
0 votes
1 answer
66 views

I installed this GraphQL: Language Feature Support extension in VS Code, it's seems to be functioning, but it's missing some stuff, in the schema, it's not highlighting the errors, and it's shows the ...
lawayben's user avatar
1 vote
1 answer
219 views

I’m using Apollo Client v4 (4.0.5) with Next.js App Router and GraphQL Code Generator (typescript-react-apollo) to generate TypeScript types and hooks for my GraphQL API. Everything was working fine ...
kslmn's user avatar
  • 11
1 vote
0 answers
90 views

I'm trying to run a graphql server in nestjs. I get this error when trying to run this project. Package subpath './express4' is not defined by "exports" in /Users/shehanniwanthaka/WORK/RND/...
Shehan DMG's user avatar
0 votes
0 answers
45 views

I'm trying to create my own filter for a specific type of data in hotchocolate. I created a class from FilterInputType<MyType> and specified an additional field for filtering in it. For this ...
loloskc's user avatar
0 votes
0 answers
20 views

I get error: require() of ES Module D:\PROJEKTI\cvmds-client\node_modules\upper-case\dist\index.js from D:\PROJEKTI\cvmds-cl… error Command failed with exit code 1. This is package.json: { "...
Vlado Pandžić's user avatar
0 votes
1 answer
80 views

I’m working with Weaviate, and I’ve indexed documents that contain nested JSON fields. A simplified example of one object: { "candidate_id": "123", "details": { &...
Nirmal Sankalana's user avatar
0 votes
0 answers
50 views

My application runs on Java 8 and Springboot 2.2.5.RELEASE and I am using below dependencies to expose a GraphQL service. <dependency> <groupId>com.graphql-java-kickstart</...
Saravananand Krishnamani's user avatar
1 vote
1 answer
57 views

In GraphQL, is there any way to alias the returned value using an input argument? e.g. here: query GetCurrencyRevenueAggregate( $currency: String! $startDate: timestamptz! $endDate: timestamptz! ...
Paul Razvan Berg's user avatar
1 vote
1 answer
119 views

I am working with monorepo, with backend nest.js, where I have integrated graphql @Mutation(() => AuthResponse) async registerLocal( @Args('input', { type: () => RegisterInput }...
Bhabin's user avatar
  • 11
2 votes
0 answers
87 views

I'm trying to set up a nice Python client for a GraphQL API managed by a separate team (in a different language): We want to provide useful type hints + autocomplete without introducing overly onerous ...
dingus's user avatar
  • 1,089
0 votes
0 answers
47 views

I am working with a NextJS project that needs to access a graphql API. I am using the nextjs app router and am trying to follow the best practices outlined here https://github.com/apollographql/apollo-...
Ty Nielson's user avatar
0 votes
1 answer
92 views

I have this very persistent problem which is very strange to me. It actually happened in a larger project but I isolated it in a very minimal project setup and the error keeps happening, hopefully ...
Jonas Holfeld's user avatar
0 votes
0 answers
86 views

We are using IBM filenet as the content management system. So there is a requirement to delete a file. But I realised that a document can have multiple versions and each will have different documentId,...
Vamshi Shetty's user avatar
3 votes
0 answers
82 views

I want to create a form that creates a card that I can edit. Whenever I try to click on the edit button to update the card, the information that was made doesn't transfer over into the new screen. ...
Charlene Peters's user avatar
-1 votes
1 answer
222 views

I'm building a Shopify app using the official @shopify/shopify-app-remix framework with PrismaSessionStorage. In my App Proxy route, I try to send an authenticated Admin GraphQL request using an ...
Vincent Gates's user avatar
-1 votes
1 answer
130 views

Let's say administrator is hosting a Wiki.js instance and can distribute GraphQL API access to authorized developers. Consdering that introspection is disabled, the developers cannot obtain the full ...
estranged's user avatar
  • 432
1 vote
0 answers
71 views

I'm trying to define the best way to work with graphql and sorbet typing. I want to know how you solved the correlation between the graphql and the type checking of sorbet. I didn't found posts on it. ...
Jonathan's user avatar
0 votes
1 answer
25 views

I am using my own local OTP server fed with GTFS data from a public transport agency. I download said data every month in order to catch updates (very rare) or to avoid the data expiring. That data is ...
bliako's user avatar
  • 1,221
0 votes
0 answers
27 views

With the traditional REST APIs it seems far easier to build a client side model that you can build the request body out of the box by just using the differences of an JS object that has been changed. ...
rellampec's user avatar
  • 781
1 vote
1 answer
88 views

Using HotChocolate v15.1.8 with EF v9.0.7 and Mapster v7.4.0, I encounter a bug with [UseSorting] / [UseFiltering] LinQ conversions which appear invalid when applied to DDD ValueObject or EF complex ...
Rémi Lamotte's user avatar
1 vote
1 answer
32 views

I'm running two APIs: GetListOfPocketCardsWithoutCategory: query for this is below: query($after: String, $LimitPerPage : Int) { categories: search( where: { AND: [ { ...
Piyush Pandita's user avatar
0 votes
0 answers
69 views

I am trying to get result when I query like below in fusion gateway, basically join of Product and Review like for each product get the review details for each product,I know Fusion is in .Net but I ...
Sovon Singha's user avatar
0 votes
3 answers
120 views

I have an nx monorepo with a NestJS GraphQL application and it doesn't seem to be generating the latest schema from my Resolver class. I have a @Query and a @Mutation but only the @Query is being ...
mh377's user avatar
  • 1,834
0 votes
0 answers
16 views

I was trying to understand where in stash are errors stored when a function fails in AppSync. My resolver template looks like follows: export function request(ctx) { // performs some operation return {...
AYa's user avatar
  • 503
0 votes
0 answers
22 views

Given a query like this: query GetUsersAndRevenues { User_aggregate( where: { transactions: {timestamp: {_gte: 1743465600, _lte: 1751328000}} } ) { aggregate { count(...
Paul Razvan Berg's user avatar
-2 votes
1 answer
33 views

Given a GraphQL entity like this: type Action @entity(immutable: true) { id: String! subgraphId: BigInt! block: BigInt! chainId: BigInt! from: Bytes! hash: Bytes! timestamp: BigInt! ...
Paul Razvan Berg's user avatar
0 votes
0 answers
23 views

I have a requirement in GraphQL API in Azure APIM where I need to pass Operation name/ id as part of header when firing query which calls another API. Since this calling API needs operation name to ...
Sam's user avatar
  • 1
0 votes
0 answers
39 views

I am trying to build a graphql client to query/mutation on AWS appsync. I come up with the library aws-amplify. My appsync uses IAM authentication method. I created an IAM user in my AWS account and I ...
Joey Yi Zhao's user avatar
  • 43.3k

1
2 3 4 5
418