The project provides a jQAssistant plugin for GraphQL.
- NOTE
-
Starting from jqassistant-graphql-plugin v2.0.0, the GraphQL-Plugin resides under jqassistant-plugin. Therefore, not only the repository location changed but also group id and artifact id were adapted from
com.buschmais.jqassistant.plugin:graphql
toorg.jqassistant.plugin:jqassistant-graphql-plugin
. - NOTE
-
From jQAssistant v2.0.0 onwards, it is not part of the core distribution anymore and a manual configuration as shown below is required.
jqassistant:
plugins:
- group-id: org.jqassistant.plugin (1)
artifact-id: jqassistant-graphql-plugin
version: ${jqassistant.graphql-plugin.version}
-
Dependency to the GraphQL plugin