graphql-crystal icon indicating copy to clipboard operation
graphql-crystal copied to clipboard

Dependency Installation

Open atatarenko opened this issue 6 years ago • 0 comments

At some point, I realized I was using a pretty outdated version of this lib. The type conversion from JSON::Any didn't work for me but I saw an example where it supposed to work. Anyway, I figured out I can let it run if I point to master in dependencies config like below. There are quite useful commits in the latest master. How about making a release?

dependencies:
  graphql-crystal:
    github: ziprandom/graphql-crystal
    branch: master

atatarenko avatar Nov 04 '19 20:11 atatarenko