__( 'Options for ordering the connection', 'wp-graphql' ), 'fields' => [ 'field' => [ 'description' => __( 'The field name used to sort the results.', 'wp-graphql' ), 'type' => [ 'non_null' => 'UsersConnectionOrderbyEnum', ], ], 'order' => [ 'description' => __( 'The cardinality of the order of the connection', 'wp-graphql' ), 'type' => 'OrderEnum', ], ], ] ); } }