Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 968 Bytes

File metadata and controls

39 lines (27 loc) · 968 Bytes

java-shopify-graphql

Building

mvn -DskipTests clean javadoc:jar source:jar install

Known Issues with work around

#9 - unable to pass @idempotent directive

Wish List

Netflix/dgs-codegen#920

Netflix/dgs-codegen#935

Using these objects in your project

Admin API

<dependency>
	<groupId>io.github.mores</groupId>
	<artifactId>java-shopify-graphql-admin</artifactId>
	<version>2026.04.001</version>
</dependency>

Admin API Javadoc.

Storefront API

<dependency>
        <groupId>io.github.mores</groupId>
        <artifactId>java-shopify-graphql-storefront</artifactId>
        <version>2026.04.001</version>
</dependency>

Storefront API Javadoc.