diff --git a/wp-graphql-redirection.php b/wp-graphql-redirection.php index 28cb6c5..7a79e1d 100755 --- a/wp-graphql-redirection.php +++ b/wp-graphql-redirection.php @@ -72,6 +72,7 @@ 'groupId' => ['type' => 'Int'], 'groupName' => ['type' => 'String'], 'matchType' => ['type' => 'String'], + 'status' => ['type' => 'String'], ], ]); @@ -118,6 +119,7 @@ 'groupId' => $row->group_id, 'groupName' => $row->name, 'matchType' => $row->match_type, + 'status' => $row->status, ]; }