David Mazza

Results 4 comments of David Mazza

It might be easier as a first step just to provide type definitions for the public API and leave the code in `.js` for now. I've started writing type definitions...

I would, but I'm contractually prohibited.

I watched the same video guide. I’ve been trying to get `hasMany` relationships to work. One-to-one `belongsTo` relationships work fine. I’m using factories for every model in my default `Scenario`....

After a lot of exploration, I found the most significant cause of the problem for me. I'm transitioning from ember-data to GraphQL, and I didn't want to delete my ember-data...