Data shape question: what is the best way to add a...
# prisma-whats-new
b
Data shape question: what is the best way to add additional data to a relation? ex: Model1:{ Relation1:{ count:2, model2: id1}, Relation2... EDIT: I'm guessing the meta data feature would be the best way to go about this? https://www.graph.cool/docs/faq/graphql-meta-information-for-relations-shu9xee3ou/
n
@brad.barnes yep, the meta model is a great approach in this case. If you have more thoughts on this, please add your voice here: https://github.com/graphcool/feature-requests/issues/116 🙂
👍 1