hi. im following this (<https://datahubproject.io/...
# troubleshoot
b
hi. im following this (https://datahubproject.io/docs/datahub-web-react/#adding-an-entity) to create a new entity. ive completed step 1 and trying to do step 2. how do i update
types.generated.ts
and get the repo to create
my-entity.generated.ts
in the graphql folder? thank you in advance!
or am i supposed to update it myself?
g
you need to create a my-entity.graphql file, similar to
dataset.graphql
and then running
yarn generate
will generate it
generate the .generated.ts file that is
b
@green-football-43791 thank you!
g
for sure!