graphql_debug_log

apply_filters( 'graphql_debug_log', array_values( $this->logs ), $this );

Return the filtered debug log

  • Type: filter
  • Group: Debugging and Instrumentation
  • Since: 0.0.5
  • Source File: plugins/wp-graphql/src/Utils/DebugLog.php

Parameters

  • $logs (array<string,mixed>[]): The logs to be output with the request
  • $instance (\WPGraphQL\Utils\DebugLog): The Debug Log class

Source

apply_filters( 'graphql_debug_log', array_values( $this->logs ), $this );