Sha256: e83fa2e219ada1ca17501118b2cb1c7a8b5c08d762a04e51e5de8b23cde6876c

Contents?: true

Size: 487 Bytes

Versions: 41

Compression:

Stored size: 487 Bytes

Contents

# frozen_string_literal: true

module Platform
  module Inputs
    ReleaseOrder = GraphQL::InputObjectType.define do
      name "ReleaseOrder"
      description "Ways in which lists of releases can be ordered upon return."

      input_field :field, types[!Enums::ReleaseOrderField], <<-MD
        The field in which to order releases by.
      MD
      input_field :direction, !Enums::OrderDirection, "The direction in which to order releases by the specified field."
    end
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

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