Skip to content

Commit 265a7bf

Browse files
authored
Merge pull request graphql#368 from Sonicrida/pr/add-services
List prominent GraphQL service providers on the code page
2 parents 2564052 + 45c1cd9 commit 265a7bf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

site/code/index.html.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default ({ page, site }) =>
1919
<h1>Code</h1>
2020
<Marked>{`
2121
22-
Many different programming languages support GraphQL. This list contains some of the more popular server-side frameworks, client libraries, and other useful stuff.
22+
Many different programming languages support GraphQL. This list contains some of the more popular server-side frameworks, client libraries, services, and other useful stuff.
2323
2424
## Server Libraries
2525
@@ -406,6 +406,14 @@ Executor.execute(schema, query) map println
406406
- [libgraphqlparser](https://github.com/graphql/libgraphqlparser): A GraphQL query language parser in C++ with C and C++ APIs.
407407
- [Graphql Language Service](https://github.com/graphql/graphql-language-service): An interface for building GraphQL language services for IDEs (diagnostics, autocomplete etc).
408408
409+
## Services
410+
411+
- [Apollo Optics](http://www.apollodata.com/optics/): A service for monitoring the performance and usage of your GraphQL backend.
412+
- [GraphCMS](https://graphcms.com/): A BaaS (Backend as a Service) that sets you up with a GraphQL backend as well as tools for content editors to work with the stored data.
413+
- [Graphcool](https://www.graph.cool) ([github](https://github.com/graphcool)): A BaaS (Backend as a Service) providing a GraphQL backend for your applications with a powerful web ui for managing your database and stored data.
414+
- [Reindex](https://www.reindex.io/baas/) ([github](https://github.com/reindexio/reindex-js)): A BaaS (Backend as a Service) that sets you up with a GraphQL backend targeted at applications using React and Relay.
415+
- [Scaphold](https://scaphold.io) ([github](https://github.com/scaphold-io)): A BaaS (Backend as a Service) that sets you up with a GraphQL backend for your applications with many different integrations.
416+
409417
## More Stuff
410418
411419
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.

0 commit comments

Comments
 (0)