netlify / explorers

https://explorers.netlify.com/
MIT License
261 stars 40 forks source link

Create an Action (webhook) in Hasura to check whether the reward has been claimed #479

Closed philhawksworth closed 3 years ago

philhawksworth commented 3 years ago

... and add a boolean isClaimed (or whatever) field to the reward response

philhawksworth commented 3 years ago

Issues with creating action in Hasura needs investigating

type UpdatedReward {
  is_claimed : String
}

type achievements2 extends achievement {
  reward_status : UpdatedReward
}
jlengstorf commented 3 years ago

this is done