Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
201 views

I need to insert data in multiple tables at once in my Firebase Data Connect db with native SQL. When calling the mutation from my cloud function it fails and Data Connect will always throw the same ...
Dondi's user avatar
  • 25
Best practices
0 votes
0 replies
43 views

I'm using the PassportJS GitHub strategy and ApolloServer. I'm opening a separate '4001' port for PassportJS and another '4000' port for GraphQL endpoints. My question is: How can I use PassportJS ...
lirosy's user avatar
  • 1
0 votes
0 answers
21 views

I’m trying to get agency weekly timesheet data from Upwork via OAuth2 (official/public API). I can successfully authorize as a user who has access in UI, and I can switch org context using tenant ...
Andrey Iskoskov's user avatar
Advice
1 vote
0 replies
48 views

So my goal is to build a map showcasing users contributions to the FOSS projects and I am trying to building it for my FOSS community. I was reading documentations of gitlab for few hours, I dont find ...
Divya priya's user avatar
Advice
0 votes
1 replies
49 views

We use GraphQL to query mapped entities from 2 different products. Product A does not have entity inheritance, while Product B has inheritance. Suppose we have the following mappings: entities A1 <-...
Paul Sichet's user avatar
0 votes
0 answers
21 views

In the GitHub API, there is an optional parameter when querying the refs object called query, which "Filters refs with query on name". Is the syntax for this query string documented ...
Jeff G's user avatar
  • 4,729
3 votes
0 answers
61 views

I am hitting a wall combining HotChocolate's projection engine (ISelection) with Entity Framework Core when trying to project database entities into custom view models / DTOs. Whenever I append ...
Tewis's user avatar
  • 31
Best practices
0 votes
0 replies
53 views

Intro to the Problem So imagine you need to have an API which should stream back a video/audio file, what would be the return type? If you have an example written in NodeJS or any other programming ...
Mohammad Jawad Barati's user avatar
Advice
0 votes
4 replies
96 views

Perhaps someone has worked with or encountered the Stratz website and the STRATZ API (Dota 2 game statistics), which uses GraphQL. There is documentation. I have the following request enter image ...
Дмитрий Калабухов's user avatar
3 votes
0 answers
69 views

I am using GraphQL with strawberry in my Django project. When an exception is raised, the error is shown in the terminal like the server errors. But if a user make mistakes while creating a query, It ...
Md Mahmud Hasan's user avatar
0 votes
1 answer
90 views

I have the following schema structure (albeit with entity names changed): type Artist { name: String! fans(first: Int, after: String, last: Int, before: String): FanConnection! } type ...
user3067870's user avatar
0 votes
0 answers
41 views

I have a Docker Compose setup with Redis, Neo4j, and a Node.js service. This setup used to work, but now Docker refuses to start my web container because the Neo4j container is marked as unhealthy. ...
Student2792's user avatar
0 votes
0 answers
43 views

I’m migrating my e-commerce store from Shopify to a custom PERN stack application, and I need to implement permanent 301 redirects from old product and category URLs to new URLs while preserving SEO. ...
Sharjeel Faiq's user avatar
Best practices
2 votes
1 replies
531 views

I was curious to understand how Instagram downloaders work. From what I understand, they use Instagram’s GraphQL API endpoints to fetch posts, reels, and photos. However, downloading stories without ...
pavanjoshi914's user avatar
0 votes
1 answer
40 views

I have a SvelteKit project where i am trying to query a GraphQL endpoint and get end to end typesafety using Houdini. I run npx houdini init in my repository and get the following error: ⚠️ Couldn't ...
Jayant Godse's user avatar

15 30 50 per page
1
2 3 4 5
1387