Configuring the plugin
Configuring the pluginHiding the Schema tutorial page

Hiding the Schema tutorial page

The Tutorial section explains how to achieve many objectives, exploring all the elements from the GraphQL schema.

After taking the tutorial, and having learnt about all the distinctive features of Gato GraphQL, you can decide to hide this page from the menu navigation.

Settings to hide the Tutorial page

An option to hide the Tutorial section has been added to the Settings page, under "Plugin Configuration > General > Hide Tutorial page?":

Hiding the Schema tutorial page in the Settings
Hiding the Schema tutorial page in the Settings

Alternatively, we can define this value in wp-config.php:

define( 'GATOGRAPHQL_HIDE_TUTORIAL_PAGE', true );