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

    Variable GET_SINGLETON_OBJECT_BY_TYPEConst

    GET_SINGLETON_OBJECT_BY_TYPE: "\n query GetSingletonObjectByType($object_type: String) {\n objects(\n filter: {\n type: $object_type\n }\n first: 1\n ) {\n nodes {\n address\n }\n }\n }\n" = ...

    Query to get a singleton object by its type Returns the first object of the specified type (useful for global/singleton objects)