Questions

  • How to compare GraphQL query tree in java

    3 My spring-boot application is generating GraphQL queries, however I want to compare that query in my test. So basically I have two strings where the first one is containing the actual value and the latter one the expected value. I want to parse that in a class or tree node so I can compare […]

  • graphQLHttpClient Connection failure on Android, works on Windows

    0 I have a Maui app which works just fine when I run it with as a Windows Machine, but switching to Android I get a connection failure. Same dev machine, same back-end server. It is running on localhost port 5001. According to the server logs, it is not even hitting the Endpoint to submit […]

  • Getting 403 forbidden access is denied after adding reference to another project in same solution [closed]

    -1 Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 hours ago. This post was edited and submitted for review 1 hour […]

  • Error: Cannot find module ‘graphql/validation/rules/KnownArgumentNamesRule’

    26 When I run the command apollo client:codegen the following error comes up : Error: Cannot find module ‘graphql/validation/rules/KnownArgumentNamesRule’ Require stack: – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modules@apo llofederationdistcompositionvalidatepreNormalizationtagDirective.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modules@apo llofederationdistcompositionvalidatepreNormalizationindex.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modules@apo llofederationdistcompositionvalidateindex.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modules@apo llofederationdistcompositioncomposeAndValidate.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modules@apo llofederationdistcompositionindex.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modules@apo llofederationdistindex.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modulesapol lo-language-serverlibprovidersschemafile.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modulesapol lo-language-serverlibprovidersschemaindex.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modulesapol lo-language-serverlibprojectbase.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollonode_modulesapol lo-language-serverlibindex.js – C:UsersMinseoAppDataRoamingnpmnode_modulesapollolibcommandsclie ntcodegen.js – […]

  • GraphQL query Parameters from Azure Synapse Pipeline

    0 I am trying to extract and populate data into Azure Synapse Dedicated SQL pool from an API using ADF pipelines. I was able to implement the query without any parameters using the Copy activity, but I have been encountering issues while trying to add parameters. Most of the methods used till now throws the […]

  • Print GraphQL query logs and integrate DataLoader

    0 I have been trying to log out my query logs to see how many queries my query is performing to get the feeling why to use DataLoader. The project im working on is a star wars GraphQL api , and i noticed bad performance when doing such a query: query { film(id: 2){ title […]

  • GraphQL filter/order based on result count of relation

    0 I am kind of new to GraphQL world and i am stuck at a, i would say, very basic problem. I dug around couple of docs and guides and i could not find any hint if it is even possible or not with GraphQL or what might be a workaround. What i want to […]

  • man sscanf: %d is deprecated in C or glibc?

    26 I was just reading the glibc sscanf man page (from the Linux man-pages package) and I found the following: The following conversion specifiers are available: (…) d    Deprecated. Matches an optionally signed decimal integer; the next pointer must be a pointer to int. i    Deprecated. Matches an optionally signed integer; the next […]

  • i have an isuue regrading i am not able to get token from cookie. i am making a next js project with next auth and hasura graphql

    0 I’m encountering an issue regarding the retrieval of a token from a cookie. I’m currently working on a Next.js project using NextAuth and Hasura GraphQL. With NextAuth, I’m utilizing credential providers for login and token generation, and the generated token is stored in a cookie. However, when it comes to setting up the Apollo […]

  • Want an urdu title in shopify admin graphql query

    0 I want to support multiple languages: { products(first:10,) { edges { node { title # Include other fields to retrieve within translations } } } } I want the title response in Urdu. I am using admin/api/2023-07/graphql.json graphql internationalization shopify-api Share Improve this question Follow edited 20 hours ago Michel Floyd 19.3k44 gold badges2525 […]