This module is an extension to version 3 of the GraphQL module for Drupal and and provides fields to consume arbitrary XML data.

{
  do: route(path: "https://drupal.org/project/drupal") {
    ... on ExternalUrl {
      request {
        ... on ExternalResponse {
          __typename
          xml {
            xpath(query: "[contains(@class, 'view-project-issue-metrics-open-bugs')]") {
              ... on XMLElement {
                content
              }
            }
          }
        }
      }
    }
  }
}
Supporting organizations: 
Contribution of work hours

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • Project categories: Decoupled, Developer tools
  • Created by fubhy on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases