0 I’m attempting to use the GitHub GraphQL API to query filtered items in ProjectV2 based on their state. Here’s what I have so far, but I’d like to filter items in Issues or Pull Requests with a state of CLOSED or MERGED, or based on their milestone. Any help would be greatly appreciated. query […]
0 Im new to both GraphQL and angular im trying to follow the documentation but not able to make a mutation. Below is the ts file code export const USER_SIGNUP = gql` mutation AddUser($userInput: UserInput) { addUser(userInput: $userInput) { id name email password } } `; import { Component } from ‘@angular/core’; import { Apollo […]
0 I am working on creating users on my wiki.js using graphql API and python’s request package. I am able to create a user normally(hard coded) but I want to use variables. Here is the code I tried: # we have imported the requests module import requests # defined a URL variable that we will […]
Hi there, I have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. Our solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. Check […]
0 In standard SQL, you can define stored procedures within the database admin, then call those procedures from your own app. At first sight Shopify GraphQL named queries are something very similar. I know how to define and run a named query within the Shopify Graphiql app, and also how to define and run a […]
0 I’m kinda stuck on how would be the best way to implement this functionality of my app: a user has a cart and can add or remove how many items he wants throw a stepper (+ and – buttons). The cart is also saved on the backend so each stepper press (as of right […]
0 I’m trying to migrate our endpoints from REST to graphQL. For now, we’re starting small with mutations only. we’re also changing from JSON to avro, which requires schema. I’m wondering if it’s possible to build avro schema dynamically from whatever graphql mutation structure sent by client, even if the payload is complex like array […]
0 I am getting this error when I try to query my memberList resolver, It needs to return a membeTypeID but it is returning null – i am using Apollo for this if that helps at all: "errors": [ { "message": "Cannot return null for non-nullable field Member.memberType.", "locations": [ { "line": 5, "column": 3 […]