martin
02/20/2017, 8:58 PMrequests
counted individually or together for the pricing?
For example, are these counted as three or as one request?
graphql(createMessage, { name: 'createMessages' })(
graphql(assignMessageToUser, { name: 'addToMessagesPerUser' })(
graphql(updateMessage, { name: 'updateMessages' })(Support)
)
)
sorenbs
martin
02/20/2017, 10:07 PMsorenbs
sorenbs
martin
02/20/2017, 10:17 PMsorenbs
sorenbs
martin
02/21/2017, 2:00 AMmartin
02/21/2017, 2:01 AMnilan
02/21/2017, 8:18 AMsorenbs
martin
02/21/2017, 5:49 PMmartin
02/21/2017, 5:49 PMmartin
02/24/2017, 5:08 PMrequests
only a fraction of the time. Are requests automatically being generated if I load this component like this?
export default
graphql(expireTrial, { name: 'expireTrial' })(
graphql(createPurchase, { name: 'createPurchase' })(
graphql(upgradeApp, { name: 'upgradeApp' })(Epub)
)
)
nilan
02/24/2017, 5:09 PMnilan
02/24/2017, 5:09 PMmartin
02/24/2017, 5:15 PM