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
If object_resolver is attached to the property which is a primary identifier, we could run it before the object is looked up. If it matches an object, we load by its ID.
This would allow stuff like
Supplier | Supplier ID
Newegg | 12345
to be used as a primary identifier, basically using our Supplier object and their (supplier-specific) ID to look up our own object:
TLDR
we run the object_resolver which is defined with Name field
If
object_resolver
is attached to the property which is a primary identifier, we could run it before the object is looked up. If it matches an object, we load by its ID.This would allow stuff like
to be used as a primary identifier, basically using our Supplier object and their (supplier-specific) ID to look up our own object:
TLDR
object_resolver
which is defined withName
field/orgs/newegg
, ID=123The text was updated successfully, but these errors were encountered: