graphql_response_headers_to_send

apply_filters( 'graphql_response_headers_to_send', $headers );

Filter the $headers to send

  • Type: filter
  • Group: Request Lifecycle
  • Since: 0.0.5
  • Source File: plugins/wp-graphql/src/Router.php

Parameters

  • $headers (array<string,string>): The headers to send

Source

apply_filters( 'graphql_response_headers_to_send', $headers );