Hey everyone, I have a question about extending th...
# troubleshoot
b
Hey everyone, I have a question about extending the metadata model. In the extending the metamodel page, the flowchart says that if you need to create a new entity, then you should fork the datahub repo rather than create your own model extension repository. However, on this page about custom metamodels it says "`entities: A list of entities with aspects attached to them that you are creating additional aspects for as well as any new entities you wish to define.`". This implies to me that using the custom repository would allow you to define new entities as well. Can someone please clarify this for me?
m
Hi @brave-zebra-97479, we need to update that flowchart, since our support for custom entity registries has evolved to supporting entities also.
So you are right that one can define new entities thru the custom repository as well
b
Thanks for the response. That's good to hear. And just to confirm one more thing, we won't need to make any GraphQL changes in the code when adding new entities either?
m
Hi @brave-zebra-97479 sorry for the delay in responding. Unfortunately, we haven't yet built automated GraphQL support in the no-code world
so to get GraphQL endpoints, you will have to write custom code