Skip to content

Commit eabe93a

Browse files
Fix id field description
1 parent 6142a58 commit eabe93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/InterfaceType/UniformResourceIdentifiable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function register_type( TypeRegistry $type_registry ) {
2929
],
3030
'id' => [
3131
'type' => [ 'non_null' => 'ID' ],
32-
'description' => __( 'The unique resource identifier path', 'wp-graphql' ),
32+
'description' => __( 'The globally unique ID for the object', 'wp-graphql' ),
3333
],
3434
'isContentNode' => [
3535
'type' => [ 'non_null' => 'Boolean' ],

0 commit comments

Comments
 (0)