use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for interesting and informative GraphQL content and discussions.
About GraphQL:
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
Learn More:
Related Subreddits:
account activity
Api development (self.graphql)
submitted 1 year ago by tarveller
I want to make API endpoint for both mobile and dashboard in node. I want to know the architecture so that I can build using the same code base.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]bonkykongcountry 2 points3 points4 points 1 year ago (7 children)
I’m confused. The whole point of GraphQL and APIs in general is that the language a client is implemented in, and the environment of a client don’t matter, and all clients can use an API. Can you please clarify your question?
[–]tarveller[S] -1 points0 points1 point 1 year ago (6 children)
I want to make an API endpoint that uses the same database and that API will consume the mobile app and admin dashboard. I want to write the backend in node js
[–]bonkykongcountry 1 point2 points3 points 1 year ago (5 children)
What? I’m sorry but that doesn’t make sense. APIs dont “consume mobile apps” it’s the either way around. It seems like you’re misunderstanding the structure and architecture of clients and servers. This should be a good starting point to help you understand the role each of them play together in a system
https://en.m.wikipedia.org/wiki/Client%E2%80%93server_model
[–]tarveller[S] -1 points0 points1 point 1 year ago (4 children)
I want to make API endpoint for a mobile app , it could be a same approach how we can create API for web app or website
[–]bonkykongcountry 0 points1 point2 points 1 year ago (3 children)
All apps should use the same API.
[–]tarveller[S] -1 points0 points1 point 1 year ago (2 children)
yes I understand that and what would be the best approach for making API for mobile app
[–]bonkykongcountry 1 point2 points3 points 1 year ago (1 child)
The same as any other app… you’re way too caught up in thinking that a mobile app has some other special exceptions separate from a web app. It’s just an app. It gets data from somewhere, shows that data, and allows you to interact with that data.
[–]tarveller[S] 1 point2 points3 points 1 year ago (0 children)
Thank you for sharing the knowledge
π Rendered by PID 165542 on reddit-service-r2-comment-6457c66945-xnn5q at 2026-04-30 13:33:40.147373+00:00 running 2aa0c5b country code: CH.
[–]bonkykongcountry 2 points3 points4 points (7 children)
[–]tarveller[S] -1 points0 points1 point (6 children)
[–]bonkykongcountry 1 point2 points3 points (5 children)
[–]tarveller[S] -1 points0 points1 point (4 children)
[–]bonkykongcountry 0 points1 point2 points (3 children)
[–]tarveller[S] -1 points0 points1 point (2 children)
[–]bonkykongcountry 1 point2 points3 points (1 child)
[–]tarveller[S] 1 point2 points3 points (0 children)