graphql_determine_graphql_keys
do_action( 'graphql_determine_graphql_keys', $this, $query );
Fires after QueryAnalyzer has calculated list/query/model keys for a request.
- Type: action
- Group: Debugging and Instrumentation
- Since: 1.11.0
- Source File:
plugins/wp-graphql/src/Utils/QueryAnalyzer.php
Parameters
$query_analyzer(\WPGraphQL\Utils\QueryAnalyzer): The instance of the query analyzer$query(string): The query string being executed
Source
do_action( 'graphql_determine_graphql_keys', $this, $query );
Related
QueryAnalyzer::determine_graphql_keys()inplugins/wp-graphql/src/Utils/QueryAnalyzer.php:308