Skip to main content
Level 1
May 15, 2026
Question

GraphQL for an old 6.5 local instance

  • May 15, 2026
  • 1 reply
  • 15 views

I have an old quickstart from several years ago that didn’t include the GraphQL feature. I’d like to add it to my local copy so that I can do some personal discovery and testing. Is there a chance that there is a package I could download without having a business cloud account?

1 reply

Level 3
May 15, 2026

Hi ​@rharper,

Good news, you don't need a business cloud account for this. GraphQL support was introduced in AEM 6.5 via a feature pack, and you can add it to your existing local quickstart.

 

Here's what you need:

 

1. AEM Content Fragments GraphQL Feature Pack
Adobe released GraphQL support for AEM 6.5 as a feature pack starting with 6.5.7. The package is available on the Adobe Software Distribution portal:
https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html

Search for "AEM Content Fragments" and filter by your 6.5 version. You'll need an Adobe ID (free) to download no business license required for the software distribution portal itself.

 

2. Minimum version requirement
GraphQL for Content Fragments requires AEM 6.5.7 or later. If your quickstart is older than 6.5.7, you'll need to apply the corresponding Service Pack first before installing the GraphQL feature pack. Check your version at:
`http://localhost:4502/system/console/bundles` — look for the `com.adobe.granite.queries.impl` bundle version.

 

3. Installation order
- Apply the correct Service Pack for your version if below 6.5.7
- Install the Content Fragments GraphQL feature pack via Package Manager
- Restart the instance
- Verify GraphQL endpoint is available at `/content/graphql/global/endpoint.json`

 

4. Enable the GraphQL endpoint
After installation, you'll need to enable a GraphQL endpoint via Tools > Assets > GraphQL. Create an endpoint scoped to your configuration.

 

For local discovery and testing purposes this setup works well. Let me know what version your quickstart is running and I can give more specific guidance.