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 this is not set, all the properties of the given type will be exposed.
It will be much "explicit" to have as default BindingBehavior.Explicit and possibility to switch on BindingBehavior.Implicit by registering the appropriate convention.
Currently when a
InputObjectType
orObjectType
is described, must always setBindingBehavior.Explicit
If this is not set, all the properties of the given type will be exposed.
It will be much "explicit" to have as default
BindingBehavior.Explicit
and possibility to switch onBindingBehavior.Implicit
by registering the appropriate convention.or more user friendly
The text was updated successfully, but these errors were encountered: