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.
On success, Query contains the full query data (scalars + related entities).
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.
On success, Query contains the full query data (scalars + related entities). On failure, Query is null and ErrorMessage describes the problem.