Skip to content

Commit

Permalink
Fix id field description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Nov 20, 2023
1 parent 6142a58 commit eabe93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/InterfaceType/UniformResourceIdentifiable.php
Expand Up @@ -29,7 +29,7 @@ public static function register_type( TypeRegistry $type_registry ) {
],
'id' => [
'type' => [ 'non_null' => 'ID' ],
'description' => __( 'The unique resource identifier path', 'wp-graphql' ),
'description' => __( 'The globally unique ID for the object', 'wp-graphql' ),
],
'isContentNode' => [
'type' => [ 'non_null' => 'Boolean' ],
Expand Down

0 comments on commit eabe93a

Please sign in to comment.