alphasights / ember-graphql-adapter

GraphQL adapter for Ember Data
MIT License
244 stars 26 forks source link

Is it possible to push data into the store using pushPayload? #199

Open ekristen opened 5 years ago

ekristen commented 5 years ago

I've been unable to get this owkring using the documentation surrounding pushPayload on a model that this adapter is being used for. I keep getting an error Error: Assertion Failed: Encountered a resource object with an undefined type (resolved resource using DS.JSONAPISerializer) also I get WARNING: heuristic fragment matching going on!.

Thanks.