We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a410e65 + a68bcaf commit aa5edceCopy full SHA for aa5edce
Type/Definition/PostInput.php
@@ -21,10 +21,6 @@ static function getFieldSchema() {
21
'type' => Type::int(),
22
'description' => 'The ID of the user who added the post. Default is the current user ID'
23
],
24
- 'post_title' => [
25
- 'type' => Type::string(),
26
- 'description' => 'The ID of the user who added the post. Default is the current user ID'
27
- ],
28
'post_content' => [
29
'type' => Type::string(),
30
'description' => 'The post content. Default empty.'
0 commit comments