Coming soon: Need support for this? Email support@dwellir.com and we will enable it for you.
ans_queries
Query Structure
query ResolveName($name: String!) {
ans_lookup(where: { name: { _eq: $name } }) {
name
address
expiration_timestamp
}
}