domthegrom
06/20/2017, 4:47 PMCardStack
that takes in an ImageURL
a name
and a price
from a price index API that I am using. How can I have my CardStack
approve the addition of a new card based on my API and whether it has that price for that certain item? As well as decline the addition to the CardStack
if the API doesn't have the price.nilan
06/20/2017, 8:57 PMnilan
06/20/2017, 8:58 PMcreateCardStack
mutation based on an external API, is that correct?nilan
06/20/2017, 8:59 PMPRE_WRITE
for that: https://www.graph.cool/docs/reference/functions/request-pipeline/communicate-with-external-apis-phe1gei6io/#call-to-external-apidomthegrom
06/20/2017, 11:19 PM