alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
24 stars 4 forks source link

Pagination of users / organizations #2684

Open larssondenise opened 1 year ago

larssondenise commented 1 year ago

Description

As a product lead, I want to be able to have Hubs with 250 members and easily load the people and organizations on the community tab

Acceptance criteria

Additional Context

To show all users and organizations in one block and filter on the desired type image.png

larssondenise commented 1 year ago

@Comoque1 Can you check this issue?

valentinyanakiev commented 1 year ago

@larssondenise do you mean paginated Contributors query? Because we don't have Contributors query at all at the moment, we have Users, Organizations, UsersPaginated. This needs clarification.

larssondenise commented 1 year ago

@valentinyanakiev yes indeed pagination for contributors (so users & organizations mixed). So that we can load them in one block together with pagination!