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
can we add another category of methods to the schema service:
registerKind(kind: KindFn)
kind(field: Field | { kind: string }): KindFn;
this would either augment the default schema-record behaviors or (if we determine the factoring can support it) change the implementation such that all default behaviors for field kinds are implemented via this mechanism at all, making schema-record fully amorphous
The text was updated successfully, but these errors were encountered:
A thought I had:
can we add another category of methods to the schema service:
this would either augment the default schema-record behaviors or (if we determine the factoring can support it) change the implementation such that all default behaviors for field kinds are implemented via this mechanism at all, making schema-record fully amorphous
The text was updated successfully, but these errors were encountered: