TezTok Queries
You can run these queries from graphiql.teztok.com.
This will return a list of unique wallet addresses that are holding a token created by the specified address. If you want a list of every single person that's holding your work, you would put your wallet address in here.
query UniqueHolders{
holdings(distinct_on: holder_address, where:
{token:{artist_address:{_eq:"tz1AddressHere"}}})
{holder_address holder_profile {twitter alias description}}}