Skip to content

Commit 11ced6f

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#2535 from DmitryTsepelev/related_projects
Add some links to libs and articles by @evilmartians
2 parents 85fd943 + 023bc4f commit 11ced6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guides/related_projects.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Want to add something? Please open a pull request [on GitHub](https://github.com
2525
- [`graphql-rails_logger`](https://github.com/jetruby/graphql-rails_logger), a logger which allows you to inspect GraphQL queries in a more readable format.
2626
- [`apollo_upload_server-ruby`](https://github.com/jetruby/apollo_upload_server-ruby), a middleware which allows you to upload files with GraphQL and multipart/form-data using [`apollo-upload-client`](https://github.com/jaydenseric/apollo-upload-client) library on front-end.
2727
- [`search_object_graphql`](https://github.com/rstankov/SearchObjectGraphQL), a DSL for defining search resolvers for GraphQL.
28+
- [`action_policy-graphql`](https://github.com/palkan/action_policy-graphql), an integration for using [`action_policy`](https://github.com/palkan/action_policy) as an authorization framework for GraphQL applications.
2829
- [`graphql_rails`](https://github.com/samesystem/graphql_rails), Rails way GraphQL build tool
2930

3031
## Blog Posts
@@ -36,6 +37,9 @@ Want to add something? Please open a pull request [on GitHub](https://github.com
3637
- http://mgiroux.me/2015/uploading-files-using-relay-with-rails/
3738
- http://mgiroux.me/2016/journey-into-graphql-ruby-query-execution/
3839
- https://jonsimpson.ca/parallel-graphql-resolvers-with-futures/
40+
- Active Storage meets GraphQL: [Direct uploads](https://evilmartians.com/chronicles/active-storage-meets-graphql-direct-uploads) and [Exposing attachment URLs](https://evilmartians.com/chronicles/active-storage-meets-graphql-pt-2-exposing-attachment-urls)
41+
- [Exposing permissions in GraphQL APIs with Action Policy](https://evilmartians.com/chronicles/exposing-permissions-in-graphql-apis-with-action-policy)
42+
- [Reporting non-nullable violations in graphql-ruby properly](https://evilmartians.com/chronicles/reporting-non-nullable-violations-in-graphql-ruby-properly)
3943

4044
## Screencasts
4145

@@ -48,3 +52,5 @@ Want to add something? Please open a pull request [on GitHub](https://github.com
4852
- [How To GraphQL](https://www.howtographql.com/graphql-ruby/0-introduction/) by [@rstankov](https://github.com/rstankov)
4953

5054
- [GraphQL Ruby CRUD Tutorial](https://www.blook.pub/books/graphql-rails-tutorial) by [@kohheepeace](https://twitter.com/kohheepeace)
55+
56+
- Rails/GraphQL + React/Apollo Tutorial ([Part 1](https://evilmartians.com/chronicles/graphql-on-rails-1-from-zero-to-the-first-query), [Part 2](https://evilmartians.com/chronicles/graphql-on-rails-2-updating-the-data), [Part 3](https://evilmartians.com/chronicles/graphql-on-rails-3-on-the-way-to-perfection)) by [@evilmartians](https://twitter.com/evilmartians)

0 commit comments

Comments
 (0)