Merge pull request #10688 from colinux/delete-yabeda-rails

Tech: remove yabeda-rails et yabeda-graphql
This commit is contained in:
Colin Darie 2024-08-20 09:26:39 +00:00 committed by GitHub
commit 66bf0cca6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2 additions and 29 deletions

View file

@ -147,7 +147,6 @@ class API::V2::Schema < GraphQL::Schema
use Timeout, max_seconds: 30
use GraphQL::Batch
use GraphQL::Backtrace
use Yabeda::GraphQL
if Rails.env.development?
class LogQueryDepth < GraphQL::Analysis::AST::QueryDepth