Sha256: cf757c0c31ea948f6c1c1051b57da512864827beb28a18afca95a047167df3c0
Contents?: true
Size: 397 Bytes
Versions: 23
Compression:
Stored size: 397 Bytes
Contents
module Types class JobInvocation < BaseObject description 'A Job Invocation' global_id_field :id field :job_category, String field :description, String field :start_at, GraphQL::Types::ISO8601DateTime field :status_label, String belongs_to :triggering, Types::Triggering belongs_to :task, Types::Task field :recurring_logic, Types::RecurringLogic end end
Version data entries
23 entries across 23 versions & 1 rubygems