Class RetrieveSchemaAbstractMojo
-
- All Implemented Interfaces:
-
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public abstract class RetrieveSchemaAbstractMojo extends AbstractMojoRetrieve GraphQL schema by running introspection query or by downloading it directly from a specified SDL endpoint.
-
-
Field Summary
Fields Modifier and Type Field Description private Loglogprivate Map<Object, Object>pluginContext
-
Constructor Summary
Constructors Constructor Description RetrieveSchemaAbstractMojo()
-
Method Summary
Modifier and Type Method Description Unitexecute()abstract StringretrieveGraphQLSchema(String endpoint, Map<String, Object> httpHeaders, TimeoutConfiguration timeoutConfiguration)-
-
Method Detail
-
retrieveGraphQLSchema
abstract String retrieveGraphQLSchema(String endpoint, Map<String, Object> httpHeaders, TimeoutConfiguration timeoutConfiguration)
-
-
-
-