Skip to content

Commit d832094

Browse files
authored
Merge pull request graphql#807 from praveenweb/remove-deadlinks
remove / update dead links
2 parents c564615 + 11d412d commit d832094

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
@@ -588,8 +588,6 @@ Executor.execute(schema, query) map println
588588
- [Apollo Graph Manager](https://engine.apollographql.com): A cloud service for monitoring the performance and usage of your GraphQL backend.
589589
- [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.
590590
- [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.
591-
- [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.
592-
- [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.
593591
- [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.
594592
- [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.
595593
- [Hasura](https://hasura.io): A BaaS (Backend as a Service) that lets you create tables, define permissions on Postgres and query and manipulate using a GraphQL interface.

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

3029
## IRC
3130

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

4342
- [**#general** on GraphQL](https://graphql.slack.com/messages/general/). [Get your invite here!](https://graphql-slack.herokuapp.com/)
4443
- [Apollo Slack](http://apollostack.com/#slack)
45-
- [Reindex Slack](http://slack.reindex.io/)
4644
- [Graphcool Slack](https://slack.graph.cool/)
47-
- [Scaphold.io Slack](http://slack.scaphold.io/)
4845

4946
## Blogs
5047

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

117114
- [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
118115
- [How to GraphQL](https://www.howtographql.com): The Fullstack Tutorial for GraphQL
119-
- [Building Apollo](https://dev-blog.apollodata.com/)
120-
- [Learn GraphQL](https://learngraphql.com/basics/introduction)
116+
- [Building Apollo](https://blog.apollographql.com)
121117
- [awesome-graphql](https://github.com/chentsulin/awesome-graphql): A fantastic community maintained collection of libraries, resources, and more.
122118
- [graphql-apis](https://github.com/APIs-guru/graphql-apis): A collective list of public GraphQL APIs.
123-
- [Graphcool Blog](https://www.graph.cool/blog/)
124-
- [Learn Apollo](https://www.learnapollo.com/): A hands-on tutorial for Apollo GraphQL Client (for React, ReactNative, Exponent, Angular, Vue & iOS)
125-
- [Learn Relay](https://www.learnrelay.org): A comprehensive introduction to Relay (includes video tutorials)
126-
- [Scaphold Community](https://scaphold.io/community/): Resources to help you launch a production app with GraphQL
127-
- [GraphQL World](https://graphql-world.com): Global community of GraphQL developers and events
128-
- [GraphQL Talks](https://www.graph.cool/talks/): Find & Watch the best GraphQL Talks
129119
- [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)