__( 'The logical relation between each item in the array when there are more than one.', 'wp-graphql' ), 'values' => [ 'AND' => [ 'name' => 'AND', 'value' => 'AND', 'description' => __( 'The logical AND condition returns true if both operands are true, otherwise, it returns false.', 'wp-graphql' ), ], 'OR' => [ 'name' => 'OR', 'value' => 'OR', 'description' => __( 'The logical OR condition returns false if both operands are false, otherwise, it returns true.', 'wp-graphql' ), ], ], ] ); } }