@coopenomics/sdk
    Preparing search index...

    Interface GraphQLResponse

    interface GraphQLResponse {
        data?: Record<string, any>;
        errors?: { message: string }[];
    }
    Index

    Properties

    Properties

    data?: Record<string, any>
    errors?: { message: string }[]