Sha256: 5e28c3f87de5172bd2e9e67c507ab126918cbdb18b8d0d0c00a1eea39af08eca

Contents?: true

Size: 475 Bytes

Versions: 41

Compression:

Stored size: 475 Bytes

Contents

# frozen_string_literal: true

module Platform
  module Inputs
    class ReleaseOrder < Platform::Inputs::Base
      description "Ways in which lists of releases can be ordered upon return."

      argument :field, [Enums::ReleaseOrderField], <<-MD, required: false
        The field in which to order releases by.
      MD
      argument :direction, Enums::OrderDirection, "The direction in which to order releases by the specified field.", required: true
    end
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
graphql-1.8.18 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.11 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.10 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.9 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.8 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.7 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.6 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.5 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.4 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.3 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.2 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.8.17 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.8.16 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.1 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.0 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.8.15 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.0.pre4 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.8.14 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.0.pre3 spec/fixtures/upgrader/release_order.transformed.rb
graphql-1.9.0.pre2 spec/fixtures/upgrader/release_order.transformed.rb