graphql_wp_object_type
do_action( 'graphql_wp_object_type', $config, $this );
Run an action when the WPObjectType is instantiating
- Type: action
- Group: Schema Registration
- Since: 0.0.5
- Source File:
plugins/wp-graphql/src/Type/WPObjectType.php
Parameters
$config(array<string,mixed>): Array of configuration options passed to the WPObjectType when instantiating a new type$wp_object_type(\WPGraphQL\Type\WPObjectType): The instance of the WPObjectType class
Source
do_action( 'graphql_wp_object_type', $config, $this );
Related
WPObjectType::__construct()inplugins/wp-graphql/src/Type/WPObjectType.php:120