Sha256: 5e28d0a745cb8c7be7246b5fac59ccaab33f8dfec213674b3441df8d07bbb6ae

Contents?: true

Size: 165 Bytes

Versions: 73

Compression:

Stored size: 165 Bytes

Contents

module Types
  class SchedulingInput < BaseInputObject
    argument :start_at, String, required: false
    argument :start_before, String, required: false
  end
end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
foreman_remote_execution-7.0.0 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.7 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.6 app/graphql/types/scheduling_input.rb
foreman_remote_execution-6.2.0 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.5 app/graphql/types/scheduling_input.rb
foreman_remote_execution-6.1.0 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.4 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.3 app/graphql/types/scheduling_input.rb
foreman_remote_execution-6.0.0 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.2 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.1.0 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.1 app/graphql/types/scheduling_input.rb
foreman_remote_execution-5.0.0 app/graphql/types/scheduling_input.rb