Sha256: be244602f0ba71e3fa46337a5ce3e03047324cfe2a1629da940ff3f5053fa8fe

Contents?: true

Size: 226 Bytes

Versions: 49

Compression:

Stored size: 226 Bytes

Contents

module Api
  class TestType < WashOut::Type
    map project: {
      name: :string,
      description: :string,
      users: [{ mail: :string }],
      #  'dada'                                    => [Project]
    }
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
washout_builder-0.16.0 spec/support/complex_types/test_type.rb
washout_builder-0.15.8 spec/support/complex_types/test_type.rb
washout_builder-0.15.7 spec/support/complex_types/test_type.rb
washout_builder-0.15.6 spec/support/complex_types/test_type.rb
washout_builder-0.15.5 spec/support/complex_types/test_type.rb
washout_builder-0.15.4 spec/support/complex_types/test_type.rb
washout_builder-0.15.3 spec/support/complex_types/test_type.rb
washout_builder-0.15.1 spec/support/complex_types/test_type.rb
washout_builder-0.15.0 spec/support/complex_types/test_type.rb