I am very excited to explore the GraphQL capability in EDG but it seems class with UUID URI has some readability issue
in GraphQL query.
A comparison:
A GraphQL query for class ex:carModel:
{
ex_carModel (orderBy: label) {
label
}
}
A GraphQL query for class ex:c87d21f6-2c4e-11b2-8091-0242ac120019:
{
ex_c__d__f___c_e___b___________ac______s (orderBy: label) {
label
}
}
Since I don't have the option to change the ontology, is there anything else I can do?