graphql_interface_fields
Filter all object fields, passing the $typename as a param.
This is useful when several different types need to be easily filtered at once. . .for example, if ALL types with a field of a certain name needed to be adjusted, or something to that tune.
apply_filters( 'graphql_interface_fields', array $fields, string $type_name );
Params
- $fields (array): The array of fields for the object config
- $type_name (string): The name of the object type