Axinom Mosaic Libraries
    Preparing search index...

    Type Alias UpdateGQLResult<T>

    UpdateGQLResult: {
        [K in keyof T]?:
            | (keyof T[K] | UpdateGQLResult<T[K]> | string)[]
            | keyof T[K]
    }

    Type Parameters

    • T