graphql_schema
apply_filters( 'graphql_schema', $schema, self::get_app_context() );
Generate & Filter the schema.
- Type: filter
- Group: Schema Registration
- Since: 0.0.16
- Source File:
plugins/wp-graphql/src/WPGraphQL.php
Parameters
$schema(\WPGraphQL\WPSchema): The executable Schema that GraphQL executes against$app_context(\WPGraphQL\AppContext): Object The AppContext object containing all of the
Source
apply_filters( 'graphql_schema', $schema, self::get_app_context() );
Related
SchemaRegistry::get_schema()inplugins/wp-graphql/src/Registry/SchemaRegistry.php:82WPGraphQL::get_schema()inplugins/wp-graphql/src/WPGraphQL.php:926