Macros
The following are some topology macros that can be inserted in topology.yml file.
!include
Section titled “!include”You could break out the entities if they are large in number and hard to manage. Something like:
name: my-topologyroutes: !include ./routes.ymlevents: !include ./events.ymlmutations: !include ./mutations.yml...