Serge Huber created UNOMI-264:
---------------------------------
Summary: Implement findProfile field
Key: UNOMI-264
URL: https://issues.apache.org/jira/browse/UNOMI-264
Project: Apache Unomi
Issue Type: Sub-task
Components: core
Reporter: Serge Huber
Fix For: 2.0.0
Implement the find profile field from the spec:
https://github.com/oasis-tcs/cxs-cdp/blob/master/server/schemas/profiles.js#L73
findProfiles(filter: CDP_ProfileFilterInput, orderBy: [CDP_OrderByInput],
first: Int, after: String, last: Int, before: String) : CDP_ProfileConnection
This is more tricky because of the need to implement the CDP_ProfileFilterInput
object that can be a little complex.
Again integration tests would be great to have along with this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)