Project

General

Profile

« Previous | Next » 

Revision 5bf6fe67

Added by Kamil Szubrycht about 5 years ago

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

View differences:

test/graphql/queries/fact_name_query_test.rb
'edges' => fact_name.fact_values.map do |fv|
{
'node' => {
'id' => Foreman::GlobalId.for(fact_value)
'id' => Foreman::GlobalId.for(fv)
}
}
end

Also available in: Unified diff