You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-13Lines changed: 10 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,6 @@ If you want to contribute to this list (please do), send me a pull request.
172
172
### Ruby Libraries
173
173
174
174
*[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.
176
175
*[graphql-client](https://github.com/github/graphql-client) - A Ruby library for declaring, composing and executing GraphQL queries.
177
176
*[graphql-batch](https://github.com/Shopify/graphql-batch) - A query batching executor for the graphql gem.
178
177
@@ -188,9 +187,9 @@ If you want to contribute to this list (please do), send me a pull request.
188
187
*[graphql-mapper](https://github.com/4rthem/graphql-mapper) - This library allows to build a GraphQL schema based on your model.
189
188
*[graphql-bundle](https://github.com/hoticeking/GraphQLBundle) - GraphQL Bundle for Symfony 2.
190
189
*[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.
194
193
*[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.
*[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.
324
323
325
324
### Android Libraries
326
325
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
328
327
329
328
<aname="lib-ios" />
330
329
331
330
### iOS Libraries
332
331
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
334
333
335
334
<aname="tools" />
336
335
@@ -358,7 +357,7 @@ If you want to contribute to this list (please do), send me a pull request.
358
357
*[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
359
358
*[GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) - Represent any GraphQL API as an interactive graph.
*[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.
362
361
*[ts-graphql-plugin](https://github.com/Quramy/ts-graphql-plugin) - A language service plugin complete and validate GraphQL query in TypeScript template strings.
363
362
*[Apollo Launchpad](https://launchpad.graphql.com/) - Like JSFiddle for GraphQL server code, write and deploy a GraphQL API directly from your browser.
364
363
*[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.
367
366
*[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.
368
367
*[GraphQL Rover](https://github.com/Brbb/graphql-rover) - GraphQL schema interactive navigation, rearrange nodes, search and explore types and fields.
369
368
*[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
371
370
*[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.
372
371
*[tuql](https://github.com/bradleyboy/tuql) - Automatically create a GraphQL server from any sqlite database.
373
372
*[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
454
453
### Go Examples
455
454
456
455
*[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
458
456
*[todomvc-relay-go](https://github.com/sogko/todomvc-relay-go) - Port of the React/Relay TodoMVC app, driven by a Golang GraphQL backend.
459
457
460
458
<aname="example-scala" />
@@ -474,26 +472,25 @@ Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Mater
474
472
475
473
### Elixir Examples
476
474
477
-
*[absinthe_example](https://github.com/absinthe-graphql/absinthe_example) - Example usage of Absinthe GraphQL
478
475
*[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).
479
476
480
477
<aname="example-java" />
481
478
482
479
### Java Examples
483
480
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.
485
482
486
483
<aname="example-android" />
487
484
488
485
### Android Examples
489
486
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
491
488
492
489
<aname="example-ios" />
493
490
494
491
### iOS Examples
495
492
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
0 commit comments