graphql_comment_object_mutation_update_additional_data

Fires an action when comment meta is updated Params $comment_id (int): The ID of the comment $input (array): The input for the mutation $mutation_name (string): The name of the mutation (ex: create, update, delete) $context (AppContext): The AppContext passed down to all resolvers $info (ResolveInfo): The ResolveInfo passed down to all resolvers $intended_comment_status (string): The intended comment status according to the …

graphql_register_types

Fire an action as the type registry is initialized. This executes before the graphql_register_types action to allow for earlier hooking Params $type_registry (WPGraphQL\Registry\TypeRegistry): The registry of Types used in the GraphQL Schema Source File: wp-graphql/src/Registry/TypeRegistry.php