Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ gem 'graphql_java_gen'
And then execute:

$ bundle

The generated code depends on the com.shopify.graphql.support java
package. This can be added to a gradle project by adding the following
dependancy to you `build.gradle` file:
dependency to your `build.gradle` file:

implementation 'com.shopify.graphql.support:support:0.2.1'

Expand Down