__( 'Options for ordering the connection by', 'wp-graphql' ), 'values' => [ 'NAME' => [ 'value' => 'name', 'description' => __( 'Order the connection by name.', 'wp-graphql' ), ], 'SLUG' => [ 'value' => 'slug', 'description' => __( 'Order the connection by slug.', 'wp-graphql' ), ], 'TERM_GROUP' => [ 'value' => 'term_group', 'description' => __( 'Order the connection by term group.', 'wp-graphql' ), ], 'TERM_ID' => [ 'value' => 'term_id', 'description' => __( 'Order the connection by term id.', 'wp-graphql' ), ], 'TERM_ORDER' => [ 'value' => 'term_order', 'description' => __( 'Order the connection by term order.', 'wp-graphql' ), ], 'DESCRIPTION' => [ 'value' => 'description', 'description' => __( 'Order the connection by description.', 'wp-graphql' ), ], 'COUNT' => [ 'value' => 'count', 'description' => __( 'Order the connection by item count.', 'wp-graphql' ), ], ], ] ); } }