graphql_user_can_see_trace_data

Filter whether the logs can be seen in the request results or not Params $can_see (bool): Whether the requestor can see the logs or not

graphql_term_object_insert_term_args

Filter the $insert_args Params $insert_args (array): The array of input args that will be passed to the functions that insert terms $input (array): The data that was entered as input for the mutation $taxonomy (WP_Taxonomy): The taxonomy object of the term being mutated $mutation_name (string): The name of the mutation being performed (create, edit, etc)

graphql_setting_field_config

Filter the setting field config Params $field_config (array): The field config for the setting $field_name (string): The name of the field (unfilterable in the config) $section (string): The slug of the section the field is registered to

graphql_response_status_code

Filter the $status_code before setting the headers Params $http_status_code (int): The status code to apply to the headers $response (array): The response of the GraphQL Request $graphql_results (array): The results of the GraphQL execution $query (string): The GraphQL query $operation_name (string): The operation name of the GraphQL Request $variables (array): The variables applied to the …

graphql_send_nocache_headers

Filter to determine if nocache headers are sent on authenticated requests. Params $send_headers (bool): If the headers should be sent, defaults to the return value of is_user_logged_in()