Sha256: 4c2981e5ecb5e0f38071d1d4815095337fc9b8f89d6810c5e101c41639b7ec1e

Contents?: true

Size: 167 Bytes

Versions: 6

Compression:

Stored size: 167 Bytes

Contents

module Types
  module BirdType
    include Types::BaseInterface
    field :wingspan, Integer, null: false
    field :foliage, [Types::ColorType], null: true
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
graphql-1.9.6 spec/integration/tmp/app/graphql/types/bird_type.rb
graphql-1.9.5 spec/integration/tmp/app/graphql/types/bird_type.rb
graphql-1.9.0.pre3 spec/integration/tmp/app/graphql/types/bird_type.rb
graphql-1.9.0.pre2 spec/integration/tmp/app/graphql/types/bird_type.rb
graphql-1.8.13 spec/integration/tmp/app/graphql/types/bird_type.rb
graphql-1.8.11 spec/integration/tmp/app/graphql/types/bird_type.rb