graphql_post_entities_allowed_post_types

Define the $allowed_post_types to be exposed by GraphQL Queries Pass through a filter to allow the post_types to be modified (for example if a certain post_type should not be exposed to the GraphQL API) Params $post_types (array): Array of post types

graphql_show_admin

This filter can be used to disable or enable the GraphQL Admin pages with code. If the admin pages have been de-activated from the Settings UI, the only way to re-enable to Settings pages is by using this filter. Params $enabled (bool): Whether the GraphQL admin should be enabled