__( 'The column to use when filtering by date', 'wp-graphql' ), 'values' => [ 'DATE' => [ 'value' => 'post_date', 'description' => __( 'The date the comment was created in local time.', 'wp-graphql' ), ], 'MODIFIED' => [ 'value' => 'post_modified', 'description' => __( 'The most recent modification date of the comment.', 'wp-graphql' ), ], ], ] ); } }