graphql_init
do_action( 'graphql_init', $instance );
Fire off init action
- Type: action
- Group: Request Lifecycle
- Since: 1.1.5
- Source File:
plugins/wp-graphql/src/WPGraphQL.php
Parameters
$instance(\WPGraphQL): The instance of the WPGraphQL class
Source
do_action( 'graphql_init', $instance );
Related
WPGraphQL::actions()inplugins/wp-graphql/src/WPGraphQL.php:206