Taxonomy
ObjectA taxonomy object
Fields
List of Content Types associated with the Taxonomy
List of Term Nodes associated with the Taxonomy
Description of the taxonomy. This field is equivalent to WP_Taxonomy->description
The plural name of the post type within the GraphQL Schema.
The singular name of the post type within the GraphQL Schema.
Whether the taxonomy is hierarchical
The globally unique identifier of the taxonomy object.
Whether the object is restricted from the current viewer
Name of the taxonomy shown in the menu. Usually plural.
The display name of the taxonomy. This field is equivalent to WP_Taxonomy->label
Whether the taxonomy is publicly queryable
Name of content type to display in REST API "wp/v2" namespace.
The REST Controller class assigned to handling this content type.
Whether to show the taxonomy as part of a tag cloud widget. This field is equivalent to WP_Taxonomy->show_tagcloud
Whether to display a column for the taxonomy on its post type listing screens.
Whether to add the post type to the GraphQL Schema.
Whether to show the taxonomy in the admin menu
Whether to show the taxonomy in the quick/bulk edit panel.
Whether to add the post type route in the REST API "wp/v2" namespace.
Whether to generate and allow a UI for managing terms in this taxonomy in the admin