Consolidated result type for Create and Update query mutations.
Composes the CodeGen-generated MJQuery_ type so that new entity fields
are automatically available in the GraphQL schema without manual sync.
Child collections live on this result type (not as generated *Array
FieldResolvers on MJQuery_) so the mutation can return the graph it already
loaded without a per-parent SELECT *.
On success, Query contains the query scalars and Fields/Parameters/Entities/
Permissions hold the related rows. On failure, Query is null and
ErrorMessage describes the problem.
Consolidated result type for Create and Update query mutations. Composes the CodeGen-generated MJQuery_ type so that new entity fields are automatically available in the GraphQL schema without manual sync.
Child collections live on this result type (not as generated
*ArrayFieldResolvers on MJQuery_) so the mutation can return the graph it already loaded without a per-parent SELECT *.On success, Query contains the query scalars and Fields/Parameters/Entities/ Permissions hold the related rows. On failure, Query is null and ErrorMessage describes the problem.