graphql-rails_logger
graphql-rails_logger copied to clipboard
Display GraphQL queries in a more readable format
Results
2
graphql-rails_logger issues
Sort by
recently updated
recently updated
newest added
trafficstars
Unable to print the logs in GraphQL::RailsLogger way when lograge gem is included. We may need to add the functionality to support the lograge logs as well.
ActiveSupport::Notifications is throwing an exception, related to how this gem parses certain filtered objects. To replicate, add the `variables` param to your list of filtered params config like so. ```ruby...