Optional
options
options?: PaginationArgs & OrderByArg<{ domain?: null | string; domain_expiration_timestamp?: any; expiration_timestamp?: any; is_primary?: null | boolean; owner_address?: null | string; registered_address?: null | string; subdomain?: null | string; subdomain_expiration_policy?: any; token_standard?: null | string; }> & WhereArg<CurrentAptosNamesBoolExp>
Arguments for retrieving subdomains associated with a specific domain.
Param: domain
The domain for which to fetch subdomains.