graphql_comment_connection_args

apply_filters( 'graphql_comment_connection_args', $args, $this );

Filters the GraphQL args before they are used in get_query_args().

  • Type: filter
  • Group: Connections
  • Since: 1.11.0
  • Source File: plugins/wp-graphql/src/Data/Connection/CommentConnectionResolver.php

Parameters

  • $args (array<string,mixed>): The GraphQL args passed to the resolver.
  • $resolver (self): Instance of the ConnectionResolver

Source

apply_filters( 'graphql_comment_connection_args', $args, $this );