Skip to content

Releases: Volst/graphql-form-helpers

v0.2.5

Choose a tag to compare

@SpaceK33z SpaceK33z released this 16 May 22:16
  • Fix save formatter not outputting the correct data for a singular relation (thanks to @thierryskoda)

v0.2.3

Choose a tag to compare

@SpaceK33z SpaceK33z released this 15 May 22:23
  • Allow null values on all elements (#9 )

v0.2.2

Choose a tag to compare

@SpaceK33z SpaceK33z released this 15 May 08:48
  • Fix 'merge is not a function' error appearing for some webpack configurations.

v0.2.0

Choose a tag to compare

@SpaceK33z SpaceK33z released this 08 May 19:41
  • Reduce package size (now only 1.04kb with all deps included!)
  • Make connect formatter handle arrays
  • Throw error when invalid values are given to parseFormToMutation
  • 100% code coverage!