Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: log graphql requests #526

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
8 changes: 4 additions & 4 deletions server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ gem "pg", "~>1.2.3"
gem "puma"
gem "rufo"

gem "graphql", "~> 1.12.15"
gem "graphql-batch", "~> 0.4.3"
gem "graphql", "~> 2.3.14"
gem 'graphql-batch', '~>0.5.3'
gem "graphiql-rails", "~> 1.7.0"
gem "search_object_graphql", "0.3.1"
gem "search_object_graphql", "~> 1.0.5"

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.4", require: false
Expand All @@ -26,7 +26,7 @@ gem "activestorage", ">= 6.1.4.7"
gem "nokogiri", ">= 1.13.2"

# Importer dependencies
gem "graphql-client"
gem "graphql-client", "~> 0.23.0"
gem "ruby-progressbar"
gem "sqlite3", require: false
gem "zlib", require: false
Expand Down
Loading
Loading