Releases: arackaf/mongo-graphql-starter
Releases · arackaf/mongo-graphql-starter
0.6.3
0.6.2
0.6.1
0.6.0
ADDTOSET mutation added for primitive array types. See the docs for more info.
For arrays of other types, the updates argument is now called Updates rather than _Update. For example
comments_UPDATE: {index: 0, Updates: { upVotes_INC: 1 } }
instead of
comments_UPDATE: {index: 0, Comment: { upVotes_INC: 1 } }
This is a breaking change, hence the minor version bump.