Magek Framework
    Preparing search index...

    Interface GraphQLStart

    interface GraphQLStart {
        type: GQL_START;
        id: string;
        payload: Omit<GraphQLOperation, "id">;
    }
    Index

    Properties

    Properties

    type: GQL_START
    id: string
    payload: Omit<GraphQLOperation, "id">