New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

scala-relay-compiler

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scala-relay-compiler - npm Package Versions

dispalt
published 0.12.4 •
dispalt
published 0.12.3 •
dispalt
published 0.12.2 •
dispalt
published 0.12.1 •
dispalt
published 0.12.0 •
dispalt
published 0.11.0 •

Changelog

Source

0.11.0

  • Upgrade relay to 1.6.2, most of the changes seem import related
  • Generate a def newInput(args...): MutationInputType = ... for all mutations, making it a little easier.
dispalt
published 0.10.0 •

Changelog

Source

0.10.0

  • Add ability to mix in traits with scalarFields so if value was a string { value @scalajs(extends:"Foo") } The trait would have a member val value: String with Foo
dispalt
published 0.9.5 •
dispalt
published 0.9.4 •

Changelog

Source

0.9.4

  • Added support for @scalajs(useNulls: boolean) that gives you finer grained access to using A | Null
dispalt
published 0.9.2 •

Changelog

Source

0.9.2

  • Added support to support .gql files in any directory from baseDirectory.value so while it looks over more files it can support alternate locations now.