Closed ajunge closed 3 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.
find
GraphQL support removed
The following GraphQL query returns all the identities
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.