__( 'The Type of Identifier used to fetch a single Content Type node. To be used along with the "id" field. Default is "ID".', 'wp-graphql' ), 'values' => [ 'ID' => [ 'name' => 'ID', 'value' => 'id', 'description' => __( 'The globally unique ID', 'wp-graphql' ), ], 'NAME' => [ 'name' => 'NAME', 'value' => 'name', 'description' => __( 'The name of the content type.', 'wp-graphql' ), ], ], ] ); } }