Axinom Mosaic Libraries
    Preparing search index...

    Type Alias UpdateGQLFragmentGenerator<T>

    UpdateGQLFragmentGenerator: <U, Y = undefined>(
        mutation: keyof T,
        args: CustomArgs<U>,
        result?: (keyof Y | UpdateGQLResult<Y>)[],
    ) => string

    Type Parameters

    • T

    Type Declaration