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
Add input/output type context splitting to mutation engine
Operations automatically propagate input context to parameters and
output context to return types via GraphQLMutationOptions. The
framework's cache and options propagation handle nested types, so the
same source model produces separate input and output mutations without
any custom type-graph walking.
0 commit comments