Skip to content

Commit 0063f76

Browse files
committed
chore: update PostObjectFieldFormatEnum value descriptions
1 parent d38d5a9 commit 0063f76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Type/Enum/PostObjectFieldFormatEnum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ public static function register_type() {
1717
'values' => [
1818
'RAW' => [
1919
'name' => 'RAW',
20-
'description' => __( 'Provide the field value directly from database', 'wp-graphql' ),
20+
'description' => __( 'Provide the field value directly from database. Null on unauthenticated requests.', 'wp-graphql' ),
2121
'value' => 'raw',
2222
],
2323
'RENDERED' => [
2424
'name' => 'RENDERED',
25-
'description' => __( 'Apply the default WordPress rendering', 'wp-graphql' ),
25+
'description' => __( 'Provide the field value as rendered by WordPress. Default.', 'wp-graphql' ),
2626
'value' => 'rendered',
2727
],
2828
],

0 commit comments

Comments
 (0)