XMLWordPrintable

Details

    Description

      The admin-ui uses graphql for the sub-items list

      Our graphql implementation does not support multi-repo setup, so we can't rely on graphql in admin-ui until that is fixed.

      https://doc.ibexa.co/en/latest///api/graphql/#multiple-repositories

       

      Example of request sent by admin-ui

      query: 
          {
              _repository {
                  location(locationId: 2) {
                      pathString
                      children(sortBy: [_priority, ],  first:10 ) {
                          totalCount
                          pages {
                              number
                              cursor
                          }
                          edges {
                              node {
                                  id
                                  remoteId
                                  invisible
                                  hidden
                                  priority
                                  pathString
          
                                  content {
                                      _thumbnail {
                                          uri
                                          alternativeText
                                      }
                                      _name
                                      _info {
                                          id
                                          name
                                          remoteId
                                          mainLanguageCode
                                          owner {
                                              name
                                          }
                                          currentVersion {
                                              versionNumber
                                              creator {
                                                  name
                                              }
                                              languageCodes
                                          }
                                          contentType {
                                              name
                                              identifier
                                          }
                                          section {
                                              name
                                          }
                                          publishedDate {
                                              timestamp
                                          }
                                          modificationDate {
                                              timestamp
                                          }
                                      }
                                  }
                              }
                          }
                      }
                  }
              }
          } 

      Attachments

        Activity

          People

            Unassigned Unassigned
            vidar.langseid@ibexa.co Vidar Langseid
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: