Member Junction
    Preparing search index...

    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.

    Index

    Constructors

    Properties

    Entities?: MJQueryEntity_[]
    ErrorMessage?: string
    Fields?: MJQueryField_[]
    Parameters?: MJQueryParameter_[]
    Permissions?: MJQueryPermission_[]
    Query?: MJQuery_
    Success: boolean