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
awaitdeep.insert({type_id: 1,string: {data: {value: 'Abc'}}// now we must know string/number/object relationfrom: {data: {type_id: 1}},to: {data: {type_id: 1}},});// need to support syntax// if data not setted, object already can be used as relation insertawaitdeep.insert({type_id: 1,value: 'Abc',// and value type relation getts from value type, for example 'Abc' is stringfrom: {type_id: 1},to: {type_id: 1},});
Forked from deep-foundation/deeplinks#30 by https://github.com/konard/gh-org-migrator
The text was updated successfully, but these errors were encountered: