graphql_type_registry

Generate & Filter the schema.

apply_filters( 'graphql_type_registry', array $type_registry, WPGraphQL\AppContext $app_context );

Params

  • $type_registry (array): The TypeRegistry for the API
  • $app_context (WPGraphQL\AppContext): The AppContext object containing all of the information about the context we know at this point