Adding data loaders to candy machines query for additional fields
Adds data loaders for:
creators (broken at ingest time, see note)
config lines (broken at ingest time, see note)
collection pda
end settings
hidden settings
whitelist mint settings
gatekeeper config
NOTE: I have found 2 bugs which I will address in a separate PR:
candy machine config lines are not parsed correctly (current prod db is empty), I am trying to get in touch with someone at metaplex (perhaps @stegaBOB) to understand how to parse / update these corretly)
candy machine creators are handled by geyser in a way that expects there to be only one creator per candy machine, which is not the case, so this will need to be changed to work similarly to the nft creators.
Testing:
Tested by fidling in graphiql DjCACL8QsXKF3aWDog4KHNYQgsnAGFfaQrnLoeHVmuDZ is a good cm to test with because it has all the fields
Adding data loaders to candy machines query for additional fields
Adds data loaders for:
NOTE: I have found 2 bugs which I will address in a separate PR:
Testing: Tested by fidling in graphiql
DjCACL8QsXKF3aWDog4KHNYQgsnAGFfaQrnLoeHVmuDZ
is a good cm to test with because it has all the fields