TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Build a GraphQL API server efficiently without vendor lock-in

25 pointsby charlie0077about 5 years ago

2 comments

NetOpWibbyabout 5 years ago
I&#x27;m glad this exists.<p>When I was getting started in GraphQL two years ago and had questions for things like pagination I either got downvoted[0] to hell or &quot;help&quot;[1] in the form of, &quot;Why don&#x27;t you just use Apollo&#x2F;Prisma&quot;? No offense to any frameworks but they often come with a bunch of crap I don&#x27;t want&#x2F;need. Even the eventual &quot;solution&quot; provided in [1] didn&#x27;t offer pagination without a framework.<p>[0]: <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;q&#x2F;48817281" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;q&#x2F;48817281</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;howtographql&#x2F;howtographql&#x2F;issues&#x2F;514" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;howtographql&#x2F;howtographql&#x2F;issues&#x2F;514</a>
评论 #22993159 未加载
charlie0077about 5 years ago
You should try it if you don&#x27;t like black box.