config = $config; /** * Set the $filterable_config as the $config that was passed to the WPSchema when instantiated * * @param SchemaConfig $config The config for the Schema. * * @since 0.0.9 */ $this->filterable_config = apply_filters( 'graphql_schema_config', $config ); parent::__construct( $this->filterable_config ); } }