Skip to main content
Solved

Setting the standard relToParent relation with GraphQL

  • August 26, 2025
  • 2 replies
  • 117 views

I am looking for an example of a proper HTTP GraphQL API call to set Parent relation for a fact sheet.

Best answer by Thomas Schreiner

Hi ​@PaulFil 

You can use this GraphQL call if you replace relApplicationToITComponent by relToParent:

https://help.sap.com/docs/leanix/ea/managing-relations-between-fact-sheets?locale=en-US

 

2 replies

Thomas Schreiner
Forum|alt.badge.img+3

Hi ​@PaulFil 

You can use this GraphQL call if you replace relApplicationToITComponent by relToParent:

https://help.sap.com/docs/leanix/ea/managing-relations-between-fact-sheets?locale=en-US

 


  • Author
  • Sophomore
  • September 22, 2025

Thank you.