wmaciejak/rails_rom_graphql_clean_architecture_boilerplate

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
Envfile
Gemfile
Gemfile.lock
LICENSE
Procfile
README.md
Rakefile
app/concepts/comment/relation.rb5
A
0 mins
app/concepts/comment/repository.rb11
A
15 mins
app/concepts/comment/resolvers/authors.rb8
A
0 mins
app/concepts/comment/resolvers/posts.rb8
A
0 mins
app/concepts/post/relation.rb5
A
0 mins
app/concepts/post/repository.rb11
A
15 mins
app/concepts/post/resolvers/comments.rb8
A
0 mins
app/concepts/user/relation.rb5
A
0 mins
app/concepts/user/repository.rb11
A
15 mins
app/concepts/user/resolvers/comments.rb8
A
0 mins
app/concepts/user/resolvers/posts.rb8
A
0 mins
app/controllers/application_controller.rb2
A
0 mins
app/controllers/graphql_controller.rb33
A
0 mins
app/graphql/example_project_schema.rb4
A
0 mins
app/graphql/query_type.rb11
A
0 mins
app/graphql/query_types/comment.rb14
A
1 hr
app/graphql/query_types/post.rb14
A
1 hr
app/graphql/query_types/user.rb14
A
1 hr
app/graphql/types/comment_type.rb9
A
0 mins
app/graphql/types/post_type.rb9
A
0 mins
app/graphql/types/user_type.rb7
A
0 mins
app/graphql/utils/base_resolver.rb39
A
0 mins
app/graphql/utils/combine_fields.rb9
A
0 mins
bin/bundle
bin/rails
bin/rake
bin/rspec
bin/setup
bin/spring
bin/update
config.ru
lib/container.rb30
A
0 mins
lib/tasks/database.rake
public/favicon.ico