RootQueryToShippingClassConnectionWhereArgs
InputArguments for filtering the RootQueryToShippingClassConnection connection
Fields
Unique cache key to be produced when this query is stored in an object cache. Default is 'core'.
Term ID to retrieve child terms of. If multiple taxonomies are passed, $child_of is ignored. Default 0.
True to limit results to terms that have no children. This parameter has no effect on non-hierarchical taxonomies. Default false.
Retrieve terms where the description is LIKE the input value. Default empty.
Array of term ids to exclude. If $include is non-empty, $exclude is ignored. Default empty array.
Array of term ids to exclude along with all of their descendant terms. If $include is non-empty, $exclude_tree is ignored. Default empty array.
Whether to hide terms not assigned to any posts. Accepts true or false. Default false
Whether to include terms that have non-empty descendants (even if $hide_empty is set to true). Default true.
Array of term ids to include. Default empty array.
Array of names to return term(s) for. Default empty.
Retrieve terms where the name is LIKE the input value. Default empty.
Array of object IDs. Results will be limited to terms associated with these objects.
Direction the connection should be ordered in
Field(s) to order terms by. Defaults to 'name'.
Whether to pad the quantity of a term's children in the quantity of each term's "count" object variable. Default false.
Parent term ID to retrieve direct-child terms of. Default empty.
Search criteria to match terms. Will be SQL-formatted with wildcards before and after. Default empty.
Array of slugs to return term(s) for. Default empty.
Array of term taxonomy IDs, to match when querying terms.
Whether to prime meta caches for matched terms. Default true.