nf-player
    Preparing search index...

    Type Alias PushCommandsMutation

    PushCommandsMutation: {
        commands: Command[];
        graphId?: string;
        nodeId: string;
        paramName: string;
    } & MutationBase