Sha256: 2b01735223addca4dda91eb955016cd86462cef8361891e4501fe31c435fb169

Contents?: true

Size: 245 Bytes

Versions: 10

Compression:

Stored size: 245 Bytes

Contents

module Types
  class FamilyType < Types::BaseEnum
    value "NIGHTSHADE"
    value "BRASSICA", value: Family::COLE
    value "UMBELLIFER", value: :umbellifer
    value "LEGUME", value: "bean & friends"
    value "CURCURBITS", value: 5
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
graphql-1.9.3 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.9.2 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.8.17 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.8.16 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.9.1 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.9.0 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.8.15 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.9.0.pre4 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.8.14 spec/integration/tmp/app/graphql/types/family_type.rb
graphql-1.9.0.pre1 spec/integration/tmp/app/graphql/types/family_type.rb