Sha256: 93d2be07f96243467be8908e270b241efc23c06773b42ef2be8aefc380b5bea3

Contents?: true

Size: 457 Bytes

Versions: 14

Compression:

Stored size: 457 Bytes

Contents

module ForemanPuppet
  module Types
    class Puppetclass < ::Types::BaseObject
      graphql_name 'ForemanPuppet_Puppetclass'
      model_class ForemanPuppet::Puppetclass
      description 'A Puppetclass'

      global_id_field :id
      timestamps
      field :name, String

      has_many :environments, ForemanPuppet::Types::Environment
      has_many :locations, ::Types::Location
      has_many :organizations, ::Types::Organization
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman_puppet-8.1.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-8.0.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-6.4.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-7.0.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-6.3.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-6.2.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-6.1.1 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-5.1.3 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-6.1.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-6.0.1 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-6.0.0 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-5.1.2 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-5.1.1 app/graphgl/foreman_puppet/types/puppetclass.rb
foreman_puppet-5.1.0 app/graphgl/foreman_puppet/types/puppetclass.rb