Name | Description |
---|---|
CollectionQuery | TODO - add the ability to make pagination optional |
InstanceQuery | This class executes the queries on the builder instance returned by the class that Implements the ApiQueryAssemblerInterface. The instance being returned will be one of the Laravel database eloquent classes (QueryBuilder or Model) |
QueryExecuter | Super class for executing queries. It builds the queries via delegation before actually executing the query |