Skip to content

Commit

Permalink
Set publicly_queryable for WPGraphQL 1.6.7+ (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBarnes authored Nov 5, 2021
1 parent 4619cdd commit 0bcb134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionMonitor/ActionMonitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function init_post_type_and_taxonomies() {
'labels' => $post_type_labels,
'description' => 'Used to keep a log of actions in WordPress for cache invalidation in gatsby-source-wordpress.',
'public' => false,
'publicly_queryable' => false,
'publicly_queryable' => true,
'show_ui' => $this->wpgraphql_debug_mode,
'delete_with_user' => false,
'show_in_rest' => false,
Expand Down

0 comments on commit 0bcb134

Please sign in to comment.