Skip to content

Commit e68ca54

Browse files
authored
Merge branch 'source' into add-hasura
2 parents 7357a0d + d832094 commit e68ca54

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

site/code/index.html.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ Executor.execute(schema, query) map println
589589
- [Apollo Graph Manager](https://engine.apollographql.com): A cloud service for monitoring the performance and usage of your GraphQL backend.
590590
- [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.
591591
- [Prisma](https://www.prisma.io) ([github](https://github.com/prisma)): 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.
592-
- [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.
593-
- [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.
594592
- [Tipe](https://tipe.io) ([github](https://github.com/tipeio)): A SaaS (Software as a Service) content management system that allows you to create your content with powerful editing tools and access it from anywhere with a GraphQL or REST API.
595593
- [AWS AppSync](https://aws.amazon.com/appsync/): Fully managed GraphQL service with realtime subscriptions, offline programming & synchronization, and enterprise security features as well as fine grained authorization controls.
596594
- [Hasura](https://hasura.io) ([github](https://github.com/hasura)): Hasura connects to your databases & microservices and instantly gives you a production-ready GraphQL API.

site/community/Community-Resources.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Here are some helpful accounts to follow:
2525
- [@GraphQLStackOverflow](https://twitter.com/GraphQLatSO)
2626
- [@apollographql](https://twitter.com/apollographql)
2727
- [@prisma](https://twitter.com/prisma)
28-
- [@ScapholdDotIO](https://twitter.com/ScapholdDotIO)
2928
- [@HasuraHQ](https://twitter.com/HasuraHQ)
3029

3130
## IRC
@@ -43,9 +42,7 @@ Join #graphql on the [ReactiFlux Discord](http://join.reactiflux.com/).
4342

4443
- [**#general** on GraphQL](https://graphql.slack.com/messages/general/). [Get your invite here!](https://graphql-slack.herokuapp.com/)
4544
- [Apollo Slack](http://apollostack.com/#slack)
46-
- [Reindex Slack](http://slack.reindex.io/)
4745
- [Graphcool Slack](https://slack.graph.cool/)
48-
- [Scaphold.io Slack](http://slack.scaphold.io/)
4946

5047
## Blogs
5148

@@ -119,14 +116,7 @@ To explore other community-developed resources and content about GraphQL, take a
119116

120117
- [Exploring GraphQL: A Query Language For APIs](https://www.edx.org/course/exploring-graphql-a-query-language-for-apis): A free 7 week edX course
121118
- [How to GraphQL](https://www.howtographql.com): The Fullstack Tutorial for GraphQL
122-
- [Building Apollo](https://dev-blog.apollodata.com/)
123-
- [Learn GraphQL](https://learngraphql.com/basics/introduction)
119+
- [Building Apollo](https://blog.apollographql.com)
124120
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.
125121
- [graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs.
126-
- [Graphcool Blog](https://www.graph.cool/blog/)
127-
- [Learn Apollo](https://www.learnapollo.com/): A hands-on tutorial for Apollo GraphQL Client (for React, ReactNative, Exponent, Angular, Vue & iOS)
128-
- [Learn Relay](https://www.learnrelay.org): A comprehensive introduction to Relay (includes video tutorials)
129-
- [Scaphold Community](https://scaphold.io/community/): Resources to help you launch a production app with GraphQL
130-
- [GraphQL World](https://graphql-world.com): Global community of GraphQL developers and events
131-
- [GraphQL Talks](https://www.graph.cool/talks/): Find & Watch the best GraphQL Talks
132122
- [Basically, Full-stack GraphQL](https://github.com/TejasQ/basically-fullstack-graphql): A code-based introduction to working with GraphQL on the client _and_ server in plain English

0 commit comments

Comments
 (0)