Authorization-result-based version of the EnforcingKnexEntityLoader method by the same name.
the first entity results that matches the query, where result error can be UnauthorizedError
Authorization-result-based version of the EnforcingKnexEntityLoader method by the same name.
array of entity results that match the query, where result error can be UnauthorizedError
Authorization-result-based version of the EnforcingKnexEntityLoader method by the same name.
array of entity results that match the query, where result error can be UnauthorizedError
Authorization-result-based version of the EnforcingKnexEntityLoader method by the same name.
SQL query builder for building and executing SQL queries that when executed returns entity results where result error can be UnauthorizedError.
Load a page of entities with Relay-style cursor pagination using a unified pagination specification. Only returns successfully authorized entities for cursor stability; failed authorization results are filtered out.
Connection with only successfully authorized entities
Authorization-result-based knex entity loader for non-data-loader-based load methods. All loads through this loader are results (or null for some loader methods), where an unsuccessful result means an authorization error or entity construction error occurred. Other errors are thrown.