Skip to content

Conversation

@mateuszdebinski
Copy link
Contributor

🎫 Issue IBX-8417

Description:

To avoid BC, a parameter has been added that enables pagination for the ezobjectrelationlist field. Without enabling pagination, the request and response remain the same. However, after enabling pagination, the response remains unchanged, but the request looks like the following

query {
  content {
   relations(contentId: 71) {
    rel(first: 5) {
      totalCount,
      edges {
        node {
          _contentInfo {
            id
          }
        }
      }
    }
    }
  }
}

@mateuszdebinski mateuszdebinski self-assigned this May 28, 2025
@mateuszdebinski mateuszdebinski added the Bug Something isn't working label May 28, 2025
@mateuszdebinski mateuszdebinski force-pushed the IBX-8417-cant-get-all-contents-from-Multiple-relations branch from 42351ce to d1c3cc3 Compare May 28, 2025 10:50
@mateuszdebinski mateuszdebinski force-pushed the IBX-8417-cant-get-all-contents-from-Multiple-relations branch from d1c3cc3 to b02ba5c Compare May 28, 2025 11:03
@sonarqubecloud
Copy link

@mateuszdebinski mateuszdebinski requested a review from a team May 28, 2025 11:22
@ezrobot ezrobot requested review from Steveb-p, ViniTou, adamwojs, alongosz, barw4, ciastektk, konradoboza, mikadamczyk, tbialcz and wiewiurdp and removed request for a team May 28, 2025 11:22
@sonarqubecloud
Copy link

Copy link

@tomaszszopinski tomaszszopinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA approved on Ibexa DXP 4.6 experience.

@konradoboza konradoboza merged commit 0e057ff into 4.6 Aug 5, 2025
10 checks passed
@konradoboza konradoboza deleted the IBX-8417-cant-get-all-contents-from-Multiple-relations branch August 5, 2025 07:28
@mnocon mnocon added the Doc needed The changes require some documentation label Aug 5, 2025
@mnocon mnocon removed the Doc needed The changes require some documentation label Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working QA approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants