graphql_get_schema
do_action( 'graphql_get_schema', self::$schema );
Fire an action when the Schema is returned
- Type: action
- Group: Schema Registration
- Since: 1.1.5
- Source File:
plugins/wp-graphql/src/WPGraphQL.php
Parameters
$schema(\WPGraphQL\WPSchema): The executable schema.
Source
do_action( 'graphql_get_schema', self::$schema );
Related
WPGraphQL::get_schema()inplugins/wp-graphql/src/WPGraphQL.php:924