Hello Everyone,
I'm building an api that allows CRUD via GRPC and Notifications Subscribe ie Read from GraphQL. I'm using gqlgen and protobuf protoc models.
my current issue is there are 3 models, sources of truth:
1. My Own Models for Interfacing with the DB
2. GraphQL Models for the Resolver interface
3. GRPC Models for the GRPC API
Is it possible to make this into 1 or atleast 2 model (ie source of truth?)