Uploaded image for project: 'Ibexa IBX'
  1. Ibexa IBX
  2. IBX-3068

Missing query functons in GraphQL in DXP 4.x

    XMLWordPrintable

Details

    • [4.2] - Sprint 7
    • Ibexa Experience

    Description

      Steps to reproduce:

      Install clean version of DXP 4

      go to graphql interface localhost/admin/graphiql

      run this command query:

      {
        content {
          landingPage(id: 52) {
            page {
              zones {
                blocks {
                  __typename
                  ... on CollectionPageBlock {
                    locationlist {
                      content {
                        ... on ImageContent {
                          image {
                            uri
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }

      You will notice an error on v4.

      The following are missing on v4, you can use the autocompletion to notice this.

      UserContent
      UserGroupContent
      LandingPageContent
      FormContent
      FileContent
      ImageContent
      FolderContent
      ArticleContent

       

       

      Designs

        Attachments

          Activity

            People

              Unassigned Unassigned
              lionel.akpagni@ibexa.co Lionel Akpagni
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: