github-actions
released this
04 Nov 13:16
·
177 commits
to main
since this release
Minor Changes
-
f555f2f: BREAKING: Remove support for legacy multi-argument
execute
calls. From now on you should always callexecute
with a single object instead (e.g.execute({ schema, document })
instead ofexecute(schema, document)
).DEPRECATE: The
InMemoryLiveQueryStore.execute
API has been deprecated. Please use theInMemoryLiveQueryStore.makeExecute
function instead. Also theInMemoryLiveQueryStore
constructor parameter optionexecute
has been deprecated. -
f555f2f: GraphQL v16 compatibility
Patch Changes
- Updated dependencies [f555f2f]
- @n1ru4l/[email protected]