Skip to content

Releases: ajsharp/graphql-rails-generators

v1.1.2

17 Aug 17:03
aaa4ca9
Compare
Choose a tag to compare

v1.1.1

28 Jan 00:59
Compare
Choose a tag to compare

Improvements

  • Add --name, --superclass, --include-columns and --namespace options to model_type and input generators #6
  • Use GraphQL::Types::ID class on primary key column instead of Int

Thanks to @sshaw for these improvements.

v1.1.0

13 Jan 21:44
Compare
Choose a tag to compare

Features

  • SearchObject generator gql:search_object 8e605a9 Thanks to @jdpaterson
  • Create/read/update model generators gql:mutations b864b32

Bug Fixes

  • fecdabd - Add support for postgres text columns
  • a1827e0 - Add support for postgres json columns
  • e552c65 - Don't blow on unsupported column types
  • 15173bf - Namespaced class fixes