Sha256: c278e385df6f2619415ae6d0947df82b8bea1dfd3031631c3510d2ad09ebaa69

Contents?: true

Size: 263 Bytes

Versions: 68

Compression:

Stored size: 263 Bytes

Contents

module Types
  class RecurrenceInput < BaseInputObject
    argument :cron_line, String, required: false
    argument :max_iteration, Integer, required: false
    argument :end_time, String, required: false
    argument :purpose, String, required: false
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
foreman_remote_execution-6.1.0 app/graphql/types/recurrence_input.rb
foreman_remote_execution-5.0.4 app/graphql/types/recurrence_input.rb
foreman_remote_execution-5.0.3 app/graphql/types/recurrence_input.rb
foreman_remote_execution-6.0.0 app/graphql/types/recurrence_input.rb
foreman_remote_execution-5.0.2 app/graphql/types/recurrence_input.rb
foreman_remote_execution-5.1.0 app/graphql/types/recurrence_input.rb
foreman_remote_execution-5.0.1 app/graphql/types/recurrence_input.rb
foreman_remote_execution-5.0.0 app/graphql/types/recurrence_input.rb