@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Variable GET_OBJECTS_BY_TYPEConst

    GET_OBJECTS_BY_TYPE: "\n query GetObjectsByType($object_type: String, $first: Int, $after: String) {\n objects(\n filter: {\n type: $object_type\n }\n first: $first\n after: $after\n ) {\n nodes {\n address\n version\n asMoveObject {\n contents {\n json\n type {\n repr\n }\n }\n }\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }\n" = ...

    Query to get all objects of a specific type (global search) Use with caution - may return many results