Skip to content

Filtering on collections entity doesn't work #247

@pheuberger

Description

@pheuberger

The following query doesn't filter as it should, but returns all collections:

{
  collections(where: { id: { eq: "3c10a4f4-4a83-436d-bf82-443634340e19"}}) {
    data {
      name
      id
      hypercerts {
        hypercert_id
      }
    }
  }
}

The same applies to filtering by name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions