Skip to content

Conversation

@mateuszdebinski
Copy link
Contributor

🎫 Issue IBX-7603

Description:

If the ibexa.graphql.schema.should.extend.ezurl parameter is false (default), the graphQL query will look like before, i.e.:

{
  content {
    urlCT(contentId:68) {
      urlField
    }
  }
}

but if we set this parameter to true, the graphQL query will look like this:

{
  content {
    urlCT(contentId:68) {
      urlField {
        link,
        text
      }
    }
  }
}

This is port to 4.6 from ezsystems/ezplatform-graphql#137

@mateuszdebinski mateuszdebinski added Bug Something isn't working Ready for review labels Nov 25, 2024
@mateuszdebinski mateuszdebinski requested a review from a team November 25, 2024 14:00
@mateuszdebinski mateuszdebinski self-assigned this Nov 25, 2024
@sonarqubecloud
Copy link

@konradoboza konradoboza requested a review from a team November 25, 2024 17:43
@konradoboza konradoboza merged commit 301d87c into 4.6 Nov 28, 2024
10 checks passed
@konradoboza konradoboza deleted the IBX-7603_missing_text_field_from_url branch November 28, 2024 12:15
@mateuszdebinski mateuszdebinski added the Doc needed The changes require some documentation label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Doc needed The changes require some documentation QA approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants