graphql_app_context_config

This filters the config for the AppContext. This can be used to store additional context config, which is available to resolvers throughout the resolution of a GraphQL request.

apply_filters( 'graphql_app_context_config', $config );

Params

  • $config (array): The config array of the AppContext object