decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
442 stars 132 forks source link

Filters not working for `identities` #204

Closed ajunge closed 3 years ago

ajunge commented 4 years ago

The following GraphQL query returns all the identities

query {
  identities(input: { where: { column: did,  value: "asd"} }) {
    did
    saveDate
  }
}

I think the problem is here: https://github.com/uport-project/daf/blob/master/packages/daf-core/src/graphql/graphql-core.ts#L331

The find method accepts other form of filters.

simonas-notcat commented 3 years ago

GraphQL support removed