@rj143_123 AEM GraphQL API does not directly support retrieving ACS Commons Generic Lists. The AEM GraphQL API is primarily designed to interact with AEM's Commerce capabilities and it's not directly integrated with ACS Commons.
you can create a custom GraphQL schema and resolver to fetch data from ACS Commons Generic Lists. This would involve:
- Defining a new type in your GraphQL schema that represents the data structure of your Generic List items.
- Implementing a resolver that fetches the data from the Generic List and maps it to your new GraphQL type.