holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
162 stars 38 forks source link

implements query for a candy machine by address #651

Closed wbarksdale closed 2 years ago

wbarksdale commented 2 years ago

Implements a query for candy machines by the candy machine's address. Joins the data from candy_machines and candy_machines_datas table into a single GraphQL object.

Testing: pre-push checks succeeded.