aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
760 stars 45 forks source link

getUpdateFunction does not have a default opType #111

Closed StephenCoady closed 5 years ago

StephenCoady commented 5 years ago

Bug Report

Currently getUpdateFunction here: https://github.com/aerogear/offix/blob/master/packages/offix-cache/src/cache/mutations.ts#L77 does not have a default value for opType. This is bad and can be breaking.

StephenCoady commented 5 years ago

fixed in https://github.com/aerogear/offix/pull/117