Skip to content

Non-matching filters should return empty lists if required by schema #75

Open
@DirkMahler

Description

@DirkMahler

The following schema defines a query taking a filter as input object and returning a non-nullable list:

type Query {
  person(filter: _PersonFilter) : [Person]!
 }

Currently a filter that does not match any person returns nothing (i.e. no key) in the result for that list which according to the schema is invalid.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions