Skip to main content
Solved

GraphQL mutations for Meta Model Configurations

  • August 13, 2025
  • 4 replies
  • 132 views

Forum|alt.badge.img

Is graphql mutations possible on meta model configurations? like changing the name of the fields?

Best answer by Thomas Schreiner

Update: I can confirm that it works, you can now perform all kinds of meta model updates via the action_batches api.

In fact, I like the new feature so much that I decided to build a full-blown transport management for LeanIX, which can

  • transport meta model fields or sections to other workspaces or other fact sheet types
  • transport calculations, automations and integration API configurations to other workspaces

The new feature is now included in our Aronis Automation Platform. Announcement: Link

4 replies

Thomas Schreiner
Forum|alt.badge.img+3

Hi ​@NarzeusNabartey 

I have not tried it myself yet, but theoretically it should be possible using this endpoint:

https://app.leanix.net/openapi-explorer/#/Meta%20Model/postMetaModelActions

It has been announced a few weeks ago:

https://updates.leanix.net/announcements/weekly-feature-improvement-and-bugfix-summary-23#Integrations


Forum|alt.badge.img
  • Author
  • Royalty For Loyalty
  • August 15, 2025

Hi ​@Thomas Schreiner Thank so much you for your reply. I will take a look and see what it can do.


Thomas Schreiner
Forum|alt.badge.img+3

Update: I can confirm that it works, you can now perform all kinds of meta model updates via the action_batches api.

In fact, I like the new feature so much that I decided to build a full-blown transport management for LeanIX, which can

  • transport meta model fields or sections to other workspaces or other fact sheet types
  • transport calculations, automations and integration API configurations to other workspaces

The new feature is now included in our Aronis Automation Platform. Announcement: Link


Forum|alt.badge.img
  • Author
  • Royalty For Loyalty
  • September 1, 2025

Thank you for this.. I will try to look at the links and review..