Project

General

Profile

« Previous | Next » 

Revision 5bf6fe67

Added by Kamil Szubrycht about 5 years ago

Fixes #26296 - graphql: add Puppetclass queries (#6607)

View differences:

app/graphql/types/organization.rb
global_id_field :id
timestamps
field :name, String, null: true
field :title, String, null: true
field :name, String
field :title, String
has_many :environments, Types::Environment
has_many :puppetclasses, Types::Puppetclass
end
end

Also available in: Unified diff