@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias GraphqlQuery

    The GraphQL query to pass into the queryIndexer function.

    type GraphqlQuery = {
        query: string;
        variables?: {};
    }
    Index

    Properties

    Properties

    query: string
    variables?: {}