This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from 1f3edc4 Merge pull request #165 from apache/UNOMI-347-graphql-query
add 1ab1920 UNOMI-347 move totalCount to the connection level
new 21b573a Merge pull request #166 from apache/UNOMI-347-total-count
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../unomi/graphql/fetchers/EventConnectionDataFetcher.java | 5 ++---
.../graphql/fetchers/ProfileConnectionDataFetcher.java | 5 ++---
.../graphql/fetchers/SegmentConnectionDataFetcher.java | 5 ++---
.../fetchers/profile/PropertiesConnectionDataFetcher.java | 5 ++---
.../unomi/graphql/types/output/CDPEventConnection.java | 11 +++++++++--
.../unomi/graphql/types/output/CDPListConnection.java | 3 +--
.../org/apache/unomi/graphql/types/output/CDPPageInfo.java | 13 ++-----------
.../unomi/graphql/types/output/CDPProfileConnection.java | 11 +++++++++--
.../unomi/graphql/types/output/CDPPropertyConnection.java | 11 +++++++++--
.../unomi/graphql/types/output/CDPSegmentConnection.java | 11 +++++++++--
10 files changed, 47 insertions(+), 33 deletions(-)