Skip to content

Commit bc2e850

Browse files
committed
Add blog post in drafts
1 parent ea8b1c0 commit bc2e850

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Leaving technical preview"
3+
layout: ../_core/BlogLayout
4+
permalink: /blog/production-ready/
5+
date: 14 Sep 2016
6+
byline: "Lee Byron"
7+
draft: true
8+
---
9+
10+
After over a year of being open sourced we're bringing GraphQL out of "technical preview" and relaunching [graphql.org](http://graphql.org/).
11+
12+
For us at Facebook, GraphQL isn't a new technology. GraphQL has been delivering data to our most important mobile app, News Feed, since 2012. Since then it's expanded to support the majority of the Facebook product and evolved in the process.
13+
14+
Early last year when we first [spoke publicly about GraphQL](https://www.youtube.com/watch?v=9sc8Pyc51uU) we received overwhelming demand to share more about this technology. That sparked an internal project to revisit GraphQL, make improvements, draft a specification, produce a reference implementation you could use to try it out, and build new versions of some of our favorite tools, like [GraphiQL](https://github.com/graphql/graphiql). We moved quickly, and released parts that were ready along the way.
15+
16+
Part of Facebook's open source philosophy is that we only open source what we use in production. While it's true that we had been using GraphQL within Facebook for years, we knew that these newly released pieces had yet to be proven. We expected feedback. So we carefully released GraphQL as a "technical preview".
17+
18+
Exactly one year ago, we published graphql.org, with a [formal announcement](/blog/graphql-a-query-language/) that GraphQL was open source and ready to be "technically previewed". Since then we've seen GraphQL implemented [in many languages](/code/), and successfully adopted by other companies. That includes today's exciting announcement of the Github GraphQL API, the first major public API to use GraphQL.
19+
20+
In recognition of the fact that GraphQL is now being used in production by many companies, we're excited to remove the "technical preview" moniker. GraphQL is production ready.
21+
22+
We've also revamped this website, [graphql.org](http://graphql.org/), with clearer and more relevant content in response to some the most common questions we've received over the last year.
23+
24+
We think GraphQL can greatly simplify data needs for both client product developers and server-side engineers, regardless of what languages you're using in either environment, and we're excited to continue to improve GraphQL, support the already growing community, and see what we can build together.

0 commit comments

Comments
 (0)