You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to merge a GQL Type defined multiple times in separate files. Will throw an error when fieldDefintitons have conflicting values defined. Usage mergeTypes(types, { all: true }). Many thanks to @squidfunk work in PR #118.
Changed
Function signature of mergeTypes(types) has changed to include a 2nd optional param (an options object) -> mergeTypes(types, { all: true }). See Added note & PR #118 for details.