Class IntrospectSchemaMojo
-
- All Implemented Interfaces:
-
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name = "introspect-schema", defaultPhase = LifecyclePhase.GENERATE_SOURCES) public final class IntrospectSchemaMojo extends RetrieveSchemaAbstractMojo
Run introspection query against specified endpoint and save resulting GraphQL schema locally.
-
-
Field Summary
Fields Modifier and Type Field Description private Loglogprivate Map<Object, Object>pluginContext
-
Constructor Summary
Constructors Constructor Description IntrospectSchemaMojo()
-
Method Summary
Modifier and Type Method Description StringretrieveGraphQLSchema(String endpoint, Map<String, Object> httpHeaders, TimeoutConfiguration timeoutConfiguration)-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext -
Methods inherited from class com.expediagroup.graphql.plugin.maven.RetrieveSchemaAbstractMojo
execute -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
retrieveGraphQLSchema
String retrieveGraphQLSchema(String endpoint, Map<String, Object> httpHeaders, TimeoutConfiguration timeoutConfiguration)
-
-
-
-