TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Who is using Facebook's GraphQL in production?

26 点作者 pinouchon大约 9 年前
I could only find this thread: https:&#x2F;&#x2F;github.com&#x2F;facebook&#x2F;relay&#x2F;blob&#x2F;master&#x2F;USERS.md about companies using <i>Relay</i>, and none about GraphQL. I have a feeling that GraphQL adoption is substantial, but I have a hard time finding hard data to prove it.

6 条评论

brotchie大约 9 年前
We considered it 12 months ago, but there wasn&#x27;t yet a compelling Python GraphQL backend.<p>Our architecture has quickly evolved in that direction however: Higher-order React components mediating almost-declarative store accesses with all the back-end fetching, optimistic updating, etc handled transparently by common store logic. All objects within a store are flattened down into an id -&gt; object immutable map with conventions for indicating a given object is loading, loaded, in-error, etc.<p>We&#x27;ll be having another serious look at it soon. It will be interesting to see if we&#x27;ll have an impedance mismatch between how we&#x27;ve built our data model on the backend such that GraphQL isn&#x27;t a good abstraction. The idea of being able to declaratively express what you want to have in a given React component without having to write any store logic, etc, is super compelling.
harpastum大约 9 年前
It looks like Artsy.net is using it, according to this blog post from one of their developers: <a href="https:&#x2F;&#x2F;ashfurrow.com&#x2F;blog&#x2F;lets-steal-other-developers-best-ideas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ashfurrow.com&#x2F;blog&#x2F;lets-steal-other-developers-best-...</a>
jnthn大约 9 年前
Buildkite is using GraphQL:<p><a href="https:&#x2F;&#x2F;graphql.buildkite.com&#x2F;explorer" rel="nofollow">https:&#x2F;&#x2F;graphql.buildkite.com&#x2F;explorer</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;buildkite&#x2F;graphql-explorer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;buildkite&#x2F;graphql-explorer</a>
PhrosTT大约 9 年前
Anybody using Falcor?
评论 #11712393 未加载
genbit大约 9 年前
still alpha but we using it at priceposts.com
brettjurgens大约 9 年前
we use it at Avant