enqueue_graphiql_extension
do_action( 'enqueue_graphiql_extension' );
Fires before GraphiQL extensions are enqueued.
- Type: action
- Group: Settings and Admin
- Since: 1.7.0
- Source File:
plugins/wp-graphql/src/Admin/GraphiQL/GraphiQL.php
Source
do_action( 'enqueue_graphiql_extension' );
Related
GraphiQL::enqueue_graphiql()inplugins/wp-graphql/src/Admin/GraphiQL/GraphiQL.php:322