I am trying to use the GraphQL router for MuleSoft components which is available at MuleSoft labs GitHub repository at https://github.com/mulesoft-labs/graphql-router
Created a Folder in your local system: graphql-demo. In command prompt typed the following command:
git clone https://github.com/mulesoft-labs/graphql-router.git
Once the project was cloned in my local system, I went to pom.xml and changed the mule-modules-parent version from 1.0.0 to 1.1.3.
From the location where project is cloned went to command prompt and ran command:
mvn clean install
The project was not built successfully please assist.
Error: Some problems were encountered while processing the POMs: resolvable build extension: plugin org.mule.runtime.plugins:mule-extensions-maven-plugin:1.1.6 or one of its dependencies could not be resolved: Failed to read artifact description for org.mule.rntime.plugins:mule-extensions-maven-plugin:jar:1.1.6.
I am trying to understand how to use GraphQL with mulesoft any suggestions would help.
Is this the right approach to use GraphQL for Mulesoft?