Skip to content

fix issue of is null of many-to-one associations #21

Closed
@mhewedy

Description

@mhewedy

Supporting the case when an Employee entity has ManyToOne association with Departement and we need to fetch employees that have no departments, the json looks like:

{
  "department": null
}

previously, it was returning some exception Unable to locate attribute with the given name....

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions