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/fact_name.rb
global_id_field :id
timestamps
field :name, String, null: true
field :short_name, String, null: true
field :type, String, null: true
field :name, String
field :short_name, String
field :type, String
has_many :fact_values, Types::FactValue
end

Also available in: Unified diff