graphql_query_id_hash_algorithm

apply_filters( 'graphql_query_id_hash_algorithm', 'sha256' );

Filter the hash algorithm to allow different algorithms.

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

Parameters

Source

apply_filters( 'graphql_query_id_hash_algorithm', 'sha256' );