0 In my react native project, I am using graphQl subscription with aws-amplify. The problem is it’s not getting notified/called when the backend sends a notification. The backend developer told me, that from their side notification is sending correctly. Now from the Front end side setup is also properly done because one other subscription is […]
Hi there This is Mike Derrick Let me show you our latest research results from our constant SEO feedbacks that we have from our plans: SEMRUSH Backlinks The new Semrush Backlinks, which will make your letslearngraphql.com SEO trend have an immediate push. The method is actually very simple, we are building links from domains that […]
36 I am working on a graphql issue where I am getting following error for the request { customer(id: “5ed6092b-6924-4d31-92d0-b77d4d777b47”) { id firstName lastName carsInterested } } “message”: “Validation error of type SubSelectionRequired: Sub selection required for type null of field carsInterested @ ‘customer/carsInterested'”, Below is my schema type Customer { id: ID! firstName: String! […]
0 I’ve been working on adding monitoring metrics in our GraphQL gateway recently. I have a Spring Boot project with the following dependencies: ‘org.springframework.boot’ version ‘3.1.5’ spring-boot-starter-graphql:3.0.1 spring-boot-starter-actuator spring-boot-starter-aop …[others not relevant]… So I have a GraphQL server that typically returns an HTTP 200 status code for all responses and in case of an issue […]
0 I want to return data from my graphql API, I have two front-end in one of these is work, but in another front-end, it doesn’t work when I run the first front end in this port it works but for the second one to doesn’t work and it says blocked by cors policy hare […]
0 Currently running into an issue where this line of code creates the following error. Code for GitHub action (.yml file) if: steps.filter.outputs.patterns == ‘true’ run: | item_id="$( gh api graphql -f query=’ mutation($issueid:ID!, $labels:[ID!]) { updateIssue(input: {labelIds: [$labels], id: $issueid}) { issue { id } } }’ -f labels="my_label_code" -f issueid=$ISSUE_NODE_ID)" Error code: gh: […]
3 guys, I have a problem when I want to use a Subscription I’m facing this issue I don’t find a solution in any place, I’m a GQL user and i decide to use Subscription to make real-time website but I’m facing a a this issue , hare is code I’m trying to show apollo […]
6 I am looking for an example where a dot in a function name causes R’s Method Dispatch to pick the wrong function. A natural candidate seems to be the builtin function t.test(), which should be confused with t() when applied to an object of class "test". Strangely, however, the following code actually calls the […]
0 I’m attempting to replicate an embedded self-referencing SQL query using GraphQl. The situation is that we have records in a database that are created off of other records by an internal user. The query I am trying to do is to get all of the records of a user and the associated records that […]