Skip to content

Commit f35c521

Browse files
authored
remove 404 links (chentsulin#433)
1 parent 17afb72 commit f35c521

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ If you want to contribute to this list (please do), send me a pull request.
172172
### Ruby Libraries
173173

174174
* [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) - Ruby implementation of Facebook's GraphQL.
175-
* [graphql-parser](https://github.com/Shopify/graphql-parser) - A small ruby gem wrapping the libgraphqlparser C library for parsing GraphQL.
176175
* [graphql-client](https://github.com/github/graphql-client) - A Ruby library for declaring, composing and executing GraphQL queries.
177176
* [graphql-batch](https://github.com/Shopify/graphql-batch) - A query batching executor for the graphql gem.
178177

@@ -188,9 +187,9 @@ If you want to contribute to this list (please do), send me a pull request.
188187
* [graphql-mapper](https://github.com/4rthem/graphql-mapper) - This library allows to build a GraphQL schema based on your model.
189188
* [graphql-bundle](https://github.com/hoticeking/GraphQLBundle) - GraphQL Bundle for Symfony 2.
190189
* [overblog/graphql-bundle](https://github.com/overblog/GraphQLBundle) - This bundle provides tools to build a complete GraphQL server in your Symfony App. Supports react-relay.
191-
* [GraphQL](https://github.com/youshido-php/GraphQL)  Well documented PHP implementation with no dependencies.
192-
* [GraphQL Symfony Bundle](https://github.com/youshido-php/GraphQLBundle)  GraphQL Bundle for the Symfony 3 (supports 2.6+).
193-
* [graphql-wp](https://github.com/tim-field/graphql-wp) a WordPress plugin that exposes a GraphQL endpoint.
190+
* [GraphQL](https://github.com/youshido-php/GraphQL) – Well documented PHP implementation with no dependencies.
191+
* [GraphQL Symfony Bundle](https://github.com/youshido-php/GraphQLBundle) – GraphQL Bundle for the Symfony 3 (supports 2.6+).
192+
* [graphql-wp](https://github.com/tim-field/graphql-wp) – a WordPress plugin that exposes a GraphQL endpoint.
194193
* [eZ Platform GraphQL Bundle](https://www.symfony.fi/entry/graphql-bundle-adds-protocol-support-to-ez-platform-symfony-cms) - GraphQL Bundle for the eZ Platform Symfony CMS.
195194
* [GraphQL Middleware](https://github.com/stefanorg/graphql-middleware) - GraphQL Psr7 Middleware
196195
* [Zend Expressive GraphiQL Extension](https://github.com/stefanorg/zend-expressive-graphiql) - GraphiQL extension for zend expressive
@@ -324,13 +323,13 @@ If you want to contribute to this list (please do), send me a pull request.
324323

325324
### Android Libraries
326325

327-
* [apollo-android](https://github.com/apollographql/apollo-android) - 📟 A strongly-typed, caching GraphQL client for Android, written in Java
326+
* [apollo-android](https://github.com/apollographql/apollo-android) - 📟 A strongly-typed, caching GraphQL client for Android, written in Java
328327

329328
<a name="lib-ios" />
330329

331330
### iOS Libraries
332331

333-
* [apollo-ios](https://github.com/apollographql/apollo-ios) - 📱 A strongly-typed, caching GraphQL client for iOS, written in Swift
332+
* [apollo-ios](https://github.com/apollographql/apollo-ios) - 📱 A strongly-typed, caching GraphQL client for iOS, written in Swift
334333

335334
<a name="tools" />
336335

@@ -358,7 +357,7 @@ If you want to contribute to this list (please do), send me a pull request.
358357
* [Swagger to GraphQL](https://github.com/yarax/swagger-to-graphql) - GraphQL types builder based on REST API described in Swagger. Allows to migrate to GraphQL from REST for 5 minutes
359358
* [GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) - Represent any GraphQL API as an interactive graph.
360359
* [GraphQL Docs](https://graphql-docs.com) - Instantly create beautiful GraphQL API docs hosted online.
361-
* [GraphQL Faker](https://github.com/APIs-guru/graphql-faker) - 🎲 Mock or extend your GraphQL API with faked data. No coding required.
360+
* [GraphQL Faker](https://github.com/APIs-guru/graphql-faker) - 🎲 Mock or extend your GraphQL API with faked data. No coding required.
362361
* [ts-graphql-plugin](https://github.com/Quramy/ts-graphql-plugin) - A language service plugin complete and validate GraphQL query in TypeScript template strings.
363362
* [Apollo Launchpad](https://launchpad.graphql.com/) - Like JSFiddle for GraphQL server code, write and deploy a GraphQL API directly from your browser.
364363
* [Apollo Tracing](https://github.com/apollographql/apollo-tracing) - GraphQL extension that enables you to easily get resolver-level performance information as part of a GraphQL response.
@@ -367,7 +366,7 @@ If you want to contribute to this list (please do), send me a pull request.
367366
* [GraphQL Metrics](https://github.com/Workpop/graphql-utils/tree/master/packages/graphql-metrics) - instrument GraphQL resolvers, logging response times and statuses (if there was an error or not) to the console as well as to InfluxDB.
368367
* [GraphQL Rover](https://github.com/Brbb/graphql-rover) - GraphQL schema interactive navigation, rearrange nodes, search and explore types and fields.
369368
* [json-graphql-server](https://github.com/marmelab/json-graphql-server) - Get a full fake GraphQL API with zero coding in less than 30 seconds, based on a JSON data file.
370-
* [Insomnia](https://insomnia.rest/)  An full-featured API client with first-party GraphQL query editor
369+
* [Insomnia](https://insomnia.rest/) – An full-featured API client with first-party GraphQL query editor
371370
* [Prisma](https://github.com/prisma/prisma) - Turn your database into a GraphQL API. Prisma lets you design your data model and have a production ready GraphQL API online in minutes.
372371
* [tuql](https://github.com/bradleyboy/tuql) - Automatically create a GraphQL server from any sqlite database.
373372
* [Bit](https://github.com/teambit/bit) - Organize GraphQL API as components to be consumed with NPM or modified from any project ([example](https://bitsrc.io/giladshoham/github-graphql)).
@@ -454,7 +453,6 @@ Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Mater
454453
### Go Examples
455454

456455
* [golang-relay-starter-kit](https://github.com/sogko/golang-relay-starter-kit) - Barebones starting point for a Relay application with Golang GraphQL server.
457-
* [golang-graphql-playground](https://github.com/graphql-go/playground) - An example Golang GraphQL server written with graphql-go and graphql-relay-go. Try live demo at: http://golanggraphqlplayground-sogko.rhcloud.com
458456
* [todomvc-relay-go](https://github.com/sogko/todomvc-relay-go) - Port of the React/Relay TodoMVC app, driven by a Golang GraphQL backend.
459457

460458
<a name="example-scala" />
@@ -474,26 +472,25 @@ Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Mater
474472

475473
### Elixir Examples
476474

477-
* [absinthe_example](https://github.com/absinthe-graphql/absinthe_example) - Example usage of Absinthe GraphQL
478475
* [hello_graphql_phoenix](https://github.com/graphql-elixir/hello_graphql_phoenix) - Examples of GraphQL Elixir Plug endpoints mounted in Phoenix - [View demo online](http://playground.graphql-elixir.org).
479476

480477
<a name="example-java" />
481478

482479
### Java Examples
483480

484-
* [light-java-graphql examples](https://github.com/networknt/light-java-example/tree/master/graphql) - Examples of Light Java GraphQL and [tutorials](https://networknt.github.io/light-java-graphql/tutorials/)
481+
* [light-java-graphql examples](https://github.com/networknt/light-java-example/tree/master/graphql) - Examples of Light Java GraphQL and tutorials.
485482

486483
<a name="example-android" />
487484

488485
### Android Examples
489486

490-
* [apollo-frontpage-android-app](https://github.com/rnitame/apollo-frontpage-android-app) - 📄 Apollo "hello world" app, for Android
487+
* [apollo-frontpage-android-app](https://github.com/rnitame/apollo-frontpage-android-app) - 📄 Apollo "hello world" app, for Android
491488

492489
<a name="example-ios" />
493490

494491
### iOS Examples
495492

496-
* [frontpage-ios-app](https://github.com/apollographql/frontpage-ios-app) - 📄 Apollo "hello world" app, for iOS
493+
* [frontpage-ios-app](https://github.com/apollographql/frontpage-ios-app) - 📄 Apollo "hello world" app, for iOS
497494

498495
<a name="video" />
499496

0 commit comments

Comments
 (0)