Skip to content

Query filter not work with include #3942

Closed
@frbuceta

Description

@frbuceta

Steps to reproduce

When sending a request to a GET method with a query object like this:

{
  "limit": 1,
  "include": [
    {
      "relation": "user"
    }
  ]
}

this does not work.
Inside the controller you only receive: { limit: '1' }

@raymondfeng @bajtos

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions