add graphql endpoint

This commit is contained in:
João Geonizeli
2021-08-03 20:25:26 -03:00
parent dccca02d1e
commit 5b88865de8
21 changed files with 197 additions and 6 deletions

View File

@@ -106,6 +106,9 @@ GEM
ffi (1.15.3)
globalid (0.5.2)
activesupport (>= 5.0)
graphql (1.12.14)
graphql_playground-rails (2.1.0)
rails (>= 5.1.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
@@ -299,6 +302,8 @@ DEPENDENCIES
devise
devise-bootstrap-views (~> 1.0)
devise-i18n
graphql
graphql_playground-rails
jbuilder (~> 2.7)
listen (~> 3.3)
pg (~> 1.1)