Skip to main content

Questions tagged [graphql]

Use this tag for questions involving code that is consuming a GraphQL API. Note that a GraphQL schema isn't reviewable on its own.

5 votes
0 answers
104 views

I recently did a quick take-home test for a potential job opportunity. It included building a GraphQL API with nodeJS. I am not an expert in node (mostly use Python at work) but I have used it for ...
Sajomancer's user avatar
6 votes
3 answers
276 views

I've developed a Python script that automates the management of GitHub labels. It utilizes both the GitHub GraphQL API (to fetch label data) and the REST API (to update, delete, and merge labels). The ...
kiaora's user avatar
  • 141
0 votes
0 answers
48 views

As a fun hobby project I made my own time logger in Rust called Rusty Time Logger. You can track how many time you spent on a ticket or feature, until now it missed the feature to automatically update ...
O'Niel's user avatar
  • 351
1 vote
1 answer
134 views

I am writing a resolver for a typical updateUser mutation with node, Apollo Server and mongoDB. I want to make it such that, when the ...
user8758206's user avatar
2 votes
0 answers
56 views

Can you guys review my GraphQL search pagination function? I'm afraid there could be some performance issues, or something. Especially at the aggregation section and this ...
SnekNOTSnake's user avatar
2 votes
1 answer
255 views

Here is my Relay Network: ...
aaaaaaaaaaa's user avatar
2 votes
0 answers
590 views

I am learning about GraphQL so I decided to make a schema for some sort of social network. Please let me know if there are any best practices I should follow based on my schema below. ...
sakana-boy's user avatar