graphqlade

    Interface ErrorMessage

    interface ErrorMessage {
        id: string;
        payload: readonly GraphQLError[];
        type: "error";
    }
    Index

    Properties

    Properties

    id: string
    payload: readonly GraphQLError[]
    type: "error"
    MMNEPVFCICPMFPCPTTAAATR