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() );